- Pure Python3 solution
- Easy Install
- Easy Interactions with Uploadfiles.io
- Built in test funcitons
To use ufile as the start of a new project, do the following, preferably in a virtual environment. Clone the repo.
.. code-block:: console
git https://github.com/osteth/ufile-tools.git
cd ufile-tools
Then install locally.
pip install
py.test
Finally, give the command line program a try.
ufile --help
The ufile put command is used to upload a file you your Uploadfiles.io account.
$ ufile put -f <file to upload>
The ufilesdown command is used to download a file from you Uploadfiles.io account.
$ ufile get -s <SLUG> -p <SAVE PATH>
ufiles down can be used with or without a save path specified. if no save path is specified,the file will be save to the current directory using the slug as the filename.
MIT