FTP_PortType

Top  Previous  Next

×V3.1Ø

S

A

W

WS

ü

Valid for: SetStartup & SetRuntime

 

Syntax -

       SetStartup FTP_PortType <PortType>

               Where:

                        <PortType> is an integer.

 

Description:

This option defines the name of the pre-defined port types, from the list below.

 

The default value for FTP_PortType is ASCII.   EMUE supports the following file types:

Port Type

Description

ASCII

This option should be used when the file being transferred consists of only ASCII characters.  Most text files should will be ASCII.  This is EMUE's default value for FTP_PortType.

Ebcdic

Extended Binary Coded Decimal Interchange Code (EBCDIC) is an 8bit character encoding designed by IBM for a line of mainframe computers.

Image

This option should be used for binary files.

 

Sample:

       The following statement instructs EMUE to identify the Port Type as "ASCII".

SetStartup FTP_PortType "ASCII"

 

See Also:

SetRuntime