Can't connect to FTP anywhere except from localhost

Hi All,
FTP is timing out/refusing connections when I try to connect to the server from anywhere on my network. It works just fine when you connect on the actual server itself. I've tried temporarily disabling the firewall, but this didn't help. Any ideas where to start?

My standard ftp answer...
ftp gets "interesting" around the network firewalls commonly present in modern network environments. To allow ftp to work, you have to open up the documented ports (20, 21) and the [ephemeral port ranges required by ftp|http://64.223.189.234/node/530] end-to-end, and (above and beyond the botnet hammering that will occur when you open up 20 and 21) the network security folks tend to be loathe to open up the (huge) ranges of IP ports expected and required by ftp. It is quite common for an intervening network firewall to block some or all of the ftp ports and ftp traffic, either on the server, on the server network, on the client network, or on the client end.
Any of which could easily cause your lack of response from your ftp server.
Once you open up the firewall on one or both ends, try both active and passive-mode ftp connections, too.
My preference (for this and for other security-relevant reasons) is the use of sftp. Not ftp.

Similar Messages

  • Can't connect to the database server from localhost

    Hi,
    I'm having a problem I hope you can help with please!
    I recently installed mysql and phpmyadmin... I can access mysql perfectly from the command line, and can access it partially through phpmyadmin although there are some restrictions that I haven't figured out how to change yet (despite editing php.ini, configure.inc.php and others), but on the whole inside phpmyadmin I can see all the databases I've uploaded with the command line and all the users are there and can be edited. Unfortunately whenever I try to connect to a mysql database using a username and password that was created in phpmyadmin (or anywhere!), I get a 'cannot connect to the database server error'. I've checked and rechecked the username, the passwords, the database names and the host names a thousand times but nothing I change is working.
    Is there a special prefix my mac could be adding to the database, usernames or host names?
    Thanks!

    Okay, don't worry!
    I finally figured it out...
    it needed to be 127.0.0.1 rather than localhost!

  • Can't connect  to SQL Server 2000 from serlet

    Hi,
    I can connect to SQL Server 2000 from standalone program after set the classpath properly.
    but I Can't connect to SQL Server 2000 from serlet, I am using Tomcat 4.1 and Win2K pro now. Do I need to set something for servlet just like CLASSPATH?
    Any help will be appreciated.
    package usingjsp;
    import java.io.*;
    import java.sql.*;
    import javax.servlet.*;
    public class JDBCServlet extends GenericServlet
    protected Connection conn;
    public void init()
    try
    // Make sure the JdbcOdbcDriver class is loaded
    Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
    // Try to connect to a database via ODBC
    conn = DriverManager.getConnection(
    "jdbc:microsoft:sqlserver://hu:1433", "sa","");
    catch (Exception exc)
    // If there's an error, use the servlet logging API
    getServletContext().log(
    "Error making JDBC connection: ", exc);
    public void service(ServletRequest request, ServletResponse response)
    throws java.io.IOException
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    out.println("<HTML>");
    out.println("<BODY>");
    out.println("<PRE>");
    out.println("The JDBC connection is:");
    out.println(conn);
    out.println("</PRE>");
    out.println("</BODY>");
    out.println("</HTML>");

    i also have this problem..do u have any solution?

  • Can't connect to ftp on business catalyst

    hi,
    I can't connect to ftp server, Im using file-zilla and I wrote my domain name for host name, I wrote my email address for user name when I acces to admin panel and I wrote my admin pass. but I can't connect. I guess I mistake somewhere.

    Hi,
    I also have this same exact issue.
    In Dreamweaver CC......
    I go to Site and Manage Sites.  I click the "Import Business Catalyst Site" button.  At this point, I am prompted for my Adobe Creative Cloud username and password (which happens to be the exact login and password I login to the Business Catalyst Administration Portal with).  I am then greeted with a list of my BC Sites.  I select the site I desire, select a directory to store my files, and the site is created.   I then try to connect to the FTP server and it is a no go.   I have tried the connection from 2 Different Windows 8.1 computers.
    My settings in Dreamweaver CC are imported automatically.  I have also tried changing the wordsecuresystems.com to businesscatalyst.com and it does not work either.
    Connect Using: SFTP
    SFTP Address: mydomain.worldsecuresystems.com
    Username: mydomain.worldsecuresystems.com/[email protected]/dw
    (Yes I have tried taking the "/dw" on the end out of the username)
    Password: Same password I use to login to BC Administrator Console.
    Root Directory: /
    Web URL: http://mydomain.businesscatalyst.com/
    Thank you for any help you can provide.
    Thanks,
    Eric

  • How can I connect to a windows server from a mac book pro

    How can I connect to a windows server from a mac book pre?

    I have a Dell Power Edge T110 ii in the office that has files and software I need to access when away from the office, when I am on the road I use a mac book pro and an iPad.
    I am sorry if I am being a bit vague but this is all new to me, I have tried 3 IT guys but they can not find a way.
    Any help is greatly appeciated.

  • SharePoint Navigation Error:The context has expired and can no longer be used. (Exception from HRESULT: 0x80090317)

    Hi,
    I take a exeption  on the  SharePoint 2013 left navigation. 
    Exeption:  "The context has expired and can no longer be used. (Exception from HRESULT: 0x80090317)"
    I searched  this exeption keyword on the internet and  I find usualy 3 results
    1)check datetime servers --> I checked datetime for all SP Severs ,DB server and AD server ..there is  no problem
    2)Disabled the WebPageSecurity Validation on CA>General Settings-->I tired  and problem not solved
    3) Reset IIS --> if I restart IIS problem solved  but  after 2-3 hours or anytime  error comes again..
    ULS Log:
    PortalSiteMapProvider was unable to fetch children for node
     at URL: /MySite/MySubSite, message: The context has expired and can no longer be used. (Exception from HRESULT: 0x80090317), stack trace:   
     at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)    
     at Microsoft.SharePoint.Library.SPRequest.SetHttpParameters(String bstrHttpMethod, String bstrRequestDigest, UInt32 flags, Guid gTranLockerId, Byte[]& ppsaImpersonateUserToken, Boolean bIgnoreTimeout, String bstrUserLogin, String bstrUserKey, UInt32
    ulRoleCount, String bstrRoles, Boolean bWindowsMode, String bstrAppPrincipalName, Boolean bIsHostHeaderAppPrincipal, String bstrOriginalAppPrincipalIdentifier, ApplicationPrincipalInfo& pAppUserInfo, Boolean bInvalidateCachedConfigurationProperties, Int32
    lAppDomainId, ISPManagedObjectFactory pFactory, Boolean bCallstack, ISPDataCallback pCanaryCallback)    
     at Microsoft.SharePoint.SPGlobal.CreateSPRequestAndSetIdentity(SPSite site, String name, Boolean bNotGlobalAdminCode, String strUrl, Boolean bNotAddToContext, Byte[] UserToken, SPAppPrincipalToken appPrincipalToken, String userName, Boolean bIgnoreTokenTimeout,
    Boolean bAsAnonymous)    
     at Microsoft.SharePoint.SPWeb.InitializeSPRequest()    
     at Microsoft.SharePoint.SPWeb.EnsureSPRequest()    
     at Microsoft.SharePoint.SPWeb.get_Request()    
     at Microsoft.SharePoint.Publishing.Navigation.SiteNavigationSettings..ctor(SPSite site)    
     at Microsoft.SharePoint.Publishing.Navigation.SiteNavigationSettings.GetSiteNavigationSettings(SPSite site)    
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedTypes, NodeTypes includedHiddenTypes, Boolean trimmingEnabled, OrderingMethod ordering, AutomaticSortingMethod method, Boolean ascending, Int32 lcid)
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedTypes, NodeTypes includedHiddenTypes, OrderingMethod ordering, AutomaticSortingMethod method, Boolean ascending, Int32 lcid)    
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedHiddenTypes)    
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetChildNodes(PortalSiteMapNode node, NodeTypes includedHiddenTypes)
    Plaase Help.

    Hi Veli,
    Please check the security token timeout value and it is set to 1440 as expected by default. You can check via running the command:
    stsadm -o getproperty -pn token-timeout
    Then check the OOB recycle times of the probkematic web application pool, and add daily recycle times for the problematic web application pool. You can do as the article:
    http://technet.microsoft.com/en-us/library/cc754494(v=WS.10).aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • The context has expired and can no longer be used. (Exception from HRESULT: 0x80090317)

    We have a problem with our wiki site collection. Once a day (and sometimes more), we get the following error message :
    The context has expired and can no longer be used. (Exception from HRESULT: 0x80090317)
    This message is displayed to everyone, and will stay there for an hour or so before the collection is back to life.
    Doing an iisreset would get the site working but that will last for a day at the most.
    This is what we checked and tried so far :
    1. Our time zones are set and are correct.
    2. Changing the timeout or disabling the web page security validation (followed by an iisreset) didn't work.
    3. All server use the same NTP server for time sync (and they are indeed in sync).
    4. It is happening only on the wiki collection, not the other collections.
    5. We are unable to reproduce the behavior on the staging servers.
    Some particularities :
    1. Regional settings are set to French (Canada)
    2. We have 500+ wiki pages in the site collection
    3. We require page check-out / check-in for editing. Tried without, same problem.
    Any ideas as to what should we try next ?
    Regards,
    homerggg

    Hi,
    I don't think we have changed them from the default, a quick look shows ours are set to:
    Token-timeout = 24hrs
    FormsTokenLifetime = 10hrs
    WindowsTokenLifetime = 10hrs
    LogonTokenCacheExpirationWindow = 10m
    Rob

  • Can't connect to my VPN server from the WAN addres...

    I've setup a PPTP VPN server on a Raspberry Pi, so that I can connect to it when out and about and avoid having my android internet use sniffed by random public wi-fi hotspots.
    It seems to be working as I setup a Windows 7 connection to it using the LAN address (192.168.1.85) and that connected fine but I can't get it to work through the BT HH3 via the WAN address. I've forwarded port 1723 to 192.168.1.85 and tried disabling the firewall, enabling port clamping and putting the RPi in the DMZ, none of which made any difference.
    Is anyone able to help please?

    Did some testing from my parents house yesterday and whilst connected to their router (Virgin Media) and/or a local BTWiFi hotspot (I can't honestly remember if I tried both or if I only tested with one or the other), I was able to connect to the VPN Server from my phone.
    I can also connect from my home PC using Putty to the VPN Server on SSH (port 22) with that forwarded in the router using the WAN address, so NAT travesal doesn't seem to be an issue.
    Yet I still can't connect to the VPN Server from home, whether connected to my HH3 or a local BTWiFI-with-FON hotspot, using the WAN address, only the LAN address, which doesn't make any sense to me.
    I don't think it's relevant to this problem but I want to ask a question about the router firewall as the description for Default (which is what I have enabled) says "Allow all outgoing connections and block all unsolicited incoming traffic. Games and application sharing is allowed." but it doesn't appear to block unsolicited incoming traffic as otherwise I don't think I'd have been able to connect to the VPN Server from my parent's house, or on SSH from my PC using the WAN address. So is the description incorrect?

  • Can't connect to ftp servers with Passive Mode

    Hello,
    I can't connect to ftp servers with Passive Mode.
    I have Linksys WRT54GL.
    Msg i have:
    [R] 200 PORT Command successful.
    [R] LIST -al
    [R] 150 Opening ASCII mode data connection for /bin/ls.
    [R] 426 Data connection closed, transfer aborted.
    [R] List Error
    and:
    [R] 200 Type set to A.
    [R] MODE Z
    [R] 200 MODE Z ok.
    [R] PASV
    [R] 227 Entering Passive Mode (*,*,114,11,8,147)
    [R] Opening data connection IP: *.*.114.11 PORT: 2195
    [R] Data Socket Error: Connection timed out
    [R] List Error
    Thanks for the help !

    Maybe you need to do Port Forwarding on your router...Check for the Port Numbers for your FTP Server...

  • TS1363 I can't connect to the itunes store from my Windows Vista PC. I have run diagnostics and itunes have verified my internet connection as positive, but not the secure link to the itunes store. This comes up as failed.  Any suggestions?

    I can't connect to the itunes store from my Windows Vista PC. I have run diagnostics and itunes have verified my internet connection as positive, but not the secure link to the itunes store. This comes up as failed.  Any suggestions?

    everytime I try to open the store it endlessly says "accessing iTunes store" but it never opens.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Can't connect to X11 window server using 'localhost:0.0'

    Hello again,
    I tried as you suggested under the GUI environment of Red Hat Linux Enterprise 3 (WS).
    =====
    [root@Linux2005 /]# su - oracle
    [oracle@Linux2005 oracle]$ /OraHome1/Disk1/runInstaller
    [oracle@Linux2005 oracle]$ Initializing Java Virtual Machine from /tmp/OraInstall2004-08-18_09-03-45AM/jre/bin/java. Please wait...
    Xlib: connection to "localhost:0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using 'localhost:0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:59)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
    at java.awt.Window.<init>(Window.java:188)
    at java.awt.Frame.<init>(Frame.java:315)
    at java.awt.Frame.<init>(Frame.java:262)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
    [oracle@Linux2005 oracle]$
    =====
    The server does not take it.
    What else can I do ? Any ideas ?
    PT

    I had the same problem (Oracle unbreakable Linux) and tried everything you suggest.
    Finally when I implement this in bash_profile of oracle user and relogin:
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=TSH1; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    runInstaller run as hell!

  • Can not connect to ftp with mountain lion

    Hallo everybody,
    i have a problem with my ftp-client, i use cyberduck, i can not connect to any ftp-server...
    evertime i get this message:
    USER user_xyz
    331 User user_xyz OK. Password required
    PASS **********
    530 Login authentication failed
    this will only happen when i try it with mountain lion 10.8.2
    with snow leopard and lion everything works fine and i can connect to the ftp-server.
    i try to take another ftp-client but its the same... i try filezilla and transmit.
    can anybody help me with this problem?

    In your Network System Preferences, under Advanced, Proxies tab, is Passive mode selected? If it is, try toggling it off then on (or try it with it off).
    Also, have you contacted the Cyberduck people to ask if they know about a problem?
    Have you tried connecting from Terminal?

  • Settings correct but can't connect via ftp in DW

    Hello,
    My client just downgraded from an advanced hosting package to a standard hosting package at network solutions.
    I can not connect to the server using ftp in dreamweaver. I have called the host and verified all of the connection information ad nauseum
    with no success.. I am using Adobe CS3. Network Solutions insists that it is a DW problem which I doubt because Network Solutions
    is the only host that I ever seem to have a problem with..
    But the person there insisted that It is a DW problem because I was able to connect (using the username and pw) through a browser.
    Has anyone ever had a problem such as this with Dreamweaver. Does anyone have any suggestions?
    Your help would be most appreciated.
    thank you.
    Elizabeth

    I have experienced some problems with DW's FTP feature through several versions of DW and several different hosts. My general conclusion is that it works well with some FTP server configurations and not with others. IMHO, it IS DW's implementation since in every case, I can transfer files with other FTP programs. I have never bothered to try to troubleshoot it down to the minute differences between servers, though.
    I prefer using an external FTP program anyway (not a Web browser). In fact, when I first started using DW, I preferred the OS's built-in command line FTP client. There are many FTP client programs available for all operating systems and priced from free to enterprise level. My preferred is WS_FTP Pro (Windows), but I've heard good things about CuteFTP, FileZilla, and others.
    So I guess that's my suggestion. Use an external program when DW doesn't work.
    Mark A. Boyd
    Keep-On-Learnin' :-)
    This message was processed and edited by Jive.
    It shall not be considered an accurate representation of my words.
    P.S. You might try using the IP address instead of the domain name when setting up the server address.

  • Can't connect to weblogic embedded LDAP from an init block

    Hi
    I am trying to use weblogic's embedded LDAP directory in an OBIEE RPD initialisation block, using 10g security model in OBIEE 11g. I need the internal user, BISystemUser, to be validated by an init block in the rpd, but I am not able to configure the weblogic LDAP in an init block, as it is done with AD, for example.
    I am following the instructions on "Viewing the Contents of the Embedded LDAP Server from an LDAP Browser" section of this document, http://docs.oracle.com/cd/E21764_01/web.1111/e13707/ldap.htm#i1104934 and I am getting: "LDAP bind failure: Can't connect to LDAP server". Weblogic is up and running, I can connect to its console, OBIEE, etc.
    I am using this settings on OBIEE:
    Hostname: localhost (I've tried using the actual hostname)
    Base DN: dc=bifoundation_domain
    Bind DN: cn=Admin
    Port: 7001
    (I've already reset LDAP's Admin password to a known value).
    The curious thing is that I can connect to the same LDAP using the same settings with LDAPExplorerTool2 opensource tool.
    Does anyone have an idea what else is missing?
    Thank you.

    i also have this problem..do u have any solution?

  • Help:Can't connect to an old PM9500 from my PB after upgrading it to 10.4.5

    Need help: I can't connect anymore to an old Powermac 9500 from my PB after I upgraded the PB to system 10.4.5. I get the message:this file server uses an incompatible version of the AFP protocol.
    Before the upgrade the PB ran on 10.2.8 and it was no problem connecting to the PM9500 (OS 7.5.5) via Appletalk/Ethernet. As I still use the PM9500 to run an Optronics drum scanner, it remains vital to be able to transfer files to my PB.

    Hi,
    Apple made some changes to the file sharing in Tiger that will cause this problem. It looks like you'll need to upgrade the 9500 to Mac OS 9 or later. More information is available in the Knowledge Base.
    charlie

Maybe you are looking for

  • My Powerbook 1.67 w/ Tiger slow...

    So recently, my powerbook seems to be running very slowly...takes more time for websites to load, etc. Now, when I drag the mouse to the dock, it takes a long time for it to pop up (if it does at all). I wonder if my system is bogging down, is there

  • More than 1 portal 1 system

    Hello, I want to know if it's possible to have more than 1 Enterprise Portal 7.0 in the same system... Can I have more than 1 J2EE???? Thank you... Pablo M.

  • PC suite problems with 6280 & 6270

    i have Pc suite 6.84.10.3 on windows XP , use the cable as a connection .. PC suite fails to download applications of a size more than 1MB into nokia 6280 & 6270 eventhough i load it into the memory card where there's enough free memory .. Help Pleas

  • Couldn't open Quicktime video output component.

    I was able to find 2 other posts in regards to the error. The one didn't have enough information to be answered and the other had a link to an apple page that no longer exists. Sorry for the repeat but I can't seem to find an answer that applies to m

  • Installing iCloud, Outlook 2010, setting up contacts sync - any tips?

    Last time I tried this 2 years ago, icloud sucked all my contacts out of Outlook and I had to go through big hoops to back it out.  Any tips on how to do it now?  I'm apprehensive about trying it again.  I have a group of contacts in outlook "iPhone