This is a Docker container that starts a Secure FTP server and generates a random password for the built-in user.
The name of the built-in user is ftp-user. It can be modified in Dockerfile or with an environmental variable.
The password is randomly generated when the container is started.
docker run \
-dP \
--name="sftp-server" \
axibase/sftp
docker logs sftp-server
sftp [email protected]:/ftp/file-1 /home/storage/file-1
sftp /home/storage/file-2 [email protected]:/ftp/
Content type
Image
Digest
Size
97 MB
Last updated
about 10 years ago
docker pull axibase/sftp