Services Work Learn About Contact
0/6
Lesson 4 of 6

FTP & File Upload

FTP (File Transfer Protocol) lets you upload files from your computer to a web server. Tools like FileZilla make it easy with a drag-and-drop interface. SFTP is the secure version that encrypts the connection.

DEPLOY
# FTP details you need from your host:
# - Host / Server address
# - Username
# - Password
# - Port (usually 21 for FTP, 22 for SFTP)

# Using FileZilla:
# 1. Enter host, username, password, port
# 2. Connect
# 3. Drag files from left (your computer) to right (server)
# 4. public_html/ or www/ is usually the web root
🧠

Quick Quiz

Answer correctly to unlock the next lesson.

Support the mission

This learning platform is 100% free: no ads, no tracking, no paywalls. If it helped you learn something useful, you can support future lessons or donate to Doctors Without Borders, which provides emergency medical care in crisis zones worldwide.

🎉

You completed Deploy!

You finished all 6 lessons and quizzes. You now know the basics of Deploy.