Loading...
+880 1736 699819 Mon - Sat: 9:00 AM - 8:00 PM
Follow us:
Home Blog Article
Blog

Upload files to cPanel using FileZilla (FTP)

Upload files to cPanel using FileZilla (FTP)

Step 1: Get FTP Details from cPanel

  1. Log in to cPanel
  2. Go to Files β†’ FTP Accounts
  3. Note down:
    • Host: usually your domain (e.g. example.com) or server IP
    • Username
    • Password
    • Port: 21

Step 2: Install FileZilla

Download and install FileZilla Client
πŸ‘‰ https://filezilla-project.org/

Step 3: Connect FileZilla to cPanel

  1. Open FileZilla
  2. At the top, enter:
    • Host: example.com
    • Username: FTP username
    • Password: FTP password
    • Port: 21
  3. Click Quickconnect

βœ… If successful, you’ll see files on the right side (server).

Step 4: Upload Files

  • Left side β†’ Your computer
  • Right side β†’ Server (cPanel)

Important directories:

  • public_html/ β†’ Main website files
  • public_html/subfolder/ β†’ Subdomain or project folder

πŸ“€ To upload:

  • Drag & drop files from left β†’ right
  • Or right-click β†’ Upload

Step 5: Upload Laravel / Project Files (If Needed)

If you are uploading a Laravel project:

public_html/
 β”œβ”€β”€ index.php
 β”œβ”€β”€ .htaccess
 └── assets/

πŸ”Ή Keep Laravel core files outside public_html (for security)
πŸ”Ή Only public folder content goes into public_html


Tags: Blog
Share this post

Encoderbase Team

Author

Articles and insights from the Encoderbase editorial team covering web development, software engineering, and digital solutions.

Enjoyed this article?

Get more articles like this delivered to your inbox β€” no spam, unsubscribe any time.

Link copied to clipboard!