Anonymous
9/4/2025, 7:19:19 PM
No.42531062
[Report]
>>42531069
>>42531070
>>42531086
>>42532027
>>42532815
zip-dump thread
Archive and share your collection of pony media ITT.
1. Collect all the files you want to share and put them into an archive. For cross-platform compatibility, prefer zip.
2. Upload the archive file to pone.rs or your file-sharing host of choice. Self-hosting is acceptable, too.
3. Link the archive file here.
4. Rate others' collections.
5. ?????
6. FUN!
Feel free to annotate, sort, and catalogue your collection. Optionally, split it into volumes. Compress if you wish, but you won't get a good ratio with multimedia files anyway. Include audio and video files as well if you want--it doesn't have to be all pictures. Bonus points for rare files not accessible elsewhere.
{ curl -i -F files[]=@yourfile.jpeg https://pone.rs/upload?output=text; } # Upload a file to pone.rs. You can do it on the webpage, too, of course.
{ zip -r out.zip input_directory/; } # Archiving with `zip`.
{ tar -cvf out.tar input_directory/; } # Archiving with `tar`.
1. Collect all the files you want to share and put them into an archive. For cross-platform compatibility, prefer zip.
2. Upload the archive file to pone.rs or your file-sharing host of choice. Self-hosting is acceptable, too.
3. Link the archive file here.
4. Rate others' collections.
5. ?????
6. FUN!
Feel free to annotate, sort, and catalogue your collection. Optionally, split it into volumes. Compress if you wish, but you won't get a good ratio with multimedia files anyway. Include audio and video files as well if you want--it doesn't have to be all pictures. Bonus points for rare files not accessible elsewhere.
{ curl -i -F files[]=@yourfile.jpeg https://pone.rs/upload?output=text; } # Upload a file to pone.rs. You can do it on the webpage, too, of course.
{ zip -r out.zip input_directory/; } # Archiving with `zip`.
{ tar -cvf out.tar input_directory/; } # Archiving with `tar`.