diff --git a/docs/content/about.md b/docs/content/about.md index 4b6f45158..e49254e73 100644 --- a/docs/content/about.md +++ b/docs/content/about.md @@ -45,6 +45,7 @@ Rclone is a command line program to sync files and directories to and from: * {{< provider name="put.io" home="https://put.io/" config="/webdav/#put-io" >}} * {{< provider name="QingStor" home="https://www.qingcloud.com/products/storage" config="/qingstor/" >}} * {{< provider name="Rackspace Cloud Files" home="https://www.rackspace.com/cloud/files" config="/swift/" >}} +* {{< provider name="rsync.net" home="https://rsync.net/products/rclone.html" config="/sftp/" >}} * {{< provider name="Scaleway" home="https://www.scaleway.com/object-storage/" config="/s3/#scaleway" >}} * {{< provider name="SFTP" home="https://en.wikipedia.org/wiki/SFTP" config="/sftp/" >}} * {{< provider name="Wasabi" home="https://wasabi.com/" config="/s3/#wasabi" >}} diff --git a/docs/content/sftp.md b/docs/content/sftp.md index 223872f65..05fc177d7 100644 --- a/docs/content/sftp.md +++ b/docs/content/sftp.md @@ -17,8 +17,9 @@ 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. -Note that some SFTP servers will need the leading `/` - Synology is a -good example of this. +"Note that some SFTP servers will need the leading / - Synology is a +good example of this. rsync.net, on the other hand, requires users to +OMIT the leading /. Here is an example of making an SFTP configuration. First run