Please enable JavaScript to view this site.

Altova FlowForce Server 2023 Advanced Edition

Full path: /system/sftp/store

 

Uploads a file to the SFTP server. This function returns true if the execution has been successful. Otherwise, the outcome depends on the Abort on error parameter (see below).

 

Parameters

Name

Type

Description

SFTP Connection

SFTP Connection

Mandatory parameter. This is a FlowForce object that establishes an SFTP connection. To get the SFTP connection object, call the /system/sftp/connect function first, in a separate execution step.

Source file

string as file

Mandatory parameter. Specifies the path of the local file to be uploaded.

Target file

string

Mandatory parameter. Specifies the path on the remote server to which the file will be uploaded. If you specify a relative path, it will be resolved against the working directory. If you use an absolute path, the path specified in the Working directory parameter will not be used.

Overwrite target

boolean

Optional parameter. Set this parameter to true if a destination file with the same name should be overwritten. The default value is false.

Abort on error

boolean

Optional parameter. If job execution fails and the Abort on error parameter is set to true, the job execution will be aborted. The default value is true.

Working directory

string

Specifies the working directory against which all local relative paths will be resolved.

 

© 2016-2022 Altova GmbH