ClientFileDownload Method |
Namespace: MOVEit.DMZ.API
If a file of the same name already exists in the local folder, it will be overwritten. Use this function if you want to download files from MOVEit Transfer without renaming them.
NOTE: During the file download process, the file data is stored to a temporary file (the file name with .tmp appended). When the download is complete, the temporary file is renamed to the correct filename. If the download is interrupted, the temporary file will remain. If this function finds a temporary copy of the downloaded file, it will automatically resume the download, copying only the data needed to complete the transfer from the MOVEit Transfer server. This keeps API from having to start large dowloads again from the beginning if a download is interrupted.