Opened 15 years ago

Last modified 14 years ago

#634 closed defect

FTP URLs are broken? — at Version 1

Reported by: kjdon Owned by: nobody
Priority: moderate Milestone: 2.84 Release
Component: Collection Building Severity: minor
Keywords: Cc:

Description (last modified by kjdon)

Reported by Stuart Yeates in 2001 on sourceforge. Is this still a problem?

I built a collection by mirroring HTTP and FTP servers using the supplied wget program. After import, the URLs for all documents from the FTP servers started with http:// not ftp://. I checked and it's happening on import not on build.

Some documents appear to be completely missing a URL, but this may be a seperate problem.

Comment from john McP on sourceforge:

Look in HTMLPlug, line 147(?): my $web_url = "http://$file"; and line 367(?): return ("http://" . $before_hash, $hash_part, 1);

Change History (1)

comment:1 by kjdon, 15 years ago

Description: modified (diff)

from John McP on sourceforge:

Note: See TracTickets for help on using tickets.