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

Binand


-------------------------------------------------------
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_idv37&alloc_id865&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