# SFTPTool

SFTPTool.exe can be used for executing file upload tasks.

# Job File Format

The job file is a simple text file. The default file extension is .sftpjob but any other file extension can be used.

Setting Description
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]