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.
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
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/
- Windows (Rust installed)
- Linux x86
- Linux x86_64
- macOS
- Add support for sourcefourge?
Please write about issues and feature request here.