SFTPTool.exe can be used for executing file upload tasks.

## Job File Format

!!!WARNING IMPORTANT
The user account details are stored in the job file in clear text. Please make sure to set proper access rights for the job file to prevent unauthorized access to the account details.
!!!

The job file is a simple text file. The default file extension is `.sftpjob` but any other file extension can be used.

Setting | Description {class="compact"}
---|---
Host|name of SFTP server
User|user name for accessing the SFTP account
PW|password for accessing the SFTP account
LocalFile|name of file to be uploaded (wildcards supported for uploading multiple files)
RemoteFolder|name of the folder where the uploaded files are to be stored

## Usage

The tool will be used from the command line and parameter `-j` together with a valid job file name must be provided. Parameter `-auto` can be used for automatically executing an upload job (e.g. within a script).

```
SFTPTool -j jobfile.sftpjob [-auto]
```

!!!INFO
This tool or feature is not part of the standard installation package.  
Please contact [Support](/support.md) for further assistance with download and implementation.
!!!

*[PO]: Purchase Order  
*[AZA]: local folder
*[(PO]: Purchase Order  
*[RQ]: Requisition  
*[(RQ]: Requisition  
*[RfQ]: Request for Quotation  
*[(RfQ]: Request for Quotation  
*[SO]: Service Order  
*[(SO]: Service Order  
*[SQ]: Service Requisition  
*[(SQ]: Service Requisition  
*[SRfQ]: Service Request for Quotation  
*[OoB]: Open on Board  
*[(OoB]: Open on Board 
*[ART]: Average Running Time (operation hours per day) 
*[MC]: Master Contract
*[ADS]: Advantage Database Server (database engine used in previous versions of the ZeeBORN software)
*[.replic]: file extension for replication files (aka data transfer files)
