Ligne de commande interactive
Télécharger « putty » (http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe)
Commande par script depuis Windows
Télécharger « plink » (http://the.earth.li/~sgtatham/putty/latest/x86/plink.exe)
Exemple d’utilisation de “plink”
Créer un dossier “music” dans “d/media” sur le serveur « 192.168.197.160 » avec identifiants « root»/ « password»
plink -v -pw password root@192.168.197.160 mkdir /media/music
Echange de fichiers interactif
Télécharger « winscp » (http://winscp.net/download/winscp418setup.exe)
Echange de fichiers par script
Télécharger « pscp » (http://the.earth.li/~sgtatham/putty/latest/x86/pscp.exe)
Exemple d’utilisation de “pscp”: Copier le fichier “out.mp3” dans “/media/music” sur « 192.168.197.160 » avec identifiants « root »/ « password »
pscp -v -l root -pw password -C out.mp3 192.168.197.160:/media/music
découvert récemment et plus orienté Ms Powershell: SharpSSH (http://www.tamirgal.com/home/dev.aspx?Item=SharpSsh)
http://huddledmasses.org/scriptable-ssh-from-powershell/