WEB-ftp problems

Discussion in 'Installation/Configuration' started by Captain, Oct 4, 2010.

  1. Captain

    Captain Member

    Hello!

    I have problem with WEB-FTP in ISPConfig2-final. When I tried to connect I have this error: Could not connect to localhost.
    And in ispconfig.log have this: DEBUG - Could not connect to localhost http://domain.com/ ....

    How to decide this problem?

    Thnks.
     
  2. Captain

    Captain Member

    Problem is decided.

    I modify this file /home/admispconfig/ispconfig/lib/classes/ispconfig_isp_webftp.lib.php
    line 55
    $this->server = 'localhost';
    modify to
    $this->server = "192.168.0.123";

    Now all works great.
     

Share This Page