README.md aktualisiert

This commit is contained in:
alf
2026-05-07 07:29:31 +00:00
parent 473b48bc58
commit 3fb067be45

View File

@ -1,3 +1,5 @@
Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzufügen:
| Cloud | encoding |
|---|---|
| Jottacloud | `Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation` |
@ -13,60 +15,3 @@
| SFTP (Linux) | `Slash,Del,Ctl,InvalidUtf8,Dot` *(Standard)* |
| SFTP (Windows) | `Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation` |
Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzufügen:
## Jottacloud ##
<code>
[jotta]
...
encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation
</code>
## Nextcloud, MagentaCloud, Bitrix ##
<code>[nextcloud]
type = webdav
...
encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation
</code>
## Scaleway, AWS S3 ##
<code>
type = s3
...
encoding = Slash,InvalidUtf8,Dot,Hash,Question
</code>
## HiDrive ##
<code>
encoding = Slash,Dot,Del,Ctl,InvalidUtf8,Hash,Exclamation
</code>
## pCloud ##
<code>encoding = Slash,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation,BackSlash,InvalidUtf8</code>