mailru: use lib/encoder

This commit is contained in:
Nick Craig-Wood committed 2019-10-02 20:10:01 +01:00
1 parent 6b55b8b133
commit 135717e12b
4 files changed
+50 -16

No files matched your search

+19
View File
@@ -134,6 +134,25 @@ This command does not take any path arguments.
To view your current quota you can use the `rclone about remote:`
command which will display your usage limit (quota) and the current usage.
#### Restricted filename characters
In addition to the [default restricted characters set](/overview/#restricted-characters)
the following characters are also replaced:
| Character | Value | Replacement |
| --------- |:-----:|:-----------:|
| " | 0x22 | |
| * | 0x2A | |
| : | 0x3A | |
| < | 0x3C | |
| > | 0x3E | |
| ? | 0x3F | |
| \ | 0x5C | |
| \| | 0x7C | |
Invalid UTF-8 bytes will also be [replaced](/overview/#invalid-utf8),
as they can't be used in JSON strings.
### Limitations ###
File size limits depend on your account. A single file size is limited by 2G