How to fix ftp connection time out error!

How to fix ftp connection time out error! Common errors when using FTP When testing an FTP connection you may received of the following errors: 1) Socket Error # 11001, Host not found 2) Socket Error # 11004, Unable to connect 3) Socket Error # 10061, Connection refused 4) Socket Error # 10093 5) Socket […]

How to enable passive FTP

If you are running a FTP server (Pureftp/Proftp) with a CSF firewall (very important in a VPS or virtuozzo), it is necessary to enable passive mode, because this mode works best for ftp clients protected by firewall since the client initiates the connections. If you don’t enable passive mode in VPS, you might encounter problems like […]