What This Tool Does
The backend starts a Docker-based SFTP server, maps a public port, returns connection details, and destroys the instance automatically after 30 minutes.
Temporary service
Create a disposable SFTP server for short-lived testing. It expires automatically 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 a public port, returns connection details, and destroys the instance automatically after 30 minutes.
Temporary SFTP files are stored in an isolated upload directory and are deleted when the instance expires or is destroyed.
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.