XFileSharing Pro - Fastest Way to tranfer files

Message
Author
castledracula
Posts: 14
Joined: Aug 24, 2009 9:51 pm

Fastest Way to tranfer files

#1 Postby castledracula » Nov 16, 2009 2:03 pm

Anybody know what is the fastest way to transfer about 200gb from my old server to a new server?

cuty
Posts: 103
Joined: Apr 14, 2009 11:20 pm

#2 Postby cuty » Nov 16, 2009 4:45 pm

rsync , its a native linux command.

GMC
Posts: 172
Joined: Aug 15, 2009 4:48 am

#3 Postby GMC » Nov 18, 2009 1:25 am

cuty wrote:rsync , its a native linux command.
Thanks cuty - I used FTP and it was as slow as all get out

I will look into this myself

sherayusuf3
Posts: 94
Joined: Jan 18, 2009 4:29 am

#4 Postby sherayusuf3 » Nov 18, 2009 4:18 am

GMC wrote:
cuty wrote:rsync , its a native linux command.
Thanks cuty - I used FTP and it was as slow as all get out

I will look into this myself
how about scp?

banimp3
Posts: 24
Joined: Dec 06, 2009 5:23 pm

#5 Postby banimp3 » Dec 07, 2009 4:00 am

You should use: "scp" Its a Linux native command that use ssh to send the files.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#6 Postby PilgrimX182 » Dec 07, 2009 8:46 am

Sometimes I share the folder to the web and just use wget in background to receive all files from folder.

chennaihomie
Posts: 8
Joined: Dec 19, 2009 5:59 pm

#7 Postby chennaihomie » Dec 19, 2009 6:00 pm

Always used "scp" its secure and easiest way to transfer files, i have transferred files over 500gigs using scp without any trouble.