The LOGIN command is used to login to the remote SFTP server.
Syntax:
Command | Keyword | Value | Developer notes |
|---|---|---|---|
LOGIN | USER | value | Required. User profile. |
PASSWORD | value | Optional. User password. | |
KEY | value | Optional. Public key authentication. | |
KEYPASSWORD | value | Optional. Password to open private key file. |
Example
LOGIN USER(user) PASSWORD(password)