Introduction
The Uploader allows you to easily upload files to the server using the command-line interface.
Available for both Windows and Linux.
Installation
Follow the instructions below to get started:
1. Download
2. Installation
- Windows: Run the installer and follow the steps to install it.
- Linux: Make sure the binary is executable using
chmod +x installer.sh
if needed, and run the script with./installer.sh
.
Usage
The basic syntax for running the Uploader:
Uploader -files "<files>" -name <folder_name>
Example usage:
Uploader -files "/home/user/images/*" -name MyUploadFolder
Uploader -list "/home/user/files_list.txt" -name MyUploadFolder
Note: Do not use quotation marks around the folder name in the -name
argument.