samedi 9 mars 2013

#Aria2c #Downloads #Files #commandline #Internet #tools

installation
apt-get install aria2


utilisation
aria2c http://url

augmenter le nb de connections par serveurs
aria2c -x 2 http://url

par plusieurs sources
aria2c http://url http://url2 ftp://url3

Télécharger par le WEB

$ aria2c http://cdimage.ubuntu.com/daily-live/current/natty-desktop-amd64.iso

Télécharger à partir de 2 sources

$ aria2c http://a/f.iso ftp://b/f.iso

Télécharger par BitTorrent

$ aria2c http://example.org/mylinux.torrent

Télécharger par BitTorrent Magnet URI

$ aria2c ‘magnet:?xt=urn:btih:248D0A1CD08284299D
E78D5C1ED359BB46717D8C’

Télécharger par Metalink

$ aria2c http://example.org/mylinux.metalink

Télécharger les URIs trouvées dans un fichier texte

$ aria2c -i uris.txt
sudo add-apt-repository ppa:t-tujikawa/ppa

Interface pour Aria2 : aria2fe
wget http://downloads.sourceforge.net/aria2f … .5.tar.bz2
tar -jxf aria2fe-0.0.5.tar.bz2
sudo cp aria2fe-0.0.5/bin/aria2fe /bin/
Autres :
sudo apt-get install ruby-gnome2
wget http://archive.xfce.org/src/apps/eatmonkey/0.1/eatmonkey-0.1.4.tar.bz2
tar xf eatmonkey-0.1.4.tar.bz2
cd eatmonkey-0.1.4
./configure
sudo make install

Netfleet
wget http://netfleet.googlecode.com/files/netfleet_0.2.1.tar.bz2
alien netfleet_0.2.1.tar.bz2

Autres :
apt­-get install rtorrent 
CTRL+ q – Quitter rTorrent 
CTRL + s - Démarrer le téléchargement 
CTRL + d - Arrêtez un téléchargement actif ou supprimer un téléchargement déjà arrêté. 
CTRL + k - Stop et fermer un téléchargement actif. 
CTRL + r - Voir un Hash torrent avant le chargement / téléchargement commence. 
CTRL + q - Lorsque cette combinaison de touches est exécutée deux fois, rTorrent arrêt, sans l'envoi d'un signal d'arrêt. 
Flèche gauche - Ecran précédent 
Flèche droite - Ecran suivant 
 

Wget

apt­-get install wget

Certaines utilisations de base de Wget
Télécharger un fichier unique en utilisant wget.
wget http://distributions.free.fr/emplois.html Télécharger un site entier, de manière récursive.
wget-r http://alternativeto.net/ Télécharger type spécifique de fichier (pdf dire et png) à partir d'un site web.
wget-r-A png, pdf http://fullcirclemagazine.org/downloads/
Infos/wget tecmint

Curl

apt­-get install curl
curl -C - -O http://www.domaine.com/nomdufichier.txt

w3m

apt­-get install w3m

Transférer un site complet en ligne de commande :

ncftpput -u login -p password -R hote_ftp_ou_adresse_ip dossier_destination/ dossier_source/

Aucun commentaire:

Enregistrer un commentaire

Archives du blog