servefile icon indicating copy to clipboard operation
servefile copied to clipboard

serve or receive files from shell via a small HTTP server

Results 10 servefile issues
Sort by recently updated
recently updated
newest added

when download chinese file,give bellow error,down fialed. ABORTED transmission (Reason: 'latin-1' codec can't encode characters in position 43-44: ordinal not in range(256)) how to fix it!

Hey, when using lftp to mirror a directory, lftp is deciding if a file has been modified on the server. Servefile seems to always return the current time instead of...

This is a fun little project maybe. :wink: There should be a optional parameter to specify the html responses. "OK! Thanks for uploading" is a neat message but it would...

Add the option to download everything in a listdir or subdirectories as `.tar`. When I share files with people I often want to give the option to look at what...

feature

Hi, Do You have a doc explaining the parameters? Best regards Holger

Inline with Python 3.10 and earlier, when running the tests with Python 3.11, I get this error: ``` =============================================================================== FAILURES =============================================================================== _______________________________________________________________________ test_version_standalone ________________________________________________________________________ run_servefile = def test_version_standalone(run_servefile): # test...

Apparently, resume is not supported. this is a minor feature but since I use this software to move remote backups from staging to local for further inspection, not having resume...

Right now, the functionality allows only the download of the files where the body of the HTTP response is empty. However, it would be useful to have the option for...

https://docs.python.org/3/library/cgi.html The tool doesn't work with this python version In the meantime, I've found https://github.com/codeskyblue/gohttpserver

Add support for mutual TLS authentication and activate VERIFY_PEER in SSL context. Configurable by using --camtls