ftp: add note to docs about home vs root directory selection

See: https://forum.rclone.org/t/update-docs-for-ftp-path-absolute-vs-relative/17875
This commit is contained in:
Nick Craig-Wood 2020-07-15 15:27:47 +01:00
parent 67098511db
commit 59770a4953

View file

@ -10,6 +10,10 @@ FTP is the File Transfer Protocol. FTP support is provided using the
[github.com/jlaffaye/ftp](https://godoc.org/github.com/jlaffaye/ftp) [github.com/jlaffaye/ftp](https://godoc.org/github.com/jlaffaye/ftp)
package. package.
Paths are specified as `remote:path`. If the path does not begin with
a `/` it is relative to the home directory of the user. An empty path
`remote:` refers to the user's home directory.
Here is an example of making an FTP configuration. First run Here is an example of making an FTP configuration. First run
rclone config rclone config