Run FTP command file program (VWPFTP) -- Fields and controls

Parameters page

Use this page to specify the parameters used by the transformer or program. This section contains information about the FTP command file (full path name) control.

FTP command file (full path name)

In this field, type the path and file name of the FTP command file.

In the FTP command file, you must supply the following information, in the order listed, and on separate lines:

  1. User ID

  2. Password

  3. One or more FTP commands, each on a separate line

In the following example, you use FTP to log on to the remote host using the user ID and password, get the remote file, and put it in the specified local directory:

inst1
password
get /etc/services d:/udprcpy.out

  • uit