Sign inSign up

axibase/sftp

By axibase

Updated about 10 years ago

FTP server

Image
0

1.3K

axibase/sftp repository overview

Docker SFTP Container

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.

Start Container

docker run \
    -dP \
    --name="sftp-server" \
    axibase/sftp

Obtain Password

docker logs sftp-server

Transfer Files

sftp [email protected]:/ftp/file-1 /home/storage/file-1
sftp /home/storage/file-2 [email protected]:/ftp/

Tag summary

Content type

Image

Digest

Size

97 MB

Last updated

about 10 years ago

docker pull axibase/sftp