AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  using sftp from client

    Posted Tue November 21, 2006 01:58 PM

    Originally posted by: kahn


    Hi,

    I have P570 server and installed Openssh and it was
    working fine with putty. But when I tried to use the
    sftp (secure ftp) on my pc, I got the error below:

    C:\Documents and Settings\kahn>sftp 192.168.1.236
    'sftp' is not recognized as an internal or external
    command,operable program or batch file.

    Is there any solution for that?


  • 2.  Re: using sftp from client

    Posted Tue November 21, 2006 02:55 PM

    Originally posted by: orphy


    That's an error from Windows that says it can't find the sftp command.
    You either don't have sftp installed on your PC or that you need to fix
    your PATH to point to where sftp is.
    Orphy! :-)


  • 3.  Re: using sftp from client

    Posted Wed November 22, 2006 05:24 PM

    Originally posted by: SystemAdmin


    Actually PuTTy puts a "p" in front of all of it's ssh commands. sftp = psftp in PuTTy. As regards the PATH in Windows either put the PuTTy dir where the exe's are located in your path or copy the exe's to the location you want to psftp from