libURLSetFTPMode | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | internet library |
Summary | Switches between active and passive mode for FTP transfers. |
Introduced | 1.1.1 |
OS | mac, windows, linux |
Platforms | desktop, server |
Example |
|
Related | Keyword: ftp Message: startup, openBackground, preOpenStack, openStack, preOpenCard Command: libURLftpUpload, libURLSetFTPStopTime Glossary: command, main stack, handler, message, group, standalone application, Standalone Application Settings, server, application, LiveCode custom library Library: Internet library, library |
Security | network |
Description | Use the libURLSetFTPMode command to improve performance with FTP servers that require active mode. For most FTP servers, passive transfer mode will work without a problem. However, a few servers require transfers to be made in active mode. If you are having trouble with ftp commands with a particular server, try setting the mode to "active". The FTP mode is set to passive when the application starts up. To use active mode exclusively, execute the following statement before making any ftp transfers:
|
Tags | networking |