Xceed FTP Library Documentation
XceedFtp control reference / Properties / FirewallType property
In This Topic
    FirewallType property
    In This Topic

    Description

    This property sets the type of firewall you want the library to connect to and negotiate FTP operations through.

    Data type

    Integer

    Possible values
     

    Enum Value Meaning
    fftNoFirewall 0 Do not connect and negotiate operations through a firewall.
    fftSocks4 4 Connect to a SOCKS version 4 compliant firewall.
    fftSocks5 5 Connect to a SOCKS version 5 compliant firewall.

    Default value

    fftNoFirewall

    Declaration  

    HRESULT FirewallType( [out, retval] EXFFirewallType* peVal );

    HRESULT FirewallType( [in] EXFFirewallType eVal );