File Transfers
21-Apr-88 00:31:16
Sb: #120160-File Transfers
Fm: Don Curtis/SYSOP 76703,4321
To: Patrick Di Justo 70401,217
Patrick,
Yes, such a transfer is possible via AREAD/AWRITE. However, if the
file you are transfering is a binary file (and more than likely it will be)
make sure you add a '/b' at the end of the command line. This is an
un-documented switch that says to make the transfer a binary transfer between
the Amiga and the PC (or vice versa).
Example:
awrite a:goodfile.arc df1:goodfile.arc /b
Don