A voir également:
- Commande pour debian 3 Sous SSH
- Invite de commande - Guide
- Commande terminal mac - Guide
- Ai suite 3 - Télécharger - Optimisation
- Picasa 3 - Télécharger - Albums photo
- Ssh download - Télécharger - Divers Web & Internet
3 réponses
Utilise scp ou sftp
johand@horus:~$ date > brol
johand@horus:~$ scp brol johand@anubis:/tmp
johand@anubis's password:
brol 100% 30 0.0KB/s 00:00
johand@horus:~$ sftp anubis
Connecting to anubis...
johand@anubis's password:
sftp> cd /tmp
sftp> ls
. .. .font-unix .rnd brol gconfd-root
sftp>
Donc
man scp; man sftp
Johan
Gates gave you the windows.
GNU gave us the whole house.(Alexandrin)
johand@horus:~$ date > brol
johand@horus:~$ scp brol johand@anubis:/tmp
johand@anubis's password:
brol 100% 30 0.0KB/s 00:00
johand@horus:~$ sftp anubis
Connecting to anubis...
johand@anubis's password:
sftp> cd /tmp
sftp> ls
. .. .font-unix .rnd brol gconfd-root
sftp>
Donc
man scp; man sftp
Johan
Gates gave you the windows.
GNU gave us the whole house.(Alexandrin)
OUla tous ca ma pas l'air simple
tu peut me donner la ligne de commande pour dl ceci:
http://distro2.download.filefront.com/txnkzdtxyj+/pub2/Steam/Official_Server_Files/hlds_l_1120_full.bin
Merci d'avance
tu peut me donner la ligne de commande pour dl ceci:
http://distro2.download.filefront.com/txnkzdtxyj+/pub2/Steam/Official_Server_Files/hlds_l_1120_full.bin
Merci d'avance
Ah , ce que tu veux c'est utiliser wget:
[johand@anubis johand]$ wget http://distro2.download.filefront.com/txnkzdtxyj+/pub2/Steam/Official_Server_Files/hlds_l_1120_full.bin
--13:47:28-- http://distro2.download.filefront.com/txnkzdtxyj+/pub2/Steam/Official_Server_Files/hlds_l_1120_full.bin
=> `hlds_l_1120_full.bin'
Résolution de distro2.download.filefront.com... complété.
Connexion vers distro2.download.filefront.com[66.117.1.142]:80...connecté.
requête HTTP transmise, en attente de la réponse...200 OK
Longueur: 445,055,300 [application/octet-stream]
1% [ ] 8,151,664 137.65K/s ETA 51:39
^C
Gates gave you the windows.
GNU gave us the whole house.(Alexandrin)
[johand@anubis johand]$ wget http://distro2.download.filefront.com/txnkzdtxyj+/pub2/Steam/Official_Server_Files/hlds_l_1120_full.bin
--13:47:28-- http://distro2.download.filefront.com/txnkzdtxyj+/pub2/Steam/Official_Server_Files/hlds_l_1120_full.bin
=> `hlds_l_1120_full.bin'
Résolution de distro2.download.filefront.com... complété.
Connexion vers distro2.download.filefront.com[66.117.1.142]:80...connecté.
requête HTTP transmise, en attente de la réponse...200 OK
Longueur: 445,055,300 [application/octet-stream]
1% [ ] 8,151,664 137.65K/s ETA 51:39
^C
Gates gave you the windows.
GNU gave us the whole house.(Alexandrin)