README.md aktualisiert
This commit is contained in:
59
README.md
59
README.md
@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user