> ## Documentation Index
> Fetch the complete documentation index at: https://kb.stablepoint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Using FTP

FTP accounts are a way of manipulating files on a web server, over a protocol. It allows desktop software such as Filezilla to upload, download and move files on your hosting accounts.

We'll now cover the steps needed for connecting with FTP to your account.

Your FTP credentials will be as follows:

1. For **Host** you can use either your domain name, or the server IP — you can find the IP in your cPanel main menu on the right side as "Shared IP".
2. The **Username** and **Password** are either your cPanel username and password, or those that you created as standalone FTP accounts. Note that if this is a standalone account, the FTP account will be in the format `username@domain.com` rather than your cPanel username, with the password you set up for it.
3. The port is `21` for plain FTP and `22` for SFTP.

### FTP usage

If you have not used FTP before, we suggest downloading Filezilla from [https://filezilla-project.org/](https://filezilla-project.org/).

Key commands are:

* Double-click on a folder to enter it.
* Double-click on the ".." folder to go back to the previous folder.
* Double-click on a file to download it.
* Drag-and-drop or double-click on files on your local computer to upload them to the server.
* Right-clicking on files/folders will open a menu with more options, such as `Copy`, `Delete`, `Move`, `File Permissions`, etc.
