|
||||||||
|
||||||||
Last edition : 2009/05/01 09:50
yservA simple commandline to serve on-demand files thru a builtin http server. Just give files you want to serve to yserv, and it will act as an http server, letting people download your files during the session : just send them the given url ! yserv is cross platform, and should work where python works. Licensed under gpl v2 terms. Examples :
It will zip your folder, and will give you an url to retrieve it. Just send this url to your friends, and they could download your folder as a zip. But you can pass many files too :
It will create an archive.zip that could be downloaded at the given url. To finnish your server, just hit CTRL-C in your terminal (or close it). Features :
Or just install it with Pypi :
it will install the command yserv in your path |
||||||||
|