The following are properties of ULFileTransfer:
Syntax | Description |
---|---|
AuthStatus As ULAuthStatusCode | The authorization status code for the last file transfer. |
AuthValue As Integer | The authorization value for the last file transfer. |
DestinationFile As String | Name of downloaded file within DestinationPath. |
DestinationPath As String | Client location of downloaded file. |
DowloadedFile As Boolean | Set to true if file was downloaded. |
FileAuthCode As Integer | The authorization code for the last file transfer. |
FileName As String | Remote file name to download. |
ForceDownload As Boolean | If true, download file unconditionally. |
Password As String | Password for synchronization user name specified in UserName property. |
ResumePartialDownload As Boolean | If set to true, resume a previously kept partial download. |
Stream As ULStreamType | Type of stream to use in synchronization. |
StreamErrorCode As ULStreamErrorCode | The error code reported by the stream. |
StreamParms As String | Additional parameters for the given stream type. |
StreamErrorSystem As Long | The stream error system-specific code. |
UserName As String | User name to submit to MobiLink during synchronization. |
Version As String | The version of the synchronization scripts to run. |