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!

    you should use this command in your script.

    dl("php3_ftp.dll");

    Svetoslav Alexandroff wrote:

    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!

      3 months later

      I have got the same problem... The only difference is that my scripts are running on a Linux environment. So I can't use dll's. What is the name of this function package for Linux systems?

        Write a Reply...