6 ms·
Or with python just going to dir you want to share: python 2.7 >python -m SimpleHTTPServer 8080 python 3 > python -m http.server 8080
by wildduck 7y ago
Or with python just going to dir you want to share:
python 2.7
>python -m SimpleHTTPServer 8080
python 3
> python -m http.server 8080
- simias 7y agoThat's not the same thing, Firefox Send stores the files on the cloud, it's accessible from anywhere without requiring your computer to remain accessible.
- matthewmacleod 7y agoYou can also recreate Dropbox just by combining an FTP Server with curlftpfs and SVN :) Python’s built-in HTTP server is pretty useful. It doesn’t really overlap with the functionality of use-cases of a Send client much at all.