Matrix,
Ik heb een account aangemaakt maar de tar.gz is niet meer beschikbaar!
Na wat onderzoek heb ik een andere client gevonden (deluge) helaas blijkt deze niet te werken op de ARM processor
Op zich is mijn enige behoefte dat de client een add-on/plug-in of wellicht een script gedownloade bestanden automatisch extract en verplaatst. Ging het hier over Windows had ik het zo gevonden en gemaakt echter voor Linux is het voor mij moeilijker omdat ik door een gebrek aan ervaring en kennis niet goed kan inschatten of het gaat werken. Na wat zoeken hebben heb toch een script gevonden dat mogelijk exact dat doet wat ik wil. 1 addertje...
Het script is geschreven zodat er naar een USB stick wordt gekopieerd
To use this script follow these steps:
1.) Create two empty files:
verify.txt on your usb device. The script checks to see if verify.txt is on your usb device to assure the device is plugged in (as to avoid copying files to the mount Dir and not the device.
/etc/extra/database.txt The directory /etc/extra must be created along with the empty file database.txt for this script to function. The script will move text files in and out of /etc/extra/.
2.) Copy the Below script to /bin/extra
3.) be sure to change the permissions chmod 777 /bin/extra
#usb (is the path where you mount your usb that you want the files transfered too.)
usb=/mnt/usb
Volgens mij is deze aanpassing voldoende:
#usb wordt #location
usb= wordt location=/volume1/[download pad]
###Do not change anything below this line####
[ -f $usbverify.txt ] && date >> /var/www/usb/log.txt || exit
Na deze regel begint het script en daar zie ik overal de declaratie USB in terug komen. Mogelijk is het voldoende om het woord usb te vervangen voor location?
Zou jij een poging willen doen om het script zo aan te passen dat het werkt met een file location (volume1)?
Dit script zou het installeren van een andere client overbodig maken omdat je alleen maar hoeft te downloaden.
Hier staat het script
http://lessthanhightech.weebly.com/auto ... linux.htmlAlvast bedankt!