this post was submitted on 22 Jun 2024
728 points (98.7% liked)
Programmer Humor
19480 readers
615 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I am currently updating a minecraft server soooooo
if your hosting provider 1) is not yourself and 2) requires you to use anything like filezilla, get a new hosting provider
Why?
Unless you're using Linode or something other general purpose VPS which you have installed a Minecraft server onto, having to use anything other than a WebUI to exchange files with the server really strikes me as sketchy. A dedicated can't-run-anything-else Minecraft hosting provider even giving random users SSH access is sketchy enough but requiring you to use it to update the game... that level of not having an IT guy is just a security nightmare waiting to happen.
Guessing by your comment that you've actually rented a general purpose Linux VPS and not gotten suckered into Honest Pete's Discount CreeperHost. In that case, carry on.
Tbf I think BisectHost now lets me just upload normally, but I'm so used to using Filezilla I'm doing so out of habit.
That's fair actually. I was more worried about Minecraft hosts that allow you to upload your own game executable (which I sincerely hope don't exist)
The last time I've rented a Minecraft server was probably over 10 years ago, and as far as I can tell, at the time having to upload stuff through ftp was normal.
Although reading this thread has also taught me that I know nothing about how deployment works and I need to catch up on that.