Skip to content

Commit 48705a7

Browse files
committed
versus: nextcloud does chunked uploads
1 parent b419984 commit 48705a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/versus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ symbol legend,
161161
| upload ||||||||||||||
162162
| parallel uploads || | ||| || |||| ||
163163
| resumable uploads || || | | | | ||||| |
164-
| upload segmenting || | | | | | |||||||
164+
| upload segmenting || | | | | | |||||||
165165
| upload acceleration || | | | | | | || || | |
166166
| upload verification || | ||| | | || | | | |
167167
| upload deduplication || | | || | | || | | | |
@@ -488,7 +488,7 @@ symbol legend,
488488
* ⚠️ [isolated on-disk file hierarchy] in per-user folders
489489
* not that bad, can probably be remedied with bindmounts or maybe symlinks
490490
* ⚠️ uploads not resumable / accelerated / integrity-checked
491-
* ⚠️ on cloudflare: max upload size 100 MiB
491+
* 🔵 uploads are segmented; no filesize limit, even on cloudflare
492492
* ⚠️ uploading small files is slow; `4` files per sec (copyparty does `670`/sec, 160x faster)
493493
* ⚠️ no write-only / upload-only folders
494494
* ⚠️ http/webdav only; no ftp, zeroconf

0 commit comments

Comments
 (0)