Which file sharing app/website does Jow Forums use?

which file sharing app/website does Jow Forums use?

Attached: file-sharing[1].jpg (300x248, 15K)

Other urls found in this thread:

w1r3.net
twitter.com/NSFWRedditVideo

Self hosted.

onedrive

Just get a client that uses XMPP for file sharing with friends. Anything else can be handled by email attachment.

If that isn't enough, self host a gopher server.

I've also used git in the past and I'm not proud of it.

Google drive

128TB RAID 10

Menu please

What files are you fucks sharing? I don't see what you would share that can't be done over email

filebin

a usb

airdrop

Self hosted for trusted parties, for everything else w1r3.net

Files that exceed the size limit? What kind of question is that?

Large files (>10MB) don't work well with email.
I do some digital art and the files can be 100s of MB if not multiple GB. I haven't found a truly good solution but Telegram works pretty well for files under 1GB.

Never share stuff, but I guess mega's botnet would do the work.

>app
fuck off and die

Google drive or mega.

Yandex disk simply because of the screenshot tool

A gopher server

Source code of projects, some resources on certain topics, etc.

Do you know how I can host a site like myself?

ptpb.pw

Freenet frost

wetransfer

If i need to send something real quick, i use this bash alias

# Upload a file to Uggu.se for 24 hours
temp(){
tmpfile=$( mktemp -t transferXXX );

curl --progress-bar -F file="@$1" -F randomname="aldkfj" "uguu.se/api.php?d=upload-tool" >> $tmpfile ;
tail -1 $tmpfile | sed 's/%//'; rm -f $tmpfile;
}

Syncthing

Get yourself a VPS, or set up a debian or centOS box at home and install an http server, then upload files to it. Or if you want it to behave more like dropbox, install nextcloud.

I currently upload shit with a little script via ftp to my web server. It automatically gives me a url to share in my clipboard. Why are ya'll on about xmpp and what am I missing out on/why is it better?