Skip to main content

FTPS vs. SFTP at a glance

Why we chose SFTP

  1. Same key, same port – Your SSH key doubles for file transfers; no extra credentials.
  2. No additional firewall rules – Everything slips through port 22, even behind strict networks.
  3. End‑to‑end encryption – Data and commands are encrypted by default.
**Good to know: **FTPS requires opening a range of data ports, which conflicts with Compute’s default security posture.

Need an HTTPS upload instead?

Spin up a quick web server on port 8888 inside your instance:
Then open your instance URL:

Migrating scripts from FTPS to SFTP

For automated workflows, tools like rsync or scp provide shell‑friendly, encrypted transfers.
Still unsure? Drop into Discord or open the chat widget—our team’s happy to help you switch over.