| > I am a powerbasic programmer and would like to try my
hand at
> a website downloader. Could you provide the http and ftp
> and various other routines needed in a dll so I could
write
> my own website downloader my way.
Well, I really don't know powerbasic ; but the API is
available in httrack-library.h as C external prototype (you
will probably have to adapt it). There are some routines
that needs C structures/functions style objects (like
callbacks), but you might be able to use "regular"
functions.
| |