MV Tools

Temporary service

Temporary SFTP Server

Create a disposable SFTP server for short-lived testing. It expires automatically after 30 minutes.

Limits30 minutes · 300 MB · one server per IP · password login only
Allowed useTemporary testing only. Do not upload illegal, malicious, copyrighted, or sensitive files.

Temporary SFTP Server for FileZilla and CI Testing

Create a disposable SFTP server with random credentials for FileZilla tests, CI/CD checks, and temporary SSH file transfer workflows.

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.

Common Use Cases

  • Testing SFTP clients such as FileZilla, Cyberduck, WinSCP, or command-line sftp
  • Running temporary CI/CD upload tests against an SFTP endpoint
  • Checking application integrations that need a short-lived SFTP server

How Data Is Handled

Temporary SFTP files are stored in an isolated upload directory and are deleted when the instance expires or is destroyed.

FAQ

How long does the SFTP server last?

Each temporary SFTP server expires automatically after 30 minutes.

Can I upload files with FileZilla?

Yes. Use the returned host, port, username, and password, then upload into the upload directory.

Is this the same as FTP?

No. SFTP runs over SSH and uses one mapped port, while FTP uses separate control and passive data ports.