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