#!/bin/ksh # FTP "put" script # --- -------------------------------------------- # ARG Description # --- -------------------------------------------- # $1 = FTP IP Address # $2 = FTP User ID # $3 = FTP User Password # $4 = Language: ascii, binary, ebcdic # $5 = "Local" file to send (put) - full path name # $6 = "Remote" file to recv - full path name # --- -------------------------------------------- ftp -inv <