bug-bash
[Top][All Lists]
Advanced

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

Re: scripting ftp command from within BASH script


From: Chet Ramey
Subject: Re: scripting ftp command from within BASH script
Date: Tue, 4 Feb 2003 11:12:12 -0500

> Have anyone try to script a bash script that will logon to a FTP server (as
> anonymous) go to a predetermine path, download a file and then logoff?  Any
> hints will be strongly appreciated

Is `pure bash' an absolute requirement?  I'd use wget.  Any time I've
ever had to do this, I've used wget or the standard ftp client with a
here document. 

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )

Chet Ramey, ITS, CWRU    chet@po.CWRU.Edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

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