Dart Ftp Control
FtpProxyTypeConstants Enumeration
Description
FTP Proxy Type Constants
Members
MemberValueDescription
ftpProxyNone0Establish connection without using a proxy server
ftpProxyOpen6

Connects to proxy and sends:

OPEN < hostname>

ftpProxyPipe7Proxy connects to a predetermined simple pipe server and logs in using supplied username and password.
ftpProxySiteHost3

Connects to proxy and sends:

 SITE <hostname>

to establish connection to host, afterwards User is logged in using Username and Password.

If ProxyUsername and ProxyPassword are specified, user is logged into proxy before sending SITE request.

ftpProxySocks41Establish connection using a SOCKS4 proxy server
ftpProxySocks52Establish connection using a SOCKS5 proxy server
ftpProxyUserLogin4

Connects to proxy and logs in with ProxyUsername and ProxyPassword, then connects to host by sending:

USER <username>@<hostname>

ftpProxyUserNoLogin5

Connects to proxy and sends:

USER <username>@<hostname>


PowerTCP FTP for ActiveX Documentation Version 2.2
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic