Trying to connect to linux via ftp using php in windows. Error shows maximum execution time of 30 secs. exceeded. thou when I tried using filezilla i was able to connect instantly.
Tried connecting using the ff codes:
$con = ftp_connect('xxx.xxxxxxxx.xxx.xx');
$log_res = ftp_login($con, 'username','password');
I'm also using PHP v5.4
Any idea what I might be missing?