LOGIN

LANSA Integrator

LOGIN

The LOGIN command authenticates the connection to the remote FTP server.

 

                                                         Required

 

 LOGIN ----------- USER ------------- user --------------------->

 

               >-- PASSWORD --------- password -----------------|

 

Keywords

USER

The user profile to be used to log into the remote FTP server.

PASSWORD

The password corresponding to the value specified in the USER keyword.

Comments / Warnings

The USER and PASSWORD values may be case sensitive depending on the FTP server.

Examples

RDML

 

USE BUILTIN(JSM_COMMAND) WITH_ARGS('LOGIN USER(ftpuser) PASSWORD(password)') TO_GET(#JSMSTS #JSMMSG)

 

RDMLX

 

use builtin(jsmx_command) with_args(#jsmxhdle1 'login user(ftpuser) password(password)') to_get(#jsmxsts #jsmxmsg)