On Monday 05 Dec 2005 3:04 pm, Binand Sethumadhavan wrote:
> On 05/12/05, Yashpal Nagar <[EMAIL PROTECTED]> wrote:
> > Above can pick the ACCOUNTS.ctl without any problem.
> > Now i want to have a file containing all files name to be fetched from
> > the ftp server via kermit.
>
> How about:
>
> (getlist is a file containing names of all files to be fetched from
> remote serer).
>
> cd ppi; while read f; do wget --ftp-user=id --ftp-password=pass
> ftp://remote.server/ppi/$f; done < getlist

This is more interesting.... i just needed to upgrade wget from 1.9cvs+stable  
to wget 1.10.2 to get --ftp-user=user and --ftp-passwd=pass on cmd line, and 
its working coool!

Let me give it try in my env and see...again.

Thanks a lot !!!
Yashpal


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to