CTRLCONN (FTP client and server) statement

This statement defines the ASCII code page to be used for the control connection.

Server
Specifies the code page used by the server.
Client
Specifies the code page used by the client.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-CTRLCONN 7BIT--------------------.   
>>-+----------------------------------+------------------------><
   '-CTRLCONN--+-7BIT---------------+-'   
               +-iconv_ascii--------+     
               '-FTP_STANDARD_TABLE-'     

Parameters

7BIT
Indicates that the 7-bit ASCII code page is to be used. 7BIT is the default if CTRLCONN is not used and no TCPXLBIN data set is found.
iconv_ascii
A name recognized by iconv to indicate an ASCII code page.
FTP_STANDARD_TABLE
Indicates that the FTP internal tables, which are the same as the tables that are shipped in TCPXLBIN(STANDARD), are to be used.

Examples

CTRLCONN IBM-858

Usage notes

Related topics