0
I was working on my server one minute, the next minute for what appears to be no reason at all, i can't connect to any of my servers via FTP. I've been trying for 4 hours so far to find a solution.
I'm on OS X 10.8.5 and use Transmit for FTP.
Things i've tried already:
Downloaded Filezilla and tried connecting on this, but the same problem occurs. It appears to detect the server, but won't connect.
Browser based FTP, and this works fine.
I tried turning on and off the firewall on OS X (this was not on)
Can't connect to FTP using ipad.
Restarting every device: my computer, ipad, my modem and router.
It would be great if anyone can help, or push me in the right direction.
@shoveshed - at point nr 5 you said you reset every device, do you mean factory reset? Also, are you able to ping your hostname? – Rudolph – 2014-03-12T16:16:51.653
browser-based ftp could be http with ajax etc etc. What have you done to ensure that the servers are listening on the proper port? Ar they all on one host? Have you contacted their tech support to see if they had a reboot or configuration change? – horatio – 2014-03-12T16:36:55.493
@horatio All different hosts, godaddy, 1&1, ovh. I don't know who to contact because i can't isolate the problem to one specific. – shovelshed – 2014-03-12T18:19:05.353
The servers are different, two unrelated devices can't connect. That means infrastructure: modem, router, ISP port blocking. In both FTP clients, have you tried toggling (on/or off) "FTP passive mode"? – horatio – 2014-03-12T18:22:01.060
@Rudolph sorry i meant "restarted every device". How do i ping my hostname, can you clarify please? – shovelshed – 2014-03-12T18:22:39.717
@horatio yes i already tried toggling on and off passive mode, no luck here either. I checked on http://www.canyouseeme.org/ with port 21, and it says 'Error... connection timed out'.
– shovelshed – 2014-03-12T18:30:48.003does your router have "parental controls" or anything of the sort? – horatio – 2014-03-12T18:36:25.833
I understand you are familiar with FileZilla. Therefore the hostname (first field in FileZilla before Username & Password) would be the one we are looking for. Most hostnames are either named (ftp.domain1.com) or it would be an IP address. If you would like to ping that, open up your terminal, or cmd, and the ping the hostname. – Rudolph – 2014-03-12T18:41:42.153
You said browser based FTP works so that I suppose means you're saying your browser works as FTP client. So if that is so then your server is up. You mention though doing an online port scan, but it's not clear whether that failed due to a lack of port forwarding. There is no need for an online port scan as you can do a local one. Though if you are sure and right that your server is up then it may be pointless but Try
C:\>nmap -P0 -p21 192.168.1.5
. OrC:\>telnet 192.168.1.5 21
. where 192.168.1.5 is the IP you are going for. – barlop – 2014-03-12T20:22:41.373