Is it possible to create an SFTP drop box?
- by Jordan Reiter
I have a Windows server with folders accessible via SFTP (server is running OpenSSH). scp is blocked. I would like to copy files from a Linux server to the Windows server. SFTP seems like a good option. Ideally I'd like something similar to an FTP drop box, so that the Linux box could just copy files directly over to the Windows box.
I'm also open to any solutions to this that would allow me to copy the files while offering the least amount of hassle.
The language I'd be using on the Linux box is python; not sure if that factors in or not.