mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
update portable mode docs
This commit is contained in:
@@ -50,12 +50,12 @@ Flags:
|
|||||||
This can be an absolute path or a path
|
This can be an absolute path or a path
|
||||||
relative to the current directory
|
relative to the current directory
|
||||||
(default ".")
|
(default ".")
|
||||||
-f, --fs-provider int 0 => local filesystem
|
-f, --fs-provider string osfs => local filesystem (legacy value: 0)
|
||||||
1 => AWS S3 compatible
|
s3fs => AWS S3 compatible (legacy: 1)
|
||||||
2 => Google Cloud Storage
|
gcsfs => Google Cloud Storage (legacy: 2)
|
||||||
3 => Azure Blob Storage
|
azblobfs => Azure Blob Storage (legacy: 3)
|
||||||
4 => Encrypted local filesystem
|
cryptfs => Encrypted local filesystem (legacy: 4)
|
||||||
5 => SFTP
|
sftpfs => SFTP (legacy: 5) (default "osfs")
|
||||||
--ftpd-cert string Path to the certificate file for FTPS
|
--ftpd-cert string Path to the certificate file for FTPS
|
||||||
--ftpd-key string Path to the key file for FTPS
|
--ftpd-key string Path to the key file for FTPS
|
||||||
--ftpd-port int 0 means a random unprivileged port,
|
--ftpd-port int 0 means a random unprivileged port,
|
||||||
|
|||||||
Reference in New Issue
Block a user