Kevin Midboe cedefbc42b Re-wrote everything to be defined in Classes, better logging & exec
Abstracted remote and local filesystems into a System class.

Transporter does the file transfering, simplified this code. Removes a
lot of the error handling that was there in replacement of state that
will be more resilient, predictable and less error-prone.
2023-08-25 19:39:07 +02:00
2023-08-25 19:10:32 +02:00
2023-08-25 19:10:32 +02:00
2019-04-29 21:07:04 +02:00
2023-08-25 19:12:35 +02:00

🚅 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

Run

python3 transatlanticTorrentExpress.py
Description
Transatlantic Torrent Express 🚅
Readme MIT 313 KiB
Languages
Python 100%