I can't find the files I "get" from an sftp server. I'm using Windows and running sftp.exe from the PuTTY suite. When I type lpwd to see the local directory, it shows it but I never see the files I used "get" on

link|improve this question

80% accept rate
feedback

2 Answers

lpwd just prints the current local working directory; it doesn't show directory contents. Use !dir for that.

link|improve this answer
Thanks.. but the file isn't in that directory either – babonk Nov 30 '10 at 0:12
feedback

Look at

C:\Users\_your_user_name\AppData\Local\VirtualStore\Program Files (x86)\PuTTY
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.