UL Ext: Transfers a file from a remote database using the MobiLink server.
Public NotInheritable Class ULFileTransfer
public sealed class ULFileTransfer
All members of ULFileTransfer class, including all inherited members.
Name | Description |
---|---|
Initializes a ULFileTransfer object. | |
Download the file specified by the properties of this object. | |
Upload the file specified by the properties of this object. | |
Specifies parameters for a custom user authentication script (MobiLink authenticate_parameters connection event). | |
Returns the authorization status code for the last file transfer attempt. | |
Returns the return value from custom user authentication synchronization scripts. | |
Returns the return value from the authenticate_file_transfer script for the last file transfer attempt. | |
Specifies the name of the file to download. | |
Specifies the local file name for the downloaded file. | |
Specifies where to download the file. | |
The MobiLink password for the user specified by UserName. | |
The key that uniquely identifies the MobiLink client to the MobiLink server. | |
Specifies whether to resume or discard a previous partial download. | |
Specifies the MobiLink synchronization stream to use for the file transfer. | |
Returns the error reported by the stream itself for the last file transfer attempt. | |
Returns the stream error system-specific code. | |
Specifies the parameters to configure the synchronization stream. | |
Checks whether the file was actually downloaded during the last file transfer attempt. | |
The user name that identifies the MobiLink client to the MobiLink server. | |
Specifies which synchronization script to use. |
You do not need a database connection to perform a file transfer, however, if your application uses an UltraLite database with the UltraLite Engine runtime, you must set ULDatabaseManager.RuntimeType to the appropriate value before using this API or any other UltraLite.NET API.
To transfer a file you must set the ULFileTransfer.FileName, ULFileTransfer.Stream, ULFileTransfer.UserName, and ULFileTransfer.Version.
ULFileTransfer constructor
DownloadFile method
UploadFile method
AuthenticationParms property
AuthStatus property
AuthValue property
FileAuthCode property
FileName property
LocalFileName property
LocalPath property
Password property
RemoteKey property
ResumePartialDownload property
Stream property
StreamErrorCode property
StreamErrorSystem property
StreamParms property
TransferedFile property
UserName property
Version property
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |