I am new to using these sftp programs to get files from a server so understand that I might be very ignorant to a lot of things. With that being said:
I am using windows command line to run psftp.exe like so:
psftp.exe hostname@server -i "myprivatekey.ppk"
the prompt takes me successfully to the server. From here I navigate to the directory I want. I use "ls" command to see all files under the directory.
I see my file which is some tar file that is in the format "somestuff.DSD.tar.somenumber"
I type:
get somestuff.DSD.tar.somenumber
The prompt then tells me:
/somedirectory/somestuff.DSD.tar.somenumber:open for read: no such file or directory
What is the problem here? why does it not see the file? is it the .tar file with the extention of somenumber after tar ? I am not sure what a tar file is I believe some zipped folder that stores multiple files.
Thank you for your time and looking into this issue!