| Crates.io | lud |
| lib.rs | lud |
| version | 0.1.3 |
| created_at | 2025-04-08 07:05:58.787425+00 |
| updated_at | 2025-04-11 05:01:46.898763+00 |
| description | A CLI tool for easy file transfers |
| homepage | |
| repository | https://github.com/ciathefed/lud |
| max_upload_size | |
| id | 1625128 |
| size | 85,334 |
LUD is a lightweight command-line tool that simplifies file transfers by allowing you to easily upload, download, and share files with a simple interface.
To install LUD, run the following command:
cargo install lud
To start the file transfer server and specify the storage directory:
lud ln -o ./storage
This will initiate a server on the default port and store files in the ./storage directory.
To upload a file to the server:
lud u example.txt
This command uploads example.txt to the server for others to access.
To download a file from the server:
lud d example.txt
This will fetch the example.txt file from the server to your local machine.
For more options and usage details, you can run:
lud --help
This will display a list of available commands and options.