Transferring output XML by FTP

The output XML file that is generated when you run the XML Export utility must be transferred by FTP to a distributed environment before you can load it into IBM Control Desk (ICD).

Procedure

  1. To connect to the host system, in a command line, enter the following command:
    C:\temp ftp host name
  2. When prompted, enter your user name and password.
  3. To set the input to ASCII format, enter the following command:
    ftp > quote type a
  4. To transfer non-ASCII characters, enter an ENCODING command before you enter the GET command:
    quote site ENCODING=MBCS MBDATACONN=(IBM-939,UTF-8)

    This example specifies encoding for a Japanese code page.

  5. To specify the location of the file to transfer, enter the following command:
    ftp > get 'hzainst.SWKBT.XML' C:\XML.FILE
  6. To complete the FTP transfer, enter the following command:
    ftp > exit