Results 1 to 5 of 5

Thread: Can not connect to FTP server

  1. #1
    Join Date
    Apr 2009
    Posts
    79

    Can not connect to FTP server

    hi,
    i have 19 computer in my office,i am trying to set up my laptop as FTP server but the problem is all 19 computer can not access ftp server,i checked the connection it is proper.I can't even ping my laptop, even though my laptop can ping my other systems.What has happened and what is the solution?Can anyone help!!!

  2. #2
    Join Date
    Jan 2006
    Posts
    4,221

    Re: Can not connect to FTP server

    This problem may occur if your computer is connected to the Internet by a proxy server, and the FTP proxy settings in Microsoft Internet Explorer are not correct.

  3. #3
    Join Date
    May 2008
    Posts
    2,945

    Re: Can not connect to FTP server

    Try to use your external IP instead on your server name. And some ISPs do block the port 21 (mine too), so I am running my server on port 2121. The syntax for the URL is as followed: Code:

    Code:
    ftp://xxx.xxx.xxx.xxx:port

    example: Code:

    Code:
    ftp://123.123.123.123:2121

  4. #4
    Join Date
    Dec 2008
    Posts
    37

    Re: Can not connect to FTP server

    Your FTP Server or some other equipment is issuing you a "Connection Refused" based on some criteria.

    One of those could be a reverse DNS lookup that your Leopard Box has and the Tiger does not. Others could be source IP address or other such criteria. Its highly unlikely.

    $telnet <fqdn of your ftp server> 21
    If you don't get a
    220 Some FTP Server Software.

    Then the connection is being rejected, sometimes, it will tell you why.Also check if

    $nslookup yourftpserver.com
    yelds equivalen results on both systems

    one system may be using local DNS, while the other may have a hosts file or external name servers that issue it the wrong ip address of a machine that is not even running FTP.

  5. #5
    Join Date
    May 2008
    Posts
    3,516

    Re: Can not connect to FTP server

    • Click Start, and then click Control Panel.
    • Double-click Internet Options.
    • In the Internet Properties dialog box, click the Connections tab, and then click LAN Settings.
    • In the Local Area Network (LAN) Settings dialog box, click Advanced under Proxy server.
    • In the Proxy Settings dialog box, click to clear the Use the same proxy server for all protocols check box under Servers.
    • In the FTP box, type the Uniform Resource Locator (URL) for your FTP gateway server. The following is an example of the syntax to use:
      ftp://ftpgate
    • Press TAB to move the insertion point to the Port box that is to the right of the FTP box. Press DELETE to clear the box, and then click OK three times to accept the changes and close the Internet Properties dialog box.

Similar Threads

  1. Can’t connect server in BC2
    By Intellecturator in forum Video Games
    Replies: 4
    Last Post: 01-03-2011, 10:26 PM
  2. cannot connect to dns server
    By mark_hood_99 in forum Windows Software
    Replies: 1
    Last Post: 03-11-2010, 09:43 AM
  3. Replies: 5
    Last Post: 23-08-2010, 08:13 AM
  4. Cannot connect to server through VNC
    By Darpak in forum Networking & Security
    Replies: 3
    Last Post: 12-05-2009, 01:35 PM
  5. Cannot connect with DNS Server 192.168.0.1
    By Saphire in forum Windows Vista Network
    Replies: 1
    Last Post: 21-04-2008, 11:19 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,446,719.76661 seconds with 17 queries