Path: utzoo!attcan!uunet!anise.acc.com!ucbvax!SOL.HAC.COM!negvesky From: negvesky@SOL.HAC.COM (David Negvesky) Newsgroups: comp.sys.apollo Subject: object type conversions Message-ID: <8906011750.AA01711@sol.hac.com> Date: 1 Jun 89 17:50:59 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 18 ONE way to transfer files between Aegis systems without danger of changing the file type or its contents is to use the archive features of WBAK, and then FTP the file to its destination. At the other end, you extract the file from its archive. Example: WBAK filename -to archive_filename -type hdru This encapsulates the file so FTP will not change attributes or contents. At the other end, type RBAK -from archive_filenam We have used this method to successfully transfer all types of files and complete directories. Dave