This is the mail archive of the cygwin-developers@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: setup triubles



Chris Faylor <cgf@cygnus.com> writes:

> On Mon, Apr 17, 2000 at 06:42:56PM +0400, Vadim Egorov wrote:
> >Below is a patch which solves some of problems I met while trying
> >to install the new net release.
> 
> I've checked this patch in.  There was at least one thing that I didn't
> understand but I assume that it must have been required to get things
> running for you.

I apologize for being unclear.
In brief 
- I changed findhref so that it searches HREF= only after A tag - 
  otherwise in my case it always encountered it inside a BASE element and traversed
  the same ftp dir again and again. 
- I added check for '\0' in the beginning of each ftp listing line because in 
  my case they has form "\0<A href="ash/">ash/</A>"
- I added a slash to "latest" because combining "ftp://..../cygwin/latest" and "ash/" 
  by InternetCombineUrl gives "ftp://..../cygwin/ash/" - not "ftp://..../cygwin/latest/ash/"
- and two unlinks to delete temporary files produced by geturl

-- 
Regards,
Vadim Egorov 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]