Version v1.49.0

This commit is contained in:
Nick Craig-Wood
2019-08-26 15:25:20 +01:00
parent a992a910ef
commit a6387e1f81
86 changed files with 10711 additions and 4030 deletions

View File

@@ -286,6 +286,24 @@ Set the modified time on the remote if set.
- Type: bool
- Default: true
#### --sftp-md5sum-command
The command used to read md5 hashes. Leave blank for autodetect.
- Config: md5sum_command
- Env Var: RCLONE_SFTP_MD5SUM_COMMAND
- Type: string
- Default: ""
#### --sftp-sha1sum-command
The command used to read sha1 hashes. Leave blank for autodetect.
- Config: sha1sum_command
- Env Var: RCLONE_SFTP_SHA1SUM_COMMAND
- Type: string
- Default: ""
<!--- autogenerated options stop -->
### Limitations ###