Page 3 of 3

Re: Execute auto upload after complete

Posted: Fri Nov 05, 2010 12:38 am
by johnnyg
Just pointing out that using s/ftp, scp or rsync will require you to run a program (daemon) on your windows box.
I would first checkout what is available on your seedbox; ftp and rsync may not be installed (scp/sftp should be if you can ssh into your seedbox).

FTP is probably the easiest to setup, but I would advise against it, as both your password and your data would be sent in the clear.

Re: Execute auto upload after complete

Posted: Fri Nov 05, 2010 1:30 am
by ludothegreat
Thanks for the heads up. Running a daemon on my window server isn't a big deal. The Linux stuff is where I'm rusty.

S/ftp, scp, and rsync I know are all installed on my seedbox. This is what initially got me asking questions in the first place. The one thing i was leery about was how to automate the FTP part of things. I wasn't sure if you could script it or how it would even be done. You guys have been a HUGE help, thank you once again.