Downloads a file from a MobiLink server with the MobiLink interface.
public bool MLFileDownloadW(ml_file_transfer_info_w * info)
info A structure containing the file transfer information.
This method prototype is used internally when you refer to MLFileDownload and #define the UNICODE macro on Win32 platforms. Typically, you would not reference this method directly when creating an UltraLite application.
You must set the source location of the file to be transferred. This location must be specified as a MobiLink user's directory on the MobiLink server (or in the default directory on that server). You can also set the intended target location and file name of the file.
For example, you can program your application to download a new or replacement database from the MobiLink server. You can customize the file for specific users, since the first location that is searched is a specific user's subdirectory. You can also maintain a default file in the root folder on the server, since that location is used if the specified file is not found in the user's folder.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |