Is it possible to create an SFTP drop box?

Posted by Jordan Reiter on Server Fault See other posts from Server Fault or by Jordan Reiter
Published on 2011-02-02T04:54:28Z Indexed on 2011/02/02 7:27 UTC
Read the original article Hit count: 341

Filed under:
|
|
|
|

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.

© Server Fault or respective owner

Related posts about linux

Related posts about Windows