Downloading the Software

To download the software from TIBCO Software Product eDelivery Site, you must enter a user name and password. If you do not have a user name and password, contact TIBCO Support.

    Procedure
  1. Download the package from the TIBCO download website: edelivery.tibco.com.
  2. Unzip the package to a local directory.
  3. Upload the installation package (example: TIB_mftps-unix&zlinux_v.v.v_linux.tar) in binary format to a temporary directory on the UNIX system.
    There are multiple ways to upload the file to the UNIX system. For example, to use FTP to copy the package, you can use the following commands at the DOS command prompt:
    ftp UNIX_machine_name/IP_address
    cd /usr/tmp
    bin
    put "TIB_mftps-unix&zlinux_v.v.v_linux.tar"
    bye