Skip to content

dev-harsh1998/devupload-independent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devupload Codacy Badge Codeship Status for dev-harsh1998/devupload-independent

devupload is a standalone command line utility written in rust to pulverize the ftp uploading procedure to just few inputs i.e username and password, Yep and its done.

How to use?

devupload --file-path path/to/file/to/be/uploaded.zip --androidfilehost
devupload --file-path path/to/file/to/be/uploaded.zip --basketbuild

Same could be achieved with
devupload -af path/to/file/to/be/uploaded.zip for androidfilehost
devupload -bf path/to/file/to/be/uploaded.zip for basketbuild

More?

devupload --help or devupload -h
devupload --version or devupload -V

Installation

You can simply install devupload by following these instructions, make sure you have git and rust installed.

# Clone the repository.
git clone https://github.com/dev-harsh1998/devupload-independent
# Navigate to cloned directory.
cd devupload
# Compile latest binary on your own machine!!.
cargo build --release
# Install it for direct access.
sudo mv target/release/devupload /usr/local/bin/

Supported Platforms

  • Windows (Rust installed)
  • Linux x86
  • Linux x86_64
  • macOS

TODO

  • Add support for sourcefourge?

Issue or feature request?

Please write about issues and feature request here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages