1.0.0 • Published 10 years ago
file-up v1.0.0
file-up
Upload files like you would with curl --upload-file (almost).
npm install file-up -gUsage
file-up file.txt example.comapi
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
1.0.0
10 years ago