Skip to main content
FTP and WebDAV

Use put.io via FTP or WebDAV

Ufuk Kayserilioglu avatar
Written by Ufuk Kayserilioglu
Updated over 2 months ago

put.io supports read-only access to your storage via FTP and WebDAV protocols on top of the web-based interface and the API. Here is how you can set them up:

FTP 

Instruct your FTP client to use ftp.put.io as the server address and use your put.io username and password as credentials. We support FTP over TLS/SSL for extra security, so make sure you enable your client to use that when connecting.

Due to the nature of the FTP protocol, FTP connections are always made to our servers in the Netherlands and all data will also be routed through there. This might make this connection a little bit slower than normal web-based downloads. So, if possible use WebDAV.


Pro Tip: If you need to give your FTP or WebDAV account to some other service but feel uneasy about sharing your password, you can use a Personal Access Token instead.

Click here to create personal access tokens. Please remember to save the token when you create it, as it will only be shown once.


WebDAV

Instruct your WebDAV client to use webdav.put.io using the HTTPS protocol (note, this won't work in a browser) and use your put.io username and password as credentials.

Our WebDAV endpoint does use your selected proxy and will give you much better speeds. However, that mechanism uses HTTP Redirect which might not be supported by some WebDAV clients (for example, currently, Transmit on macOS has problems with it).

We recommend the Cyberduck client for Windows and macOS. 

If you are on Linux, you can use davix command-line client.


Using 2FA?

For FTP or WebDAV connections with 2FA enabled, you will need to log in using a combination of your password followed immediately by the one-time password from your authenticator app - with no blank space between them. It should look like this: passwordonetimepassword.


Did this answer your question?