Enable file uploads via POST in Fiche-compatible server
Enhanced the Fiche-compatible HTTP server in PyFiche to accept file uploads using POST requests, providing a more standard method for sending files to the server. This update complements the existing TCP server, Recup, which facilitates downloading pastes via netcat.
This commit is contained in:
parent
bf60f75769
commit
9338b9163e
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ a shameless translation. It has no dependencies outside the Python standard
|
||||||
library.
|
library.
|
||||||
|
|
||||||
It also comes with a re-implementation of Lines, the HTTP server that comes
|
It also comes with a re-implementation of Lines, the HTTP server that comes
|
||||||
with Fiche. Additionally, PyFiche also comes with a simple TCP server, Recup,
|
with Fiche, which this time around also allows you to upload files using POST
|
||||||
|
requests. Additionally, PyFiche also comes with a simple TCP server, Recup,
|
||||||
to download pastes through netcat without using HTTP(S), in the same way you
|
to download pastes through netcat without using HTTP(S), in the same way you
|
||||||
upload them.
|
upload them.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue