I am trying to use FTP to transfer files (uploaded to ISP server using php upload function) to an external server (runnig Linux- with ftp guest account setup and working). I seem to be falling at the first hurdle, i.e when the script reaches 'ftp_connect("my_server"' I get the error 'Call to an undefined function ftp_connect()'
I have seached other forums about this and they say it's the PHP running without 'FTP enable' however I have also tried the same on another ISP server and get the same. I would have thought this is a common thing to do (send files by FTP) so i find it hard to believe both ISP's would not have this enabled. Any help or idea's would be much appreciated.
I have seached other forums about this and they say it's the PHP running without 'FTP enable' however I have also tried the same on another ISP server and get the same. I would have thought this is a common thing to do (send files by FTP) so i find it hard to believe both ISP's would not have this enabled. Any help or idea's would be much appreciated.