Can't find files downloaded from sftp

0

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

bgcode

Posted 2010-11-29T23:52:33.093

Reputation: 219

Answers

1

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

ephemient

Posted 2010-11-29T23:52:33.093

Reputation: 20 750

Thanks.. but the file isn't in that directory either – bgcode – 2010-11-30T00:12:37.373

1

Look at

C:\Users\_your_user_name\AppData\Local\VirtualStore\Program Files (x86)\PuTTY

Michael M

Posted 2010-11-29T23:52:33.093

Reputation: 11