All Questions
2 questions
1
vote
1
answer
2k
views
Rsync to windows FTP over curlftpfs fails to set permissions
I'm transferring some large files (1.5Gb) to a windows FTP server in a cronjob. It's going over a 2Mbit ADSL line, with 512Kbit upstream. So it takes forever, and can be prone to dropping to line.
I ...
2
votes
2
answers
843
views
Secure Windows to Linux file upload
I am looking for a way to do a bulk upload of a list of media files from a remote windows machine to a Linux server.
The files should be encrypted before sending so I am looking at either SCP or SFTP....