#file-transfer #networking #cli #transfer #file #server

app lud

A CLI tool for easy file transfers

4 releases

Uses new Rust 2024

new 0.1.3 Apr 11, 2025
0.1.2 Apr 11, 2025
0.1.1 Apr 11, 2025
0.1.0 Apr 8, 2025

#12 in #file-transfer

Download history 65/week @ 2025-04-03

65 downloads per month

MIT license

37KB
906 lines

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.

Dependencies

~12–21MB
~301K SLoC