Hi,
I need to know if the put ftp command completed successfully or not. How can I achieve that.
I am using the following script but it doesn't log any error:
# \$Id\$
cd /u01/app/projcopy/IPRTST/R4/r4workdir/WM124
ncftp -u subscriber_admin -p ip41tsts -P 2100 IPRDELL02.us.oracle.com <<EOT >/u01/app/projcopy/IPRTST/R4/r4workdir/temp/WM125outfile
binary
cd "AllWorkspaces/LAD Test Agilisys A"
put -z "ID4058901NPRT-_initial_connect'io"n_data_.DOC" "ID4058901NPRT-_initial_connect'io"n_data_.DOC"
EOT
Regards
Harvey