FTP (File Transfer Protocol) is the standard method for transferring files between your local computer and your web server. SFTP (Secure File Transfer Protocol) is the secure version.
-
Create Account: In cPanel, navigate to the FTP Accounts icon in the Files section.
-
Add FTP Account:
-
Log In: Enter a username (e.g.,
developer). The full FTP username will bedeveloper@yourdomain.com. -
Domain: Select the domain you want the account to be associated with.
-
Password: Use a strong password or the Password Generator.
-
Directory: This is crucial! Set the directory to restrict the user's access. For full website access, use
public_html. For restricted access, use a subfolder (e.g.,public_html/blog).
-
-
Manage: From the FTP Accounts list, you can Change Password, Change Quota, or Delete an existing account.
-
Connect via SFTP: For better security, use SFTP. You can use any created FTP account, but your SFTP client (like FileZilla) must be configured with:
-
Protocol: SFTP
-
Host: Your domain name or server IP
-
Port: 22 (Standard SSH/SFTP Port)
-
Username: The full FTP username (
user@domain.com)
-
