Can you please tell me the format for the sftp command to be able to include the username & password.
I have tried something like this
SFTP
username/password@servername.com.au but with no success........thanks
Software/Hardware used:
AS/400
ASKED:
February 16, 2010 4:58 AM
UPDATED:
May 25, 2010 5:37 PM
Thanks for the info.
I found that if I initially use the ssh command the host access will be setup more clearer when I use the sftp command.
However, I found that when I ran the ssh command I got the following error message
The specified Password: tcgetattr device does not exist
Which seems to be consistent with what you are referring to with 5250 and not vt100.
Are you familiar with the type of error message and if there is anything I can do at my end to resolve it?
Mitchb,
I had the same issue, could not get the Unix box to accept my password from my i5 system. I went down the road of trying to get “expect” to work for me, but with no luck. I finally got the Unix group to accept public key authentication and then things started to click. From there it was easy.
Hope this helps,
Bill Poulin