Please enable JavaScript to view this site.

From version 6.2.57 - This exit program must be called by a File Output Device and is used to FTP the generated file to an alternate destination.  This program uses the FTPSEND program.

Parameter

Length

Description

Example

PARM1

132

IP Address of the FTP Server

You could also enter a DNS - see Using DNS for FTP

PARM2

132

User ID

Valid User ID to log on to the FTP Server

[See Notes below for details]

PARM3

132

User Password

Password for the above User ID.

[See Notes below for details]

PARM4

132

Output path

This is the path to where you wish the file to be put on the FTP Server

/QDLS/XXXXXXXX or

/XXXXXXXX/

If this is left blank then the file will be put in the root folder.

PARM5

132

Fail folder

If you enter a valid path here then if the FTP process fails the file will be copied to this folder. If left blank then the failed file will not be copied.

'test/ftp/fail/'

PARM6

132

Success folder

If you enter a valid path here then if the FTP process is successful the file will be copied to this folder. If left blank then the successfully sent file will not be copied.

'test/ftp/success/'

PARM7 - 10

132

Not used


PARM11 - 20

64

Not used


Notes:

You may either have a valid User Id and Password which are case sensitive or, if the remote FTP server allows, you may use the User Id ANONYMOUS and a valid email address as the password.