On Wed, Mar 27, 2002 at 12:06:10PM +0000, Alan Peery wrote:
> 
> I don't know if you can drive ftp with a single command line, something 
> like
> 
> echo "get foo" > fred
> ftp -ine < fred
> echo $?

You've got a few choices.  ncftpls will give you a directory listing on the
remote server.  ncftpget to get a file.

You can install the Perl libnet package and use Net::FTP to do the work.

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to