Hello! Does anybody know if FTP functions like ftp_connect() etc are in standard PHP modules? I need them but I get error that ftp_connect() is undefined. So, may be, I should include some modules? Manual does not say in which module these functions are described.
Yes, they're in there. They should work out of the box. If you use phpinfo() to display your config information does it look correct?? Also are you sure you're not getting a connection error, not undefined function?
RW
=========================================== http://badblue.com Small footprint P2P web server for Windows,
You might wanna to compile with the "--enable-ftp" option.
Yes, I really, get "undefined function" error (for Randy) :-))) Thank you for giving me hint about phpinfo() - I always forget about it. So, thank you, guys, looks like I really don't have ftp functions enabled...