Skip to content

Simple script to upload a file using a POST request via curl.

Notifications You must be signed in to change notification settings

ticktronaut/qnap-file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

qnap-file-upload

Simple script to upload a file to Qnap share using a POST request via curl. No big deal, but since I did not catch the idea on how to do this immediately and some people expressed their interest, I will share it here.

usage

 Usage: ./q-upload.sh [-f FILE] [-p PATH] [-f FILE]
   -h  Help. Display this message and quit.
   -f  Specify file to upload FILE.
   -p  Specify remote path PATH

further information

Further information on the HTTP API can be found here. Maybe I will extend the features of the script to some stuff of this documentation like creating a directore on the share.

About

Simple script to upload a file using a POST request via curl.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages