[H-GEN] using telnet
Arjen Lentz
arjen at mysql.com
Wed Apr 2 16:54:51 EST 2003
[ Humbug *General* list - semi-serious discussions about Humbug and ]
[ Unix-related topics. Posts from non-subscribed addresses will vanish. ]
Hi Robert,
On Thu, 2003-04-03 at 03:49, Robert Brockway wrote:
> On Thu, 3 Apr 2003, barry day wrote:
> >
> > Is there a way of sending or receiving files with telnet?
>
> Technically it is possible to use filestranmission programs like sz/rz
> (Z-Modem) over an 8bit clean telnet link (which telnet should be by
> default). I think I got this working as an exercise a few years ago but
> it's all a bit hazy.
>
> Consider ssh if you can. It provides you with better security and privacy
> for your shell logins. It also comes with standard tool for secure file
> tranfer (scp, sftp), and a steak knife set.
scp is a lovely piece of high-tech: it does a cat of the file, sticks it
into the ssh pipe, and redirects it to a file again on the other end.
That's pretty much it ;-)
You could do the same over a clean Telnet link. Since TCP/IP is
error-free on that level (lower layers take care of transmission
errors), a real file transfer protocol like Zmodem is not essential. But
rz/sz are still part of *nix distros, and moderately easy to use even
though they contain some serious design flaws.
Regards,
Arjen.
--
Training,Support,Licenses,T-shirts @ https://order.mysql.com/?marl
Sydney AUS: June 23-27, Using & Managing MySQL training
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Arjen G. Lentz <arjen at mysql.com>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Technical Writer, Trainer
/_/ /_/\_, /___/\___\_\___/ Brisbane, QLD Australia
<___/ www.mysql.com
--
* This is list (humbug) general handled by majordomo at lists.humbug.org.au .
* Postings to this list are only accepted from subscribed addresses of
* lists 'general' or 'general-post'. See http://www.humbug.org.au/
More information about the General
mailing list