Solved

Anyone else had FTP problems using Hone Internet?

  • 14 September 2021
  • 32 replies
  • 3059 views

Badge

I am testing T-M Home Internet and although it has Ben generally good so far, I just ran into a problem when I attempted a routine FTP upload using CyberDuck to a website I maintain. When I try to connect I get an Interoperability Failure message. My ISP says the website is fine and they are able to FTP to it and it t seems I have some kind of communication or network problem.

 

What are other people’s experiences doing FTP on T-M Home Internet?

icon

Best answer by Kevin Harris 20 September 2021, 03:21

View original

32 replies

Userlevel 2

Turn off Passive mode (or pasv) in your ftp client, after that ftp will work just fine. You may need to enable “Port mode” in your client as an alternative to “passive mode”. I believe the last person I told to do this was even using Cyber duck and once they did so it worked fine

Userlevel 2

I’m not sure where you’re seeing proxy settings but you shouldn’t need to mess with them at all. I just downloaded and tested cyberduck. All I did was click “Open Connection” then type in my server, username and password. At the bottom of the window  I clicked “More Options” and i changed “Connect Mode” from “Default” to “Active (PORT)” then hit connect and it all worked..

It probably is also worth noting FTP is a technology that has been out of date and considered insecure for a very long time. It has been highly recommended not to use FTP for anything other than anonymous file transfers (think software distribution) since the 1900s. You should ideally use SFTP or SCP to upload files to your web hosting provider

Having VPN constantly running is the only way I can make FTP or updates to my website to work. Gotta be a better way.

FileZilla ftp does not work with the T-Mobile Gateway … you must enable the SFTP option on FileZilla.

Steps to enable SFTP on FileZilla:

  1. Open FileZilla, click the File dropdown menu and select Site Manager
  2. Add a new site
  3. Select the SFTP - SSH File Transfer Protocol
  4. Enter User, Password and click Connect

FileZilla should now connect to you server ;-)

Yes I am now, and my HINT worked perfectly for a year. Suddenly nothing works. Filezilla. So I uninstalled, re-installed, nothing. I installed Ctueftp, Coreftp and Cyberduck. Nothing works.

I get the same run around how because of IPV6 has suddenly started to block my connections, HINT will not work. (reminder why did it work flawlessly for a year?)

This is making me angry because TM support claims, it doesn’t work and shouldn’t. But It Did! And support claims nothing has changed on my account. I hate to point out the obvious, but six different ftp connections, that I use weekly, all failed at the same time, same day, last week.

Oh yeah, thanks to other people who point out that ftp is old technology and insecure. Tell the people who I’m forced to communicate with using that and tell me how I’m supposed to manage my own websites?

Someone needs to find a solution, not excuses. Not necessarily blaming TMob but the Internet world changed and anyone using a Gateway is now locked out? I love the gateway, it’s fast, the price is reasonable, the service has been very reliable.

We are rural, no wired Internet, well yes one on copper wire that fails and is slow. Dial-up kind of speeds, expensive, unreliable. One over the air that’s nice but very expensive.

Thanks to jayke for his advice. I’ve been really frustrated with this problem. I maintain 3 sites, 2 with one provider and a 3d with another. I had no problem with FileZilla client and these sites with phone company DSL. Switched to TM Home Internet and problems began with the 2 sites but not the other. I would connect, but it was really slow trying to get into directories and would eventually time out with something like “4125 Users connected--too many.” I communicated with my ISP and he had no trouble FTPing to the sites. Finally, I went to the library and used their WiFi and everything worked great. So, it had to be the TM gateway. But I can’t go to the library whenever I need to maintain a site.

Following jayke’s advice just now I tried FileZilla on both sites I maintain and in the Site Manager dialog box’s Transfer Settings tab changed “Transfer Mode” from “Default” to “Active” and everything seems to be working. I can get into directories quickly and upload files.  

I wish TM had a better way to disseminate information like this. Actually, I wish they would FIX THE GATEWAY so it wouldn’t be an issue going forward.

Thanks again, jayke.

Who’s your host? I’ve never had to con to upload via ftp

