What This Tool Does
The backend starts a Docker-based SFTP server, maps one public SSH/SFTP port, returns host, port, username, and password, and destroys the instance automatically after 30 minutes.
Temporary service
Create a disposable SFTP test server for FileZilla, WinSCP, Cyberduck, command-line sftp, and CI uploads. It expires after 30 minutes.
Create a disposable SFTP server with random credentials for FileZilla tests, CI/CD checks, and temporary SSH file transfer workflows.
The backend starts a Docker-based SFTP server, maps one public SSH/SFTP port, returns host, port, username, and password, and destroys the instance automatically after 30 minutes.
Temporary SFTP files are stored only inside the disposable upload area and are deleted when the instance expires or is destroyed. Do not upload sensitive, production, illegal, malicious, or copyrighted files.
Each temporary SFTP server expires automatically after 30 minutes.
Yes. Use the returned host, port, username, and password, then upload into the upload directory.
No. SFTP runs over SSH and uses one mapped port, while FTP uses separate control and passive data ports.
No. It is for temporary client, CI, and integration testing only.