I have a small script that simply uploads a file to a server using ftp. When uploading any file bigger than 40KB I receive the following warning:
Warning: ftp_put(): Connecting to port 52958
So I tried using ftp_pasv() and received the following:
Warning: Accepted Data Connection
I checked the php.ini file and 'max_execution_time' and 'max_input_time' are both set to 60. There is no setting for 'memory_limit' though I am not sure if that even has anything to do with itand it is php ver. 4.3.9 so I am not sure if that setting is left out???
Any suggestions???