Write-only SFTP server that can push uploads to an HTTP endpoint
411
FTP and SFTP are still widely used as mechanisms for transporting files. This NodeJS application creates an SFTP server with the sole function of allowing file uploads. The SFTP server is write-only and so there is no visiblity into the filesystem.
A file "config.yml" is used to load configuration, including allowed SFTP users and their login credentials, an HTTP endpoint to push uploaded files, and whether to store uploaded files on the filesystem, and where.
Copy the config.yml.dist file to config.yml, and edit
accordingly.
Content type
Image
Digest
Size
23.5 MB
Last updated
about 10 years ago
docker pull stevepacker/sftp-gateway