What do you mean by "I am currently using SSH to transfer the files"?
I use Rsync most of the time, SFTP from time to time (when I want to download just a few folders on another computer), the rutorrent plugin for small single files...
It's impossible to get corruption with rsync because it uses md5 hashes.
Moreover, it allows for delta copies and compression. What does that mean?
1) Compression allows for incomplete torrents to be transferred in a flash.
2) Delta copy updates the incomplete downloads each time you run rsync.
So you don't have to worry about what you still have to download from your seedbox, you'll just have to launch a script and that's it!
I had been very reluctant on using rsync at first, and now, I just couldn't do without! I think most experienced seedbox users transfer their files with rsync.
My script (I use cygwin):
Code:rsync -avhzS --stats --progress username@XXX.XXX.XXX.XXX:/home/username/downloads /cygdrive/g/torrents









LinkBack URL
About LinkBacks

Reply With Quote



