lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV file downloading


From: Matt Ackeret
Subject: Re: LYNX-DEV file downloading
Date: Wed, 25 Mar 1998 11:19:40 -0800 (PST)

On Tue, 24 Mar 1998, David Woolley wrote:
>Lynx is structured as a web browser, not a file downloader.  As such the
>bit that writes the file is several software layers away from the bit that
>talks the network protocol.  Doing ftp restarts would mean violating that
>layering, as well as moving the download destination dialogue to the start
>of the download, so that it knew the name of the file it was trying to
>restart.
>
>Trying to be Swiss army knives is one of the things that causes bloat
>in commercial browsers; the Unix philosophy has always been to have a 
>choice of tools, so you can choose a file downloader for downloading and
>a web browser for browsing.

But the Unix philosophy is actually to use an *external* program when possible
so you don't have to reinvent the wheel.

So using ncftp (or normal ftp, or whatever the user sets up as their FTP client
as long as it has some established way of accepting a file path via command
line or environment variable) is actually following the Unix philosophy 
more than Lynx having its own ftp implementation.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]