2

I am just starting to try to set up FTP server/clients using Filezilla. Everything seems to be working, but the Filezilla client maxes out around 200KiB/s per upload. My upload bandwidth can support 5+ simultaneous transfers at this speed. however, I would like to transfer one large 70Gb file (ideally without breaking it into smaller pieces). Is there some setting that makes a max speed per individual upload? I have tried multiple clients as well (FireFTP, CuteFTP etc.) and the same thing happens. Or is there some way to check if the ISP is causing this?

I also find strange that if I upload the file to a service like Dropbox or Google Drive, I can get speeds of about 2000KiB/s. It is only with FTP that this 200 KiB limit seems to happening.

Last- I don't believe it's an issue on the server side since I confirmed that someone else (from another computer, another IP etc.) was able to upload a single file to that server at far greater than 200KiB/s, however I have not been able to figure out what is different about their configuration.

EDIT:************************************************************************************************* Confirmed that this doesn't happen if I tether to my phone and use that internet. So this must be an issue with ISP or Router?

EDIT 2:********************************************************************************************** I have looked at this question/answer, but it does not solve my issue: Why can Dropbox be super fast compared to FTP?. However, one additional interesting point that I noticed after reading this Q/A: In resource monitor, I can see that dropbox achieves faster speeds by having multiple different transfers to different IPs (even though it is only file). Each individual transfer is similarly capped around 200KiB. Is it automatically breaking the file into pieces somehow?

Also, google drive does not do this, google drive just has one transfer showing up in resource monitor, and this one is achieving faster speeds (600KiB)

2 Answers2

0

I have seen ISPs throttling traffic over certain ports to discourage people from setting up servers at home on a connection meant to only carry "consumer grade" traffic, as a means to save bandwidth.

Try running the FTP server on a different port than 21, and see if it works as intended then.

Jarmund
  • 6,277
  • 5
  • 38
  • 60
0

Upgrading to a newer router solved this. There may have been some way to change settings on the old old router, but if there was, I never figured it out.