cat >file remote xfers
Conor P. Cahill
cpcahil at virtech.uucp
Sun Mar 11 01:27:13 AEST 1990
In article <101576 at linus.UUCP> djc at mbunix.mitre.org (Cazier) writes:
>In the absence of kermit, I was told that I could invoke
>
>cat >file_name
>
>on the host machine and pass data from my machine to the
>host w/o a hitch.
This will usually work under the following conditions:
1. the data is all printable ASCII
2. the tty ports support the same form of flow control
3. No line in the file is longer than the tty line buffer (usually
256 bytes)
Most modern CUs support a ~%take and ~%put for performing this form
of file transfer without having to type in the cat, stty, etc on both.
They also display a count of the number of K transferred so you know the
data is still going.
Whenever you use this form of file transfer be sure to sum(1) the file
on each end to ensure that it made it in it's entirety.
--
Conor P. Cahill (703)430-9247 Virtual Technologies, Inc.,
uunet!virtech!cpcahil 46030 Manekin Plaza, Suite 160
Sterling, VA 22170
More information about the Comp.unix.questions
mailing list