WriteTextFile

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Altri servizi > FTP >

WriteTextFile

Service

FTP

 

Method

WriteTextFile

 

Description

Writes text in a file on the FTP server.

If the remote file already exists, it can be overridden or the new text can be appended to the file.

 

Input

Name

Description

Type

Optional

remotePath

The path of the remote file. This cannot be a directory.

string

 

text

Text to be written in the specified file.

string

 

append

True to append the text to the file, if it already exists, false to override an existing file.

boolean

 

writeLine

True to append a new line character to the end of the text, otherwise false.

boolean

 

Output

Name

Description

Type

Optional

returnValue

Number of bytes transferred.

long