Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

SFTP

The Secure File Transfer Protocol is an encrypted protocol to exchange files between two computers, e.g. your own computer and the Uberspace host.

Since SFTP is based on SSH, you can use the :ref:`SSH password <ssh-password>`.

Clients

  • Cyberduck, a macOS and Windows client.
  • FileZilla, a multi-platform client available for Windows, Linux and macOS.
  • WinSCP, a Windows-only client.

Tip

FTP is an outdated protocol that does not use encryption in its standard implementation. While there are implementations such as FTP over SSL (FTPS), we believe that using a more modern protocol is the better choice.