FTP_SecurityType

Top  Previous  Next

×V3.1Ø

S

A

W

WS

ü

Valid for: SetStartup & SetRuntime

 

Syntax -

       SetStartup FTP_SecurityType <SecurityType>

               Where:

                       <SecurityType> is one of the following values that defines the type of security that will be used:

 

Description:

This option defines which security protocol and authentication type the server uses.  The default value for FTP_SecurityType is NONE.

 

Security Type

Description

None

No encryption is used.

ControlOnly

Uses implicit encryption on the control connection.

DataOnly

Uses implicit encryption on the data connection.

Explicit

Should be used with explicit SSL.

ExplicitControlOnly

Requires explicit AUTH SSL on the control connection.

ExplicitControlOptional

Tries to use explicit AUTH SSL on the control connection

Implicit

Should be used with implicit SSL.

 

Sample:

       The following statement instructs EMUE to use implicit security type for FTP.

SetStartup FTP_SecurityType "Implicit"

 

See Also:

SetRuntime