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

ULFileTransfer class Next Page

Properties


The following are properties of ULFileTransfer:

SyntaxDescription
AuthStatus As ULAuthStatusCodeThe authorization status code for the last file transfer.
AuthValue As IntegerThe authorization value for the last file transfer.
DestinationFile As StringName of downloaded file within DestinationPath.
DestinationPath As StringClient location of downloaded file.
DowloadedFile As BooleanSet to true if file was downloaded.
FileAuthCode As IntegerThe authorization code for the last file transfer.
FileName As StringRemote file name to download.
ForceDownload As BooleanIf true, download file unconditionally.
Password As StringPassword for synchronization user name specified in UserName property.
ResumePartialDownload As BooleanIf set to true, resume a previously kept partial download.
Stream As ULStreamTypeType of stream to use in synchronization.
StreamErrorCode As ULStreamErrorCodeThe error code reported by the stream.
StreamParms As StringAdditional parameters for the given stream type.
StreamErrorSystem As LongThe stream error system-specific code.
UserName As StringUser name to submit to MobiLink during synchronization.
Version As StringThe version of the synchronization scripts to run.
See also