Using psftp to upload and download files

Posted by macha on Super User See other posts from Super User or by macha
Published on 2011-01-12T19:21:12Z Indexed on 2011/01/12 19:55 UTC
Read the original article Hit count: 314

Filed under:
|
|
|

Hello I am trying to upload and download files from my desktop to my server. Now after some search I did download psftp. I used to use filezilla earlier, but I cannot install it on my desktop due to a few reasons. Since psftp (similar to putty) is just an executable for file transfer.

So now after going through this link http://www.math.tamu.edu/~mpilant/math696/psftp.html. I understood that put and get are two commands I would use to download and upload files. Now when I logon to the server and say get filename, it actually is throwing back an error "local: unable to open filename". I tried that with other files too, and I end up getting the same error.

The psftp.exe file is on my desktop. The process that I am using is

  1. I double click the .exe file

  2. open "servrname"

  3. cd /path/where/files/are

  4. get "filename"

And I get this error

"local: unable to open filename".

Am I making a mistake or is it a problem with this executable?

© Super User or respective owner

Using psftp to upload and download files

Posted by macha on Stack Overflow See other posts from Stack Overflow or by macha
Published on 2011-01-12T17:51:12Z Indexed on 2011/01/12 17:53 UTC
Read the original article Hit count: 315

Filed under:
|
|
|
|

Hello I am trying to upload and download files from my desktop to my server. Now after some search I did download psftp. I used to use filezilla earlier, but I cannot install it on my desktop due to a few reasons. Since psftp (similar to putty) is just an executable for file transfer.

So now after going through this link http://www.math.tamu.edu/~mpilant/math696/psftp.html. I understood that put and get are two commands I would use to download and upload files. Now when I logon to the server and say get filename, it actually is throwing back an error "local: unable to open filename". I tried that with other files too, and I end up getting the same error.

Am I making a mistake or is it a problem with this executable?

I did not find relevant tags for this topic, could somebody suggest me the right forum for this issue.

© Stack Overflow or respective owner

Related posts about ftp

Related posts about file-transfer