[Java]
int getOptions();
void setOptions(int Value);
Values
[.NET]
[Pascal]
[C++]
Description
foCCCSiteWorkaround = 1
foCCCSiteWorkaround
f_foCCCSiteWorkaround = 1
Some servers support CCC mode incorrectly. Enable this option to use special workaround for servers which report errors of CCC mode.
foSyncDataChannel = 2
foSyncDataChannel
f_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 = 4
foSmartSSLSetup
f_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.
foStreamingASCIIMode = 8
foStreamingASCIIMode
f_foStreamingASCIIMode = 8
Turns on ASCII type for streaming mode.
foPreallocateStorage = 16
foPreallocateStorage
f_foPreallocateStorage = 16
Turning this option on tells the client to send "ALLO filesize" command before performing file upload in order to notify the server about expected file size.
TSBFTPOptions values
[.NET][C++]
[Pascal]
[PHP]
Description
f_foCCCSiteWorkaround = 1
foCCCSiteWorkaround
foCCCSiteWorkaround = 1
...
f_foSyncDataChannel = 2
foSyncDataChannel
foSyncDataChannel = 2
...
f_foSmartSSLSetup = 4
foSmartSSLSetup
foSmartSSLSetup = 4
...
f_foStreamingASCIIMode = 8
foStreamingASCIIMode
foStreamingASCIIMode = 8
...
f_foPreallocateStorage = 16
foPreallocateStorage
foPreallocateStorage = 16
...
Description
Use this property to set options of the FTP connection.