FTP_ProxyType

Top  Previous  Next

×V3.1Ø

S

A

W

WS

ü

Valid for: SetStartup & SetRuntime

 

Syntax -

       SetStartup FTP_ProxyType <ProxyType>

               Where:

                       <ProxyType> is one of the following values that define the proxy type:

 

Description:

This option helps to configure communication with FTP proxy servers.  There are four proxy types that EMUE supports.  The default value for FTP_ProxyType is NONE.

 

Proxy Type

Description

None

No proxy server is used.

HttpConnect

Uses an HTTP proxy to make connection.

Socks4

Uses a SOCKS Version 4 proxy to make FTP connection.

Socks5

Uses a SOCKS Version 5 proxy to make FTP connection.

 

Sample:

       The following statement instructs EMUE to Identify the Proxy Type as "none".

SetStartup FTP_ProxyType "None"

 

See Also:

FTP_ProxyPort

FTP_ProxyServer

FTP_ProxyUsername

FTP_ProxyPassword

SetRuntime