1836006 Members
3434 Online
110088 Solutions
New Discussion

Re: non ASCII files

 
Sarkis Canon_3
Occasional Contributor

non ASCII files


Hi

We have a site where we need to send files from HP9000/L2000 server
to users connected serially and running terminal emulation.
We tried 'cu' but it only works with ASCII files; Is there a way to send
non ASCII files in such environment? Please advise.
Thanks
2 REPLIES 2
Ralph Grothe
Honored Contributor

Re: non ASCII files

You could uuencode the binaries to 7-Bit ASCII.
Uuencode once (before MIME) was a popular tool to send such binaries as email attachments.
See the manpage of uuencode for details.
Madness, thy name is system administration
MARTINACHE
Respected Contributor

Re: non ASCII files

I saw this problem few monthes ago.

We wrote a little script that first uuencoded the file and then used cu to sent it.
Patrice MARTINACHE