I am trying to write a script that should crawl several ftp sites using PHP's built in ftp support. My development machine is running Windows NT with PHP interpreters 3.0.16 and 4.0.1pl2 configured to parse files with extension PHP3 and PHP4.
I get undefined ftp_xxxxx function for each of the functions listed in the "FTP functions" section of the manual. I checked my .ini file, but I could not find any additional DLLs that should be loaded to enable ftp support.
Any help would be greatly appreciated!