We recently moved a new server and are facing the slow upload issues . We suspect this because of firewall . how do I make sure applications like ftp,curl become faster with firewall.
Any inputs regarding the disabling the firewall/bypassing the firewall or any other inputs is greatly appreciated .
Cheers
EDIT 1
We recently migrated from one server to the another .Since then we are seeing the file uploads done through ( http client (phpclasses), CURL ) is taking considerably more time . For eg for a 5MB file in the earlier server it was taking 3 seconds. But in the new server it is taking about 100 seconds . Please note that I am running a PHP daemon to upload the files. We first tried the PHP classes http client and now we are trying PHP CURL .But still we find the same issue. When we upload files > 200MB its taking almost 1hr.Both the server have 100Mbps uplink. so connection speed is not the issue.The file transfer are same if I use PHP curl or the curl command .
Are we missing any setting on the server ( PHP configuration) or module or firewall ? Has anyone experienced such a issue before ? Any inputs is appreciated.