Dê uma olhada no SSHFS Dokan para Windows. Dokan O SSHFS é um programa que monta sistemas de arquivos remotos usando o SSH. Você precisará instalar o MSVC 2005 redistribuível e o Dokan biblioteca disponível na página de download do SSHFS.
Outra solução é usar MindTerm junto com NetDrive (ambos têm versões domésticas gratuitas):
- Download and extract mindTerm
- Run mindterm.jar (double click it if you can, otherwise in command prompt type in java -jar mindterm.jar)
- Type in the host you want to ssh into followed by the username and password
- In the menu click on Plugins>FTP To SFTP Bridge…
- Type in 127.0.0.1 for the Listen address
- Type in 21 for the Listen port
- Select the Remote system type
- Click Enable
- Click Dismiss
- Next we want to install NetDrive
- Once netdrive is installed, open it up, and click New Site on the bottom
- Type in localhost (or whatever you want to call it) for the Site name
- Type in localhost for the Site IP
- Type in 21 for the Port
- Select FTP for the Port
- Select a Drive letter
- Check Connect as anonymous
- Click Save
- Click Connect
- Click the X to close the window (will minimize to system tray)
There you have it! A SSH/SFTP connection as a drive in Windows. I have tested it in Windows Vista, however it should work just fine in Windows XP.
Fonte