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:
parent
67098511db
commit
59770a4953
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue