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

# Filezilla

> If you want to upload and download files/folders from the instance more conveniently, you can use FileZilla: it's free and available on all platforms (Mac, Linux, Windows).

<img src="https://mintcdn.com/gpuhub/r1V0ko0l9sh4RwWM/images/logo-filezilla.png?fit=max&auto=format&n=r1V0ko0l9sh4RwWM&q=85&s=ab92691b13e569b437d571283b85f7e6" alt="" width="64" height="64" data-path="images/logo-filezilla.png" />

## Install FileZilla

<Card title="Filezilla Official Download" icon="download" horizontal href="https://filezilla-project.org/">
  []()
</Card>

Besides, the simplest way to install FileZilla on Linux is:

```bash bash theme={null}
sudo apt install filezilla
```

<img src="https://mintcdn.com/gpuhub/yLmjMPcqL-OhC9CD/images/bestpractices-filezilla-1.png?fit=max&auto=format&n=yLmjMPcqL-OhC9CD&q=85&s=69a475d1a4b5479a0e5bf1a649cba965" alt="" width="1205" height="960" data-path="images/bestpractices-filezilla-1.png" />

## Connect to the Instance

Copy the SSH command for your instance, for example: `ssh -p 50762 root@region-2.gpuhub.com`. In the command, the meanings of the parameters are:

* Username: `root`
* Host: `region-2.gpuhub.com`
* Port Number: `50762`

Open the following window from \[File] - \[Site Manager].

<Note>
  You need to select the SFTP protocol.
</Note>

<img src="https://mintcdn.com/gpuhub/yLmjMPcqL-OhC9CD/images/bestpractices-filezilla-2.png?fit=max&auto=format&n=yLmjMPcqL-OhC9CD&q=85&s=5a67d3d140498356da02cf912b0e1c61" alt="" width="1214" height="858" data-path="images/bestpractices-filezilla-2.png" />

You can now easily upload and download files/folders by dragging and dropping.

<img src="https://mintcdn.com/gpuhub/yLmjMPcqL-OhC9CD/images/bestpractices-filezilla-3.png?fit=max&auto=format&n=yLmjMPcqL-OhC9CD&q=85&s=d9bbe20aca1325768674e4c90552d8b4" alt="" width="1219" height="844" data-path="images/bestpractices-filezilla-3.png" />
