Tagged Questions
1
vote
1answer
988 views
Automated SFTP upload with curl
I want a file to be uploaded daily to remote server using automated ftp command. Can someone please help me on this below command to check whether it's right or wrong?
curl -Tu username:password ...
2
votes
2answers
628 views
Puzzle: transfering files between two servers (ssh, ftp, http multipart…)
A puzzle: files being uploaded in realtime by SCP to SERVER1 need to be transfered to SERVER2.
But:
SERVER1 doesn't actually have network access to SERVER2 (NAT), however SERVER2 has SSH access to ...