When FTPing I have to use my NordVPN service.  It works without any problems.

I have been using T-Mobile 5G internet for 10 days now and haven't been able to use FTP either generic, filezilla nor WinSCP. I use ftp at least twice a month and need this corrected or I will need to return to my slow DSL line with CenturyLink. 

I have CenturyLink and never had issues connecting with FTP. Switched to T-Mobile Home internet and immediately couldn’t connect. I maintain about 15 websites so it’s imperative that i get it working. I tried unchecking passive and no go. Finally after using SFTP it works fine. In the server address use: sftp://SERVERIPAddress and it worked perfect. I’m back in business!! It works in Filezilla and also Transmit on Mac. 

Who’s your host? I’ve never had to con to upload via ftp

Who’s your host? I’ve never had to con to upload via ftp

Bluehost

When FTPing I have to use my NordVPN service.  It works without any problems.

Unfortunately some websites, especially yahoo mail are being blocked by McAfee VPN. I am constantly turning vpn on and off. T-Mobile needs to up their game as to the capability of their gateways. Totally unconfigurable. I have tried with connected ASUS router but same experience.

I just got TMobile gateway and I use Mac OS and am using Fetch as my FTP client. When it works it’s great. It’s frustrating that in order to upload files I have to keep trying for several minis… sometimes 30 mins to the point where I want to give up!  I can often get to the root directory but if I click down into folders it just times out. Same with Cyber Duck. WHAT is going on! Why does it work sometimes but seconds later it doesn't?

 

This appears to be happening with my setup as well.  Here’s my story:

I am running a Linux webserver on my local network. I used to upload to a webservice that I run to post data. Since I switched my router which was on Cox to the T-Mobile gateway the service failed.  When connecting via ftp (ftp -v -n satwatcher.us) I was getting this error:

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 14 of 150 allowed.
220-Local time is now 13:32. Server port: 21.
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
331 User [redacted] OK. Password required
230 OK. Current restricted directory is /
200 TYPE is now 8-bit binary
local: latest.html remote: latest.html
200 PORT command successful
425 Could not open data connection to port 48232: Connection timed out
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.

 

I then tried switching to forced passive mode (adding the -p switch), “ftp -p -v -n satwatcher.us” as I saw this mentioned in another post and got this error:

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 15 of 150 allowed.
220-Local time is now 14:18. Server port: 21.
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
331 User [redacted] OK. Password required
230 OK. Current restricted directory is /
200 TYPE is now 8-bit binary
local: latest.html remote: latest.html
229 Extended Passive Mode Entered (|||35360|)
Passive mode address scan failure.Shouldn't happen!
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.
 

The syslog errors I’m getting look like this:

Apr  5 00:07:17 WeewxWeatherServer weewx[6678] DEBUG weeutil.ftpupload: Connected to ftp.satwatcher.us
Apr  5 00:07:17 WeewxWeatherServer weewx[6678] DEBUG weeutil.ftpupload: 0 ./dayradiation.png de3f1218ef30538449b2abc9ef9307dd622c82d61c61bd3a398a5b394a908201
Apr  5 00:07:17 WeewxWeatherServer weewx[6678] ERROR weeutil.ftpupload: Failed uploading /var/www/html/weewx/dayradiation.png to server ftp.satwatcher.us. Reason: '229 Extended Passive Mode Entered (|||33515|)'
 

Does anyone have any ideas of what I should try?

 

Thanks!

 

Ken

I’m using ExaVault.com without any problems. They are a paid for FTP service.

Badge

SUCCESS AT LAST!

 

I have finally learned how to switch macOS Cyberduck from passive to active mode, and it  is now  working on the gray tower-TM Home Internet.

 

For anyone else in the same situation, here is how to do it.

 

(1) Edit a bookmark rather than just opening a connection. This will show a “More Options” drop-down.

 

(2) Open “Connect Mode” and select“Active (PORT)”

 

I am just hoping T-M does not make any changes that will stop this from working…

Badge

