Zip Component, Email Component, Encryption Component ActiveX Control for Zip Compression .NET Components for ASP.NET
ActiveX and .NET Components for Zip Compression, Encryption, Email, XML, S/MIME, HTML Email, Character Encoding, Digital Certificates, FTP, and more ASP Email ActiveX Component


Index of Chilkat Blog Posts

April 6, 2006

FTP Proxy with Chilkat FTP2

Note: The DetermineProxy method can be used to determine the correct setting for ProxyMethod:

ASP: Automatically Determine FTP Proxy Method
C#: Automatically Determine FTP Proxy Method
C++: Automatically Determine FTP Proxy Method
Delphi: Automatically Determine FTP Proxy Method
Visual FoxPro: Automatically Determine FTP Proxy Method
Java: Automatically Determine FTP Proxy Method
Perl: Automatically Determine FTP Proxy Method
Python: Automatically Determine FTP Proxy Method
Ruby: Automatically Determine FTP Proxy Method
VB.NET: Automatically Determine FTP Proxy Method
Visual Basic: Automatically Determine FTP Proxy Method
VBScript: Automatically Determine FTP Proxy Method

The Chilkat FTP2 component can connect to most (if not all) types of FTP Proxy servers. However, you must tell the component what type of proxy server it is using (by setting the ProxyMethod property). A great article that summarizes it is located here:
How FTP Proxy Servers Serve Clients.

The Chilkat ProxyMethod types are based on the settings from Cute FTP:

To connect to any given proxy type, you only need to set some or all of the following Chilkat FTP2 properties:

    ProxyHostname
    ProxyUsername
    ProxyPassword
    ProxyMethod

SITE site:
Set the ProxyMethod property = 1.

USER user@site:
Set the ftp.ProxyMethod property = 2.

USER with login:
Set the ftp.ProxyMethod property = 3.

USER/PASS/ACCT:
Set the ftp.ProxyMethod property = 4.

OPEN site:
Set the ftp.ProxyMethod property = 5.


Privacy Statement. Copyright 2000-2011 Chilkat Software, Inc. All rights reserved.
Send feedback to support@chilkatsoft.com

Components for Microsoft Windows XP, 2000, 2003 Server, Vista, Windows 7, and Windows 95/98/NT4.