MV Tools

Temporary service

Temporary FTP Server

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

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

Temporary FTP Server for Testing

Create a disposable FTP server with random credentials for short-lived testing workflows.

What This Tool Does

The backend starts a Docker-based FTP server, assigns a public port range, returns connection details, and destroys the instance automatically after 30 minutes.

Common Use Cases

  • Testing FTP clients such as FileZilla
  • Checking FTP upload and download behavior
  • Running short CI/CD or integration tests that need an FTP endpoint

How Data Is Handled

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

FAQ

How long does the FTP server last?

Each temporary FTP server expires automatically after 30 minutes.

Is anonymous FTP allowed?

No. Each instance uses a random username and password.

Can multiple users create servers?

Yes, within the site limits. Each IP can have one active FTP instance at a time.