PROJET AUTOBLOG


Links

source: Links

⇐ retour index

Ajouter un torrent avec transmission

dimanche 27 avril 2014 à 19:15
cp mon_fichier_à_partager.7z /mon_dossier_de_partage/
cd /mon_dossier_de_partage/
transmission-create --private --comment "Juste un test" --tracker "udp://tracker.openbittorrent.com:80/" --outfile test.torrent mon_fichier_à_partager.7z
transmission-remote <IP>:<Port>  --auth=<login>:<mdp> -a test.torrent --download-dir /mon_dossier_de_partage/
# on partage le torrent sur notre site
cp test.torrent /var/www/
(Permalink)