Discuss this help topic in SecureBlackbox Forum
Downloads data from the server.
Declaration
Parameters
- URL - download URL.
- Obj - object to be downloaded.
- FilePath - local path where to save the downloaded data.
- Overwrite - specifies whether to overwrite the existing local file.
- Stream - stream where to save the downloaded data.
- Count - the number of bytes to be downloaded.
- RestartFrom - if the data has been partially downloaded, specifies where to restart the download from. If the value is -1, the download will restart from the beginning.
- Locks - the list of locks on the remote resource.
Description
Use this method to download data from the WebDAV server.
Discuss this help topic in SecureBlackbox Forum