mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
pcloud: add sha256 support - fixes #5496
This commit is contained in:
committed by
Nick Craig-Wood
parent
82ad9a30b9
commit
3626f10f26
@@ -29,6 +29,7 @@ Run without a hash to see the list of all supported hashes, e.g.
|
||||
* sha1
|
||||
* whirlpool
|
||||
* crc32
|
||||
* sha256
|
||||
* dropbox
|
||||
* mailru
|
||||
* quickxor
|
||||
|
||||
@@ -89,11 +89,8 @@ second. These will be used to detect whether objects need syncing or
|
||||
not. In order to set a Modification time pCloud requires the object
|
||||
be re-uploaded.
|
||||
|
||||
pCloud supports MD5 and SHA1 type hashes in the US region but and SHA1
|
||||
only in the EU region, so you can use the `--checksum` flag.
|
||||
|
||||
(Note that pCloud also support SHA256 in the EU region, but rclone
|
||||
does not have support for that yet.)
|
||||
pCloud supports MD5 and SHA1 hashes in the US region, and SHA1 and SHA256
|
||||
hashes in the EU region, so you can use the `--checksum` flag.
|
||||
|
||||
#### Restricted filename characters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user