libURLSetLogField | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | internet library | ||||||
Summary | Specifies a field for logging information about uploads and downloads. | ||||||
Introduced | 1.1.1 | ||||||
OS | mac, windows, linux, web | ||||||
Platforms | desktop, server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Property: ID, name Glossary: application, standalone application, debug, object reference, command, main stack, group, Standalone Application Settings, server, HTTP, message, statement, handler, LiveCode custom library Message: startup, openBackground, preOpenStack, openStack Library: Internet library, library Keyword: long Object: field Control Structure: function Function: libURLErrorData Command: get, post | ||||||
Security | network | ||||||
Description | Use the libURLSetLogField command to debug file transfers.
Instead, use a form that evaluates to a field reference, like this:
During ftp and http transfers, LiveCode logs the data sent from the server. If a log field has been set, this data is placed after the log field's contents. To stop logging, use the following statement:
| ||||||
Tags | networking |