How to tell if FTP file transferred correctly
From: Greg Hines (greghines_at_bigfoot.com.nospam)
Date: 05/27/04
- Next message: André Georgel: "Lan configuration to connect Laptop on two digfferent LAN."
- Previous message: Brandt Eppler: "Sendmail Forwarding"
- Next in thread: Brian K. White: "Re: How to tell if FTP file transferred correctly"
- Reply: Brian K. White: "Re: How to tell if FTP file transferred correctly"
- Reply: tony_at_aplawrence.com: "How to tell if FTP file transferred correctly"
- Reply: Tony Condon: "Re: How to tell if FTP file transferred correctly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: André Georgel: "Lan configuration to connect Laptop on two digfferent LAN."
- Previous message: Brandt Eppler: "Sendmail Forwarding"
- Next in thread: Brian K. White: "Re: How to tell if FTP file transferred correctly"
- Reply: Brian K. White: "Re: How to tell if FTP file transferred correctly"
- Reply: tony_at_aplawrence.com: "How to tell if FTP file transferred correctly"
- Reply: Tony Condon: "Re: How to tell if FTP file transferred correctly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|