minor revisions for macget / macput
Posted: December 20th, 1984, 3:02 am
Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10 UW 5/3/83; site uw-beaver
Path: utzoo!watmath!clyde!burl!ulysses!mhuxj!houxm!vax135!cornell!uw-beaver!info-mac
From: info-mac@uw-beaver (info-mac)
Newsgroups: fa.info-mac
Subject: minor revisions for macget / macput
Message-ID:
Date: Tue, 27-Nov-84 02:26:18 EST
Article-I.D.: uw-beave.2332
Posted: Tue Nov 27 02:26:18 1984
Date-Received: Wed, 28-Nov-84 03:57:27 EST
Sender: root@uw-beave
Organization: U of Washington Computer Science
Lines: 116
From: Bill Croft
Dave Johnson (ddj%[email protected]) passes along these
minor revisions to the macget/put programs and their manual pages. The
revised files are also kept on [SUMEX].
----
+ diff macput.c- macput.c
4,8c4,10
It is compatible with the 1.1 Release version of MacTerminal,
> though in case you still need to use the -0.15X version, there's
> the "-o" option to provide compatibility. Versions 0.5 and 0.9
> have a bug in the record checksum calculation which will break
> file transfers, so 1.1 is recommended.
>
> Please pass any improvements/bug fixes on to me, and
101c103,105
* revised ddj 7/31/84 -- moved forge_info() call ahead of send_sync()
> * revised ddj 11/6/84 -- added sleep(5) after send_sync to give mac time to
> * turn off xon mode, set up sio chip, and put up progress indicator
183c187
sleep(5);
438c442
ttyfd = fileno(stdout);
+ diff macget.c- macget.c
89a90
> * revised ddj 11/7/84 -- renamed send_sync() -> get_sync()
128c129
if (get_sync() == ACK) {
269c270
get_sync()
424c425
ttyfd = fileno(stdout);
+ diff macput.1- macput.1
1c1
.TH MACPUT local "8 Nov 1984"
30,32c30,32
This program is designed for use with the 1.1 Release
> version of MacTerminal, but includes a compatibility option for the
> old -0.15X Almost-Alpha version.
46c46
sends three unix files to the Mac:
51c51,55
These specify the three parts of one Mac file: the .data file
> becomes the data fork, the .rsrc file becomes the resource fork,
> and the .info file specifies the sizes of the two forks, as well
> as the file name, file type, creation date, and other information.
> This is useful for returning files to the Mac which were stored
117,118c121,122
The modem7 protocol will not work over flow controlled communication lines,
> some terminal concentrators, or when using rlogin.
122a127,132
> .PP
> MacTerminal Beta versions 0.5 and 0.9 incorrectly calculate record checksums
> under certain circumstances, preventing some files from being successfully
> transfered; this bug has been fixed in the released version 1.1.
> This program is otherwise compatible with all versions of MacTerminal
> since 0.5 (and -0.15X by using the -o option).
+ diff macget.1- macget.1
1c1
.TH MACGET local "8 Nov 1984"
15,17c15,17
This program is designed for use with the 1.1 Release
> version of MacTerminal, but includes a compatibility option for the
> old -0.15X Almost-Alpha version.
37c37
creates three unix files from the received Mac file:
83,84c83,90
The modem7 protocol will not work over flow controlled communication lines,
> some terminal concentrators, or when using rlogin.
> .PP
> MacTerminal Beta versions 0.5 and 0.9 incorrectly calculate record checksums
> under certain circumstances, preventing some files from being successfully
> transfered; this bug has been fixed in the released version 1.1.
> This program is otherwise compatible with all versions of MacTerminal
> since 0.5 (and -0.15X by using the -o option).
Posting-Version: version B 2.10 UW 5/3/83; site uw-beaver
Path: utzoo!watmath!clyde!burl!ulysses!mhuxj!houxm!vax135!cornell!uw-beaver!info-mac
From: info-mac@uw-beaver (info-mac)
Newsgroups: fa.info-mac
Subject: minor revisions for macget / macput
Message-ID:
Date: Tue, 27-Nov-84 02:26:18 EST
Article-I.D.: uw-beave.2332
Posted: Tue Nov 27 02:26:18 1984
Date-Received: Wed, 28-Nov-84 03:57:27 EST
Sender: root@uw-beave
Organization: U of Washington Computer Science
Lines: 116
From: Bill Croft
Dave Johnson (ddj%[email protected]) passes along these
minor revisions to the macget/put programs and their manual pages. The
revised files are also kept on [SUMEX].
----
+ diff macput.c- macput.c
4,8c4,10
It is compatible with the 1.1 Release version of MacTerminal,
> though in case you still need to use the -0.15X version, there's
> the "-o" option to provide compatibility. Versions 0.5 and 0.9
> have a bug in the record checksum calculation which will break
> file transfers, so 1.1 is recommended.
>
> Please pass any improvements/bug fixes on to me, and
101c103,105
* revised ddj 7/31/84 -- moved forge_info() call ahead of send_sync()
> * revised ddj 11/6/84 -- added sleep(5) after send_sync to give mac time to
> * turn off xon mode, set up sio chip, and put up progress indicator
183c187
sleep(5);
438c442
ttyfd = fileno(stdout);
+ diff macget.c- macget.c
89a90
> * revised ddj 11/7/84 -- renamed send_sync() -> get_sync()
128c129
if (get_sync() == ACK) {
269c270
get_sync()
424c425
ttyfd = fileno(stdout);
+ diff macput.1- macput.1
1c1
.TH MACPUT local "8 Nov 1984"
30,32c30,32
This program is designed for use with the 1.1 Release
> version of MacTerminal, but includes a compatibility option for the
> old -0.15X Almost-Alpha version.
46c46
sends three unix files to the Mac:
51c51,55
These specify the three parts of one Mac file: the .data file
> becomes the data fork, the .rsrc file becomes the resource fork,
> and the .info file specifies the sizes of the two forks, as well
> as the file name, file type, creation date, and other information.
> This is useful for returning files to the Mac which were stored
117,118c121,122
The modem7 protocol will not work over flow controlled communication lines,
> some terminal concentrators, or when using rlogin.
122a127,132
> .PP
> MacTerminal Beta versions 0.5 and 0.9 incorrectly calculate record checksums
> under certain circumstances, preventing some files from being successfully
> transfered; this bug has been fixed in the released version 1.1.
> This program is otherwise compatible with all versions of MacTerminal
> since 0.5 (and -0.15X by using the -o option).
+ diff macget.1- macget.1
1c1
.TH MACGET local "8 Nov 1984"
15,17c15,17
This program is designed for use with the 1.1 Release
> version of MacTerminal, but includes a compatibility option for the
> old -0.15X Almost-Alpha version.
37c37
creates three unix files from the received Mac file:
83,84c83,90
The modem7 protocol will not work over flow controlled communication lines,
> some terminal concentrators, or when using rlogin.
> .PP
> MacTerminal Beta versions 0.5 and 0.9 incorrectly calculate record checksums
> under certain circumstances, preventing some files from being successfully
> transfered; this bug has been fixed in the released version 1.1.
> This program is otherwise compatible with all versions of MacTerminal
> since 0.5 (and -0.15X by using the -o option).