What This Tool Does
The backend starts a Docker-based FTP server, assigns public control and passive ports, returns host, port, username, and password, and destroys the instance automatically after 30 minutes. Anonymous FTP is disabled.
Temporary service
Create a disposable FTP test server for FileZilla, WinSCP, FTP uploads, and CI integrations. It expires after 30 minutes.
This service creates a short-lived, password-protected FTP endpoint for testing a client, upload flow, or CI integration—not for file storage.
The endpoint is reachable by host and port and has a configured 30-minute lifetime with scheduled cleanup. Treat the credential as a temporary secret and delete the instance yourself when your test ends.
How to Use Temporary FTP, SFTP, Redis, MySQL, and WebDAV Test Services SafelyCreate a disposable FTP test server with random credentials for FileZilla, WinSCP, upload/download checks, and short CI integration tests.
The backend starts a Docker-based FTP server, assigns public control and passive ports, returns host, port, username, and password, and destroys the instance automatically after 30 minutes. Anonymous FTP is disabled.
Temporary FTP files are stored only for the disposable instance and are deleted when the server expires or is destroyed. Do not upload sensitive, production, illegal, malicious, or copyrighted files.
Each temporary FTP server expires automatically after 30 minutes.
No. Each instance uses a random username and password.
No. It is intended for temporary testing only, not for sensitive or production data.