EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3FTPOptions.Options

TElAS3FTPOptions    


 

Specifies FTP options.

 
 

Declaration

[C#]
    TSBFTPOptions Options;
    TSBFTPOptions = short;

    TSBFTPOptions represents a bit mask which contains zero or more bit flags as defined by TSBFTPOption;

[VB.NET]
    Property Options As TSBFTPOptions
    TSBFTPOptions As SmallInt

    TSBFTPOptions represents a bit mask which contains zero or more bit flags as defined by TSBFTPOption;

[Pascal]
    property Options : TSBFTPOptions;
    TSBFTPOptions = set of TSBFTPOption;

[VB6]
    not implemented;

[ActiveX]
    not implemented

[DLL]
    not implemented;
 
 

Values:
[.NET] [Pascal] [ActiveX] Description
foCCCSiteWorkaround = SmallInt(1) foCCCSiteWorkaround foCCCSiteWorkaround = 1 Some servers support CCC mode incorrectly. Enable this option to use special workaround for servers which report errors of CCC mode.
foSyncDataChannel = SmallInt(2) foSyncDataChannel foSyncDataChannel = 2 This option specifies whether to synchronize data channel. Switch it on if component hangs when trying to establish data connection, i.e., on using commands list, upload, download.
foSmartSSLSetup = SmallInt(4) foSmartSSLSetup foSmartSSLSetup = 4 Many servers violate secure FTP specification requirements when performing protocol negotiation. In particular, this concerns PROT and PBSZ commands. Enable this option to make TElSimpleFTPSClient automatically adjust the set of commands being sent in the "smart" most server-friendly way.
Declared in
[.NET] [Pascal]
Namespace: SBSimpleFTPS
Assembly: SecureBlackbox.FTPS
Unit: SBSimpleFTPS

 
 

Description

    Use this property to set options of the FTP connection.

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation