UploadFileStream

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Altri servizi > FTP >

UploadFileStream

Service

FTP

 

Method

UploadFileStream

 

Description

Uploads the content of an attachment reference to the FTP server. If the remote file already exists, it can be overridden or the upload can be resumed.

 

Input

Name

Description

Type

Optional

sourceStream

The source data reference.

Reference

 

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