ULFileTransfer members

Public constructors
Member name Description

ULFileTransfer constructor

Initializes a ULFileTransfer object. The connection must be opened before you can perform any operations against the database.

Public properties
Member name Description

AuthStatus property

Returns the authorization status code for the last file transfer attempt.

AuthValue property

Returns the return value from custom user authentication synchronization scripts.

AuthenticationParms property

Specifies parameters for a custom user authentication script (MobiLink authenticate_parameters connection event).

DestinationFileName property

Specifies the local file name for the downloaded file.

DestinationPath property

Specifies where to download the file.

DownloadedFile property

Checks whether the file was actually downloaded during the last file transfer attempt.

FileAuthCode property

Returns the return value from the authenticate_file_transfer script for the last file transfer attempt.

FileName property

Specifies the name of the file to download.

ForceDownload property

Specifies whether to force the download of the file if it exists.

Password property

The MobiLink password for the user specified by UserName.

ResumePartialDownload property

Specifies whether to resume or discard a previous partial download.

Stream property

Specifies the MobiLink synchronization stream to use for the file transfer.

StreamErrorCode property

Returns the error reported by the stream itself for the last file transfer attempt.

StreamErrorSystem property

Returns the stream error system-specific code.

StreamParms property

Specifies the parameters to configure the synchronization stream.

UserName property

The user name that uniquely identifies the MobiLink client to the MobiLink server.

Version property

Specifies which synchronization script to use.

Public methods
Member name Description

DownloadFile methods

Download the file specified by the properties of this object.

See also