I'm using PSFTP and am looking to download two directories and all of their subdirectories and place them else where on my server.
I would think it would be as simple as
get dirname c:\localdirname
get dirname2 c:\localdirname2
But I get read permission errors, however, if I specify one file at a time, it works. Any ideas?