lud

Crates.iolud
lib.rslud
version0.1.3
created_at2025-04-08 07:05:58.787425+00
updated_at2025-04-11 05:01:46.898763+00
descriptionA CLI tool for easy file transfers
homepage
repositoryhttps://github.com/ciathefed/lud
max_upload_size
id1625128
size85,334
(ciathefed)

documentation

README

LUD - CLI Tool for Easy File Transfers

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.

Installation

To install LUD, run the following command:

cargo install lud

Usage

Start a Server

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.

Upload a File

To upload a file to the server:

lud u example.txt

This command uploads example.txt to the server for others to access.

Download a File

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.

Additional Help

For more options and usage details, you can run:

lud --help

This will display a list of available commands and options.

Commit count: 22

cargo fmt