1
mirror of https://github.com/rclone/rclone synced 2024-12-02 11:53:45 +01:00

Update ftp.md

Added information regarding non-standard FTP ports.
This commit is contained in:
Sjur Fredriksen 2017-05-24 13:11:53 +02:00 committed by Nick Craig-Wood
parent a243ea6353
commit 080050fac2

View File

@ -16,9 +16,11 @@ Here is an example of making an FTP configuration. First run
rclone config
This will guide you through an interactive setup process. An FTP
backend only needs an URL and and username and password. With
anonymous FTP server you will need to use `anonymous` as username and
your email address as password.
backend only needs an URL and username and password. With
anonymous FTP server, you will need to use `anonymous` as username and
your email address as the password. If you want to use a non-standard FTP
port, please specify this with a colon and the port number at the end of
the URL. For example `ftp://ftp.mirrorservice.org:5555`
```
No remotes found - make a new one