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.
This service provides a short-lived, password-authenticated SFTP endpoint for checking clients, upload paths, commands, or CI—not as a managed file service.
The SFTP endpoint has a configured 30-minute lifetime with scheduled cleanup. Authentication does not make it a private long-term environment; minimize data and remove it when done.
How to Use Temporary FTP, SFTP, Redis, MySQL, and WebDAV Test Services SafelyCreate 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.