could fc self host a throw-away ftp?

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Post Reply
heda
Veteran
Posts: 1266
Joined: Sat Dec 12, 2015 5:49 pm

could fc self host a throw-away ftp?

Post by heda »

quite often people are asked to use some sort of file-sharing to show files that are too large to attach in the forum.

apart from that one could also dream up a use-case for temporary storage, for example for word-files, pdf or whatever.

having a ftp (same login creds as forum?), capped to say 4gb max-space, with fifo-principle, along with max persistence of say 7 days, would be quite handy in sharing help files and other types of collaboration. upload with login only, download without login from link?

probably best to limit file-formats as well, to say, fcstd, odt, ods, txt etc...

dunno intricacies with setting such thing up,
or keeping it running - but from user perspective it would be nice if it was there...

just a random thought...
User avatar
mfro
Posts: 616
Joined: Sat Sep 23, 2017 8:15 am

Re: could fc self host a throw-away ftp?

Post by mfro »

I guess it could. Setting up an FTP server is the dead easy. Could be done in Python within minutes.

Setting up an FTP server with the required security measures (not only on the machine itself, but also on the demarcation point) is the difficult part.
Cheers,
Markus
User avatar
adrianinsaval
Veteran
Posts: 5369
Joined: Thu Apr 05, 2018 5:15 pm

Re: could fc self host a throw-away ftp?

Post by adrianinsaval »

Instead of reinventing the wheel I would just recommend people use and donate to https://upload.disroot.org/ or similar projects if they exist
heda
Veteran
Posts: 1266
Joined: Sat Dec 12, 2015 5:49 pm

Re: could fc self host a throw-away ftp?

Post by heda »

thanks for the tip, did not have an inkling about their existence.

looks like it can be self-hosted, so original question kind of still stands...
User avatar
NormandC
Veteran
Posts: 18583
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: could fc self host a throw-away ftp?

Post by NormandC »

Adding a new web service (ftp server or file uploader) means one more thing to maintain. And people are not getting out of their way to help out in that department. Basically two people only do this, and one neither of them seem to have much free time.
Post Reply