Skip to content

Simple service listening for multipart (file upload) requests.

License

Notifications You must be signed in to change notification settings

martinfabik/FileUploadServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileUploadServer

Simple service listening for multipart (file upload) requests and saving them in a predefined directory.

Usage

Server side

dotnet FileUploadServer.dll directory=c:\files

dotnet FileUploadServer.dll directory=c:\files extensions=.txt,.pdf

Client side

curl.exe -F 'data=@c:\temp\test.txt' http://localhost:5000

File test.txt will be available in the directory c:\files

About

Simple service listening for multipart (file upload) requests.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages