Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULFileTransfer class

ClearAuthenticationParms method Next Page

DownloadFile method


Download a file using MobiLink file transfer, using current properties.

Syntax

DownloadFile()
As Boolean
Member of UltraLiteAFLib.ULFileTransfer

Returns

Returns true if file downloaded successfully or already existed locally; false otherwise. The property ULFileTransfer.DownloadedFile can be checked to see if a file transfer actually occurred.

Errors set

ulSQLE_COMMMUNICATIONS_ERROR    This error occurs if no stream was specified.

See also