ASCII

From LANSA Integrator

ASCII

The ASCII command sets the session mode to ASCII.

Depending on the FTP server, ASCII mode allows the FTP server to convert the transmitted data to a format suitable for the host file system. CRLF characters could be converted to LF characters if the host is a Linux server. ASCII data could be converted to EBCDIC data if the host is an IBM i server.

 

 ASCII ----------- no keywords -------------------------------|

 

Keywords

There are no keywords associated with this command.

Examples

RDML

 

USE BUILTIN(JSM_COMMAND) WITH_ARGS('ASCII') TO_GET(#JSMSTS #JSMMSG)

 

RDMLX

 

use builtin(jsmx_command) with_args(#jsmxhdle1 'ASCII') to_get(#jsmxsts #jsmxmsg)