I have to do a ftp script to put some file from a SCO-UNIX OPEN SERVER to another SCO-UNIX OPEN SERVER.
The script is
ftp -in Destination <<END_FTP
user login psw
bin
put file destination
bye
How can i catch the error?
in Connection and puttin file
Thanks
Dax
Sorry for my English
The script is
ftp -in Destination <<END_FTP
user login psw
bin
put file destination
bye
How can i catch the error?
in Connection and puttin file
Thanks
Dax
Sorry for my English