file-up
v1.0.0
Published
file uploader
Downloads
31
Readme
file-up
Upload files like you would with curl --upload-file (almost).
npm install file-up -g
Usage
file-up file.txt example.com
api
file-up
can be used as a command that takes a filename and url as arguments, or you can pass it optional parameters.
-T
or --upload-file
specifies the file to upload
--url
specifies the url (default localhost
)
-p
or --port
specifies the port (default 80
)
-m
or --method
specifies the method (default PUT
)
Notes
You can specify one -T for each URL on the command line. Each -T + URL pair specifies what to upload and to where.
Todos
- Support URL globbing (like curl).
- Write better test.
- Probably lots of other things. I haven't had time to find edge cases.
License
MIT