forked from TrueCloudLab/rclone
Update ftp.md
Added information regarding non-standard FTP ports.
This commit is contained in:
parent
a243ea6353
commit
080050fac2
1 changed files with 5 additions and 3 deletions
|
@ -16,9 +16,11 @@ Here is an example of making an FTP configuration. First run
|
||||||
rclone config
|
rclone config
|
||||||
|
|
||||||
This will guide you through an interactive setup process. An FTP
|
This will guide you through an interactive setup process. An FTP
|
||||||
backend only needs an URL and and username and password. With
|
backend only needs an URL and username and password. With
|
||||||
anonymous FTP server you will need to use `anonymous` as username and
|
anonymous FTP server, you will need to use `anonymous` as username and
|
||||||
your email address as password.
|
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
|
No remotes found - make a new one
|
||||||
|
|
Loading…
Add table
Reference in a new issue