Results 1 to 5 of 5
How do I transfer files from one SuSe Linux server to another?...
- 04-29-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 1
How do I transfer files in SuSe, server to server
How do I transfer files from one SuSe Linux server to another?
- 04-29-2010 #2Just Joined!
- Join Date
- Mar 2010
- Posts
- 33
- 04-29-2010 #3
Welcome to the forums!
It depends on the scenario what the best option is:
Originally Posted by dbradley
nfs, sshfs, samba, scp, ftp, sftp, http, nc...Can't tell an OS by it's GUI
- 04-29-2010 #4
Use SCP.
scp (port) (file to transfer) (user)@(serverIP)
to what directory)
Code:scp -P 22 /home/user/file.tar.gz user@x.x.x.x:/remote/directory/
- 05-04-2010 #5Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
For only changed/different files: rsync


Reply With Quote
