fredyw / pyuploader

A Python script to upload file(s) using HTTP PUT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyuploader

A Python script to upload file(s) using HTTP PUT. It supports BASIC authentication.

pyuploader supports uploading a single file or a directory.

This tool is useful for uploading file(s) to systems, such as Artifactory.

Download

https://github.com/fredyw/pyuploader/releases

Usage

usage: pyuploader.py [-h] --url URL --path PATH [--username USERNAME]
                     [--password PASSWORD]

About

A Python script to upload file(s) using HTTP PUT

License:MIT License


Languages

Language:Python 100.0%