[Solve]PHP Warning: ftp_put(): PORT command successful
October 3rd, 2013
PHP Warning: ftp_put(): PORT command successful. in /mnt/drive2/cron_job/ftp.php on line 49
I got this problem. And I check the solution on the website – add the ftp_pasv() after ftp_login()
But I still got this problem. And I found out the problem in PHP. The problem is the command exceed the length. Please check your path.