From: John Hasler on
The Natural Philosopher writes:
> the fact that telnet is a (vt100, 7 bit?) terminal emulator, not a raw
> binary transfer medium.

It has an eight-bit clean mode.
--
John Hasler
jhasler(a)newsguy.com
Dancing Horse Hill
Elmwood, WI USA
From: The Natural Philosopher on
John Hasler wrote:
> The Natural Philosopher writes:
>> the fact that telnet is a (vt100, 7 bit?) terminal emulator, not a raw
>> binary transfer medium.
>
> It has an eight-bit clean mode.
I never found it ;-)

Ctrl something always fucked it.
From: Maxwell Lol on
Todd <todd(a)invalid.com> writes:

> I said I *thought it did*. Watch the weasel words. I will
> have to check. The thing only has a 10 GB hard drive. A lot
> of the stuff we are use to are missing.

Then find out what network services are running and/or available and
let us know. And what distro of Unix/linux you have? People might be
able to uncover some old protocol, like TFTP.

What compilers and/or scripting languages are installed? Do you have
perl? Gnu C?

Look at /etc/services and perhaps something like /etc/init.d,
/etc/xinit, or (let me think) /etc/initd.conf.

What about xmodem, kermit, UUCP, tip, and serial-port-based protocols?
20 years ago we packaged shell scriptins in "shar" format. The only
tool needed to unpack the file was sh.

I've used uuencode to convert a binary file into ASCII, and then used
screen capture (i.e. script, cut/paste) to move files around.

Heck, you can do uuencode on a file, and then transfer it by doing
cat >file
and then pasting the file in your terminal window.

The use uudecode to convert back into binary.

Otherwise you have to move the files using either manual means (USB
disk, Floppy, CD-rom, external disks, sneakernet).






From: Robert Heller on
At Thu, 03 Jun 2010 19:47:54 -0500 John Hasler <jhasler(a)newsguy.com> wrote:

>
> The Natural Philosopher writes:
> > the fact that telnet is a (vt100, 7 bit?) terminal emulator, not a raw
> > binary transfer medium.
>
> It has an eight-bit clean mode.

But it is still basically a terminal emulator. See my previous message.


--
Robert Heller -- 978-544-6933
Deepwoods Software -- Download the Model Railroad System
http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows
heller(a)deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/

From: unruh on
On 2010-06-03, AZ Nomad <aznomad.3(a)PremoveOBthisOX.COM> wrote:
> On Thu, 03 Jun 2010 16:27:39 GMT, unruh <unruh(a)wormhole.physics.ubc.ca> wrote:
>>On 2010-06-03, Pascal Hambourg <boite-a-spam(a)plouf.fr.eu.org> wrote:
>>> unruh a ?crit :
>>>>
>>>> ftp is fine.
>>>> The problem is that you do not know that the transfer went OK as ftp
>>>> does not checking.
>>>
>>> md5sum on each end comes in handy.
>
>>It does, but running md5sum on 10000 files manually is way worse than
>>having it done automatically by rsync.
>
> you only have to md5sum the tar file.

I may be wrong but I suspect he does not have room on his trive to tar
up all of the data directory. Thus he would have to pipe the tar, or tar
each file individually and send it and erase it. Ouch.