How to tell if FTP file transferred correctly

From: Greg Hines (greghines_at_bigfoot.com.nospam)
Date: 05/27/04


Date: Thu, 27 May 2004 17:41:50 +1000

Hi all,

I'm using an FTP script to transfer several files via a slow ISDN connection
from one SCO OSR5.0.5 to another OSR5.0.5.

I've setup a .netrc file as:

machine 192.168.0.5 login myname password mypassword

The FTP script is:-
ftp 192.168.0.5 << done
binary
prompt off
put /tmp/$file1.tar.z
put /tmp/$file2.tar.z
put /tmp/$file3.tar.z
done

The above all works fine. However, I would like to somehow test if the file
transfers completed successfully.

Has anyone any ideas how this can be done?

Thanks in advance,

Greg



Relevant Pages