According to Andreas Deininger:
> I would like to index several pdf-File within a directory on a anonymous
> ftp-Server.
> 
> So my htdig.conf looks like:
> 
> start_url: ftp://my.server/pub/my_pdf_directory ....
> 
> Unfortunately, the ftp-server is different from my webserver and does not
> allow http-access (via port 80).
> 
> So, when running htdig, I get the error message:
> 
> New server: my.server, 80
> Unable to build connection with my.server:80
> 
> which is logical, since port 80 of my ftp-server is not accessible.
> 
> I tried
> start_url: ftp://my.server:21/pub/my_pdf_directory ....
> 
> but it didn't work either.

The 3.1.x branch of htdig only handles http:// URLs, so you won't have any
luck with ftp:// URLs.  If you want to try a recent snapshot of 3.2.0b4,
from http://www.htdig.org/files/snapshots/, it has support for external
transports, so you could set it up to deal with ftp:// URLs, but it would
take a bit of work to write the external transport program.  It may not
be too difficult to write a front-end shell script that calls "wget" to
fetch the FTP URL.  Don't ask me how, though, because I've never written
one.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to