mirror of
https://github.com/KevinMidboe/transatlanticTorrentExpress.git
synced 2025-10-29 09:50:21 +00:00
2fc99488366c8c0a84d09bcd1a9ad6d10d0bce50
🚅 Transatlantic Torrent Express
Agent for transporting files from remote host.
Install
Download repo:
git clone https://github.com/kevinmidboe/transatlanticTorrentExpress
cd transatlanticTorrentExpress
Also setup to require delugeClient to remove after transfered. Install the package using pip command:
pip3 install delugeClient-kevin
Configure
Create copy of config and edit following values:
cp config.ini.default config.ini
[SSH]
host=
user=
[FILES]
remote=
local=
[ELASTIC]
host=
port=
Run
python3 src/transatlanticTorrentExpress.py
Languages
Python
100%