# bt-cli-demo **Repository Path**: fuli39_admin/bt-cli-demo ## Basic Information - **Project Name**: bt-cli-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-15 - **Last Updated**: 2025-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple CLI torrent client based on [Bt](https://github.com/atomashpolskiy/bt) library ```java $ git clone https://github.com/atomashpolskiy/bt $ cd bt $ mvn clean package -DskipTests $ java -jar target/bt-launcher.jar Option (* = required) Description --------------------- ----------- -?, -h, --help -S, --sequential Download sequentially -a, --all Download all files (file selection will be disabled) * -d, --dir Target download location --dhtport Listen on specific port for DHT messages -e, --encrypted Enforce encryption for all connections -f, --file Torrent metainfo file -i, --inetaddr Use specific network address (possible values include IP address literal or hostname) -m, --magnet Magnet URI -p, --port Listen on specific port for incoming connections -s, --seed Continue to seed when download is complete --trace Enable trace logging -v, --verbose Enable more verbose logging ```