southrivertech/titansftp
Enterprise SFTP server with Web Interface
1.8K
Titan SFTP Server - Enterprise Edition is a fully configured, secure file transfer server with full clustering and HA options running in a container.
Titan SFTP Server - SFTP Edition uses the latest encryption standards, hashing algorithms and key-exchange settings to assure your transfers are secure. Other features include:
Starting a Secure Titan SFTP Server instance is simple:
docker run -d "southrivertech/titansftp:latest" --name myserver -host myhost -p 22:22 -p 990:990 -p 443:443 -p 31443:31443
The admin console is web-based. It includes a self-signed certificate for 'localhost' which will allow you to connect, but you will receive a browser warning due to the host-name mismatch. This is OK. You'll want to replace the self-signed certificate with your own certificate eventually.
https://myhost:31443/
For more information, check out the Titan SFTP Server Repository on GitHub
docker pull southrivertech/titansftp