mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 05:54:43 +02:00
Updated FTP to follow SFTP standards, updated documentation
This commit is contained in:
committed by
Nick Craig-Wood
parent
cfc5f7bb2d
commit
ade61fa756
@ -40,7 +40,7 @@ var Root = &cobra.Command{
|
||||
Short: "Sync files and directories to and from local and remote object stores - " + fs.Version,
|
||||
Long: `
|
||||
Rclone is a command line program to sync files and directories to and
|
||||
from various cloud storage systems, such as:
|
||||
from various cloud storage systems and using file transfer services, such as:
|
||||
|
||||
* Google Drive
|
||||
* Amazon S3
|
||||
@ -52,6 +52,8 @@ from various cloud storage systems, such as:
|
||||
* Hubic
|
||||
* Backblaze B2
|
||||
* Yandex Disk
|
||||
* SFTP
|
||||
* FTP
|
||||
* The local filesystem
|
||||
|
||||
Features
|
||||
|
Reference in New Issue
Block a user