From 080050fac248fc6daa82838c175a0e2e6261cdf3 Mon Sep 17 00:00:00 2001 From: Sjur Fredriksen Date: Wed, 24 May 2017 13:11:53 +0200 Subject: [PATCH] Update ftp.md Added information regarding non-standard FTP ports. --- docs/content/ftp.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/content/ftp.md b/docs/content/ftp.md index 1f70edae2..7a32439d6 100644 --- a/docs/content/ftp.md +++ b/docs/content/ftp.md @@ -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