- download folders as .zip or .tar files
- upload entire folders by dropping them in
- 4x faster response on the first request on each new connection
forgot to explain the zip formats
name | url-suffix | description |
---|---|---|
tar
| ?tar
| a plain gnutar, works great with curl | tar -xv
|
zip
| ?zip=utf8
| works everywhere, glitchy filenames on win7 and older |
zip_dos
| ?zip
| traditional cp437 (no unicode) to fix glitchy filenames |
zip_crc
| ?zip=crc
| cp437 with crc32 computed early for truly ancient software |
zip_crc
will take longer to download since the server has to read each file twice, please let me know if you find a program old enough to actually need it btw, curious