<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > FTP > UploadFile |
Service
Method
UploadFile
Description
Uploads the content of the local file to the file on the FTP server. If the remote file already exists, it can be overridden or the upload can be resumed.
Input |
|||
Name |
Description |
Type |
Optional |
localPath |
The path of the local file. |
String |
|
remotePath |
The path of the remote file. This cannot be a directory. |
String |
|
resumeIfPossible |
True to try a resume on an existing file, false to override an existing file. |
Bool |
|
checkFileOnServer |
True to raise an exception if the file is not on the FTP server after the upload, false otherwise. |
Bool |
Y |
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
Number of bytes transferred |
Long |
|