On Fri, 11 Sep 2009 09:42:05 +0100, Jim McAlpine wrote: >How reliable is FTP across the internet ? ... > (That's how it is most commonly used.)
>How reliable is FTP across the internet ? I have a large number of DFDSS >dumps to move to the IBM Remote Development Facility and the most convenient >way is via FTP. Can I be confident that if the FTP completes without error >then the DFDSS dump file will get there completely intact and without >errors. Or should I look for alternate methods of delivery such as copying >the dumps to DVD. > With either technique, you will probably need to protect the record structure with an envlope. IBM usually recommends AMATERSE. Do TERSE envelopes use any sort checksum for verification? You will need to investigate: o Does the RDF provide support for data on DVD? o Does the RDF provide support for verifying checksums? The base z/OS provides the POSIX cksum(1), and ICSF supports SHA-1, perhaps others, and MD5 is widely available as source in an RFC and as executables for various platforms. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

