|
|
|
|
| | | Constant | Description | Used by the functions |
---|
ftpAccess | Type of date/time: Date/Time of the last access to the file | FTPDate,
FTPTime | ftpActiveMode | Active connection to the FTP server. When transferring files, the client starts the transfer. This type of connection may be refused by some protected FTP servers. | FTPConnect | ftpASCIIMode | File transfer performed in ASCII mode: This mode is used to transfer data between two different types of operating systems, from UNIX to Windows for example: the transferred file is changed into the ASCII format of destination system. | FTPSend,
FTPGet | ftpBinaryMode | File transfer performed in binary mode: the file received is exactly identical to the file sent | FTPSend,
FTPGet | ftpCreation | Type of date/time: Date/Time of file creation | FTPDate,
FTPTime | ftpDirectory | Element to find: search performed on the directories only | FTPListFile | ftpErrorAuthentification | Notifies a connection error caused by an identification problem | FTPConnect | ftpExtendedPassiveMode | Extended passive connection to the FTP server (EPSV mode). When transferring files, the server takes the initiative for the transfer. This type of connection is used to step over some "firewalls". If the server does not support the extended passive mode (the FEAT command is sent to the server to find out the capacity), the connection is crippled in simple passive mode. | FTPConnect | ftpFile | Element to find: search performed on the files only | FTPListFile | ftpIgnoreExpiredCertificate | The certificate date is ignored. | FTPConnect | ftpIgnoreInvalidCertificate | The certificate is ignored. | FTPConnect | ftpIgnoreInvalidCertificateName | The site name specified in the certificate is ignored. | FTPConnect | ftpIgnoreRevocation | The certificate revocation is ignored. | FTPConnect | ftpModification | Type of date/time: Date/Time of the last modification made to the file | FTPDate,
FTPTime | ftpParameterMode | Selects the FTP operating mode. Two modes are available:- the functions for FTP management use the "wininet" module of Windows. This mode corresponds to the default operating mode of FTP functions.
- the functions for FTP management use an module independent of Windows and support the UTF8. Caution: In this mode, FTPCommand is not supported.
| FTPParameter | ftpPassiveMode | Passive connection to the FTP server (PASV mode). When transferring files, the server takes the initiative for the transfer. This type of connection is used to step over some "firewalls". Remark: If the connection to the server is in IPV6, the connection will be performed in extended passive mode (because the passive mode does not support IPV6). | FTPConnect | ftpPassiveModeIgnoreIP | Passive connection to the FTP server (PASV mode). When transferring files in passive mode, the server sets the port and IP address for data transfer. With this parameter, only the port is taken into account. The IP address is ignored. This type of connection allows the use of FTP servers that return non-routable IP addresses but are reachable via the connection IP address | FTPConnect | ftpProxyNone | Allows to cancel the use of the FTP proxy. | FTPProxy | ftpProxyOpen | Type of proxy to use: FTP proxy requiring the "OPEN" command. | FTPProxy | ftpProxySite | Type of proxy to use: FTP proxy requiring the "SITE" command. | FTPProxy | New in version 28ftpProxySOCKS5 | FTP proxy using the SOCKS5 protocol. | FTPProxy | ftpProxyUserSeparate | Type of proxy to use: FTP proxy requiring the "USER" command and the "PASS" command separately. | FTPProxy | ftpProxyUserTogether | Type of proxy to use: FTP proxy requiring the "USER" command with the user and the password. | FTPProxy | tpesParameterSecureMode | Changes FTPES encryption. Two modes are available: - SSL encryption is applied to FTP data and commands. This is the default mode for functions in FTPES.
- SSL encryption is applied only to FTP commands. This mode may be required for some FTPES servers.
| FTPParameter |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|