<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > FTP > DownloadFile |
Service
Method
DownloadFile
Description
Downloads the remote file to the local file. If the local file already exists, it can be overridden or the download can be resumed.
Input |
|||
Name |
Description |
Type |
Optional |
remotePath |
The path of the remote file |
String |
|
localPath |
The path of the local file. This cannot be a directory. |
String |
|
resumeIfPossible |
True to try a resume on an existing file, false to override an existing file. |
Bool |
|
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
Number of bytes transferred |
Long |
|