rss
Search : in
By : Relevance Date Username
Statut : Not resolved

Need to transfer a folder from ServerA to Ser

pensium, on Wednesday February 27, 2008 10:08:02 AM
Hello,



there has 2 Linux servers, we called it ServerA and ServerB in different location. ServerA has a folder which contain different type of file (jpg, zip, doc ...etc) and it need to transfer to ServerB. Both server is runing SSH.

1) FTP is not working on it becasue SSH
2) SFTP can't run on it because i m transfer a folder, not a file

and I believe the only chance is using scp, is anyone know the command line to running this . thx


example :(john is the folder need to be transfer)



thanks for helping me out
Configuration: Windows XP
Internet Explorer 6.0
Reply to pensium  Report this message to moderators Go to last message

1


  • 1
    This message seems useful, vote!
  • Ce message ne vous semble pas utile, votez !
  • Report this message to moderators
unik1, on Wednesday February 27, 2008 10:08:46 AM
ssh has nothing to do with ftp. Both can work simultaneously. Here is the usage



cheers hope this will help!
Reply to unik1

2


  • This message seems useful, vote!
  • Report this message to moderators
 [Dal], on Wednesday February 27, 2008 12:31:52 PM
Something might be missing ;-)

To get help on the usage of a Linux command, you use the manual pages. For "scp", you type this in a terminal:

man scp

Now, as an example, suppose that your data is on ServerA under /home/john/ and you want to transfer it to ServerB logging in ServerB as user "paul" and saving the data under an existing directory located there /home/paul/john-bak/, you would do this on ServerA:

cd /home
scp -r john/ paul@ServerB:/home/paul/john-bak/



Dal
Reply to [Dal]
Software found in the relevant downloads
Download FileZilla Server 0.9.25FileZilla Server - FileZilla Server is an FTP server supports FTP and FTP over SSL/TLS.Category: FTP
License: Open Source
Download VLC  0.8.6hVLC - VLC media player is a portable multimedia player for many video and audio formats (MPEG1, MPEG2, MPEG4, DivX, mp3, ogg, ...)...Category: Video players
License: Open Source
Download AVG Anti-spyware 7.5.1.43AVG Anti-spyware - AVG Anti-spyware serves to clean your system of spywareCategory: Anti-Spyware
License: Freeware/gratuit
Download Avast! 4 Familial 4.8Avast! 4 Familial - avast! 4 Home Edition is a complete and free antivirus solution, fully able to find computer viruses, to create and check...Category: Antivirus
License: Freeware/gratuit
More freeware about « need to transfer a folder from ServerA to Ser »