Thanks for that info; it’s good to know that FTP can work in some situations. I have now managed to speak with a TM  Home Internet support expert. He searched through trouble reports and found that FTP being blocked was a known problem and was being actively worked on.He was surprised the problem existed. He mentioned Port 80, number of  ipv4 and ipv6 addresses  available ,etc., and apparently there were different aspects to the bug and/or the trouble reports. He said  my free trial would be extended pending resolution of this issue.

I'm currently experiencing issues with connecting to any FTP on my Mac, despite trying multiple applications including Transmit, Forklift, FileZilla, and CyberDuck. As a photographer and web designer, it's imperative for me to be able to use FTP. Previously, I had no issues with Spectrum, but since switching to the 5G Gateway, I've been facing these problems.

Despite contacting T-Mobile's internet tech support, they were unable to offer any assistance, simply directing me to this forum which I had already visited. I've tried several solutions suggested here, but none have resolved the issue. Needless to say, this has been a big bummer, especially given the excellent internet speeds and pricing offered by T-Mobile.

I'm currently experiencing issues with connecting to any FTP on my Mac, despite trying multiple applications including Transmit, Forklift, FileZilla, and CyberDuck. As a photographer and web designer, it's imperative for me to be able to use FTP. Previously, I had no issues with Spectrum, but since switching to the 5G Gateway, I've been facing these problems.

Despite contacting T-Mobile's internet tech support, they were unable to offer any assistance, simply directing me to this forum which I had already visited. I've tried several solutions suggested here, but none have resolved the issue. Needless to say, this has been a big bummer, especially given the excellent internet speeds and pricing offered by T-Mobile.

This is unfortunate for sure.  I use FTP all the time with both MacOS, AND Windows, heck and even Linux with some machines as I run a gaming clan so I have several machines operating over this service. I don’t have any solution other than what’s already been offered here, BUT I will give you some weird talking points that might trigger a thought process or two since you’re apparently versed well enough in tech to try things etc.   When I first got the service 3 months ago, NOTHING worked, and I mean anything IPv4 (the usual xxx.xxx.xxx.xxx IP stacks) . I could never connect to anything gaming wise due to most games even the AAA ones still using the IPv4 protocol, and not the IPv6 protocol T-Mobile is using for their cellular internet.  After many restarts of the black box/ cellular radio model KV021, and even a firmware upgrade, things just started working out of nowhere. I too, tried so many things.

what I DID do differently than macOS is my machine’s firewall has ports 21/22 open both inbound and outbound on every machine I’m using FTP on… You cannot mess with ANY of this stuff in the router/cellular radio provided by Tmobile as it’s IPv6 not IPv4 etc. BUT after being sure that every machine I use FTP on has ports 21/22 open in the software firewall of Windows, and Linux (macos also google is your friend on that one) things work. I mean everything.

I know this was kinda a rant/novel, but I hope it helps people somehow. Cheers!

Badge

UPDATE

One day after my conversation with TM Support, I received a voice message from the expert. He has now changed his story. He says the gray tower TM gateway does not support FTP. I am disappointed and confused. If he’s right, I shall shortly be returning the gateway.; lack of FTP is a showstopper as I maintain a club website. There must be quite a few other home users who maintain websites for families, churches, clubs, etc.

Badge

Jayke, thanks very much for this information. It’s just the kind of advice I was hoping to get.  I’ll try your suggestion when I get home tomorrow evening.

I downloaded the free Proton VPN and am now able to use Filezilla for FTP with Transfer Mode set back to Passive.

Same problem trying to FTP to my web site was not working until I used SFTP. My web site provider only uses SFTP. Everything was  OK after that.

I had FTP failures with NCH Classic FTP.

Switched to Filezilla and works well.

 

Black gateway.

 

Badge

Well , I tried disabling passive mode in. Cyberduck by going to proxy preferences and deselecting it. Unfortunately, this seemed to have no effect; I still got the interoperability error message.  I tried also selecting Auto Proxy Discovery, but this did not help. I then tried bypassing proxy settings for my target site; no help.  As you. can probably tell, I was getting out of my depth and just groping around. Any suggestions welcomed!

Badge

In case it’s relevant, I am running Cyberduck on MacOS, and it has worked on many different networks over several years.

Reply