File Upload:

Upsty:

We also offer a tool on the PyPi Package Manager for easily uploading files to our Servers.

To install this tool simply run:

pip install upsty

usage: upsty [-h] filepath filename

positional arguments:
filepath    Path to file for upload.
filename    Filename to download as.
                    
optional arguments:
-h, --help  show this help message and exit
            

You can also use cURL to simply hit the upsty service.

 
curl --upload-file [filepath] https://up.psty.io/[filename_to_download_as]