Tagged Questions
1
vote
1answer
125 views
single persistent scp connection program options
I'm using PSCP (part of the putty package) to make several connections to a server but my boss would like to reduce the number of connections to 1. Is there a Windows program like PSCP which only ...
5
votes
2answers
3k views
Accessing SFTP folders transparently in Explorer on Windows 7
One feature available on Linux (using Nautilus from Gnome) that I really like a lot is the ability to access remote servers via SFTP just by typing sftp://server/folder and saving those as bookmarks.
...
0
votes
1answer
506 views
windows 7 sftp doesn't connect, ssh works
I use BitKinex on Windows 7 as SFTP client and PuTTY for ssh remote shell.
Out of the blue, sftp stopped working, but putty still connects normaly.
Tried disableing firewall (Avast Internet ...
2
votes
3answers
3k views
Free solution to backup folders to external SFTP server with shadow copy
I have an account in university on Linux machine with 10TB of free space accessible via SFTP. I would like to backup my Windows 7 x64 laptop to university. Currently I am using rsync+cygwin, but ...