TutorialsKnowledge BaseAbout Start here
F

FTP

Development 3 min read Knowledge Base entry 6 of 26
Definition

FTP is a way to move files directly between your computer and your web server, outside of the WordPress dashboard.

In plain English

The WordPress admin is the front door. FTP — and its secure siblings SFTP and SSH — is the service entrance. You connect with a client like FileZilla, see the raw folders of your site, and drag files in or out.

It's the tool you reach for when the dashboard itself is the thing that's broken.

01Your computer0202SFTP client0303Port 2204/wp-content/
A direct, encrypted route to your site's files that doesn't depend on WordPress running.

Why it matters

One day a plugin update will white-screen your site and lock you out of wp-admin. FTP is how you get back in: rename the plugin folder, the site returns, and you diagnose from safety.

Knowing FTP turns “my site is down and I'm helpless” into a five-minute fix.

How it works

  1. Get credentials from your hostHost, username, password, port. Prefer SFTP over plain FTP.
  2. Connect with a clientFileZilla, Cyberduck, or straight from your code editor.
  3. Find wp-contentYour themes, plugins and uploads all live in there.
  4. Change one thing at a timeAnd keep a local copy of anything you overwrite.

Plain FTP sends your password in the clear

Anyone watching the network can read it. If your host offers SFTP or SSH — and almost every host does — use that and never look back.

Watch it in a real build


Tip: use ← and → to move between entries.

The Friday email

One email a week. The thing I'd tell you over coffee.

What changed in WordPress and AI that week, what I'd actually use, and what I'd ignore. Written by me, not summarised by a tool.

  • New tutorials the moment they're published
  • Honest verdicts on tools — including the ones I dropped
  • No sequences, no upsells, one click to leave

41,000+ readers. Unsubscribe in one click.

Free, forever, no signup

Pick a starting point. Have something real by tonight.

Every tutorial is free, complete, and built in real time — including the bits that break. Start where you are, not where a course thinks you should be.