SFTP command in unix

SFTP command in unix

[plain gutter=”false”]
sftp –password=”PASSWORD” “USERNAME”@”SERVER_IPADDRESS_OR_NAME”
[/plain]

Note:
Username, Password and Server_Ipaddress_or_Name should not be given within double quotes.

Eg:
[plain gutter=”false”]
sftp –password=pass1234 jdUser@ngdeveloper.com
[/plain]

One comment

Leave a Reply