How to Connect via FTP

Introduction

FTP (File Transfer Protocol) allows you to connect your computer to your hosting server for uploading, downloading, and managing website files.

FTP is commonly used for:


What You Need Before Connecting via FTP

Before connecting, ensure you have:


Recommended FTP Software

Popular FTP clients include:

Software

Platform

FileZilla

Windows, Linux, Mac

WinSCP

Windows

Cyberduck

Windows & Mac

FileZilla is the most commonly used FTP client.


FTP Connection Details

You will need the following information:

Setting

Example

Host / Server

ftp.yourdomain.com

Username

user@yourdomain.com

Password

Your FTP Password

Port

21


Step 1: Install FTP Software

FileZilla Download

Download and install FileZilla from:

FileZilla Official Website

Install the software normally on your computer.


Step 2: Open FTP Client

Launch FileZilla or your preferred FTP software.

You will see connection fields at the top.


Step 3: Enter FTP Credentials

Enter your FTP details.

Example:

Field

Example

Host

ftp.yourdomain.com

Username

developer@yourdomain.com

Password

Your FTP Password

Port

21


Step 4: Connect to Server

Click:

Quickconnect

If the details are correct, your hosting files will appear in the remote panel.


Understanding FTP Interface

Local Site

Displays files on your computer.


Remote Site

Displays files on your hosting server.

Common hosting folder:

public_html

Upload Website Files via FTP

Upload Process

  1. Open local website folder

  2. Open remote folder:

public_html
  1. Drag and drop files from local to remote panel


Download Files from Server

To download files:

  1. Select remote file

  2. Right-click

  3. Click:

Download

Recommended Website Upload Location

Your main website files should be uploaded inside:

public_html

Example:

public_html/index.php

or

public_html/index.html

Secure FTP Connections

For better security, use:

Type

Description

FTPS

FTP over SSL

SFTP

Secure SSH File Transfer

Secure protocols encrypt your connection and passwords.


Passive Mode vs Active Mode

Most hosting servers use:

Passive Mode

If connection problems occur, enable Passive Mode in your FTP client settings.


Common FTP Errors & Solutions

1. Connection Timed Out

Cause:

Firewall or incorrect hostname.

Solution:


2. Authentication Failed

Cause:

Wrong username or password.

Solution:


3. Unable to Upload Files

Cause:

Permission or quota issue.

Solution:


4. Too Many Connections

Cause:

Multiple simultaneous FTP sessions.

Solution:


Recommended File Permissions

Type

Permission

Files

644

Folders

755


FTP Best Practices


Frequently Asked Questions (FAQ)

Q1. What is FTP used for?

FTP is used for transferring files between your computer and hosting server.


Q2. What folder should I upload website files into?

Upload website files into:

public_html

Q3. Which FTP software is best?

FileZilla is the most popular and beginner-friendly FTP software.


Q4. What is the default FTP port?

Default FTP port:

21

Q5. Is FTP secure?

Basic FTP is not fully secure. FTPS or SFTP is recommended.


Need Help?

If you need assistance connecting via FTP, contact support:

📧 support@govaio.com