How To - Step-By-Step Guides To Tasks In LiveCode
-
TSNet
- How to use tsNetGetSync to retrieve data from a web site
- How to use tsNetGet to retrieve data asynchronously
- How to use tsNetPost to perform a HTTP POST with callbacks
- How to send e-mail using the tsNet external
- How to upload a file using FTP
- How to asynchronously download via SFTP directly to a file
- How to send a custom HTTP request using the tsNet external
- How to issue raw commands to an FTP server
- How to use tsNet to connect to an FTP server over SSL (FTPS)
- How to use tsNet to display an e-mail message from an IMAP account
- How to use tsNet to display the folders stored in an IMAP account
- How to use tsNet to delete an e-mail message from an IMAP account
- How to monitor the status of a download request made using tsNetGetSync
- How to get debug information for tsNet transfers
- How to download multiple files in the background with tsNet
- How to use tsNet to check the status of a URL without downloading its contents using the HTTP HEAD request method