|
2 | 2 | title: FTP client |
3 | 3 | --- |
4 | 4 |
|
5 | | -In this step you will install an FTP client. This is an application that allows you to upload files to a web server and to manage those files on the server. We use [FilleZilla](https://filezilla-project.org/) in Devine because it is an open source and free FTP client that is easy to use. However, there are a lot of other alternatives available. |
| 5 | +In this step you will install an FTP client. This is an application that allows you to securely upload files to a web server and to manage those files on the server. We use [FileZilla](https://filezilla-project.org/) in Devine because it is an open source and free SFTP client that is easy to use. However, there are a lot of other alternatives available. |
6 | 6 |
|
7 | 7 | ## Install |
8 | 8 |
|
9 | | -Navigate to [FileZilla](https://filezilla-project.org/download.php?show_all=1) and select `Mac Os X`. Click on `FileZilla_3.62.2_macosx-x86.app.tar.bz2` file to extract the file. Click on the file to decompress. Drag FileZilla.app to the Applications folder. |
| 9 | +Navigate to [FileZilla](https://filezilla-project.org/download.php?show_all=1). Download the version `FileZilla Client` for your operating system. Make sure to download the client and not the server version. |
10 | 10 |
|
11 | | -You will probably see a warning message the first time you start FileZilla. This is because you downloaded the application from the web. Just click the `Open` button. |
| 11 | +If you don't know if you have and intel or apple silicon Mac, you can check this by clicking the Apple logo in the top left corner of your screen and selecting `About This Mac`. The information about your processor will be displayed in the window that appears. |
| 12 | + |
| 13 | +Unzip the downloaded file and move the FileZilla application to your Applications folder. Start FileZilla by double clicking the application icon. |
12 | 14 |
|
13 | | - |
| 15 | +You will probably see a warning message the first time you start FileZilla. This is because you downloaded the application from the web. Just click the `Open` button. |
14 | 16 |
|
15 | 17 | ## Configure |
16 | 18 |
|
17 | 19 | You need the following to upload to a web server: |
18 | 20 |
|
19 | 21 | 1. **A host**: this is the web server to where the files need to be uploaded |
20 | 22 | 2. **Username** and password: to indicate that you have access to the server |
21 | | -3. **Port number**: this is always 21 for FTP |
| 23 | +3. **Port number**: this is always 22 for SFTP |
22 | 24 |
|
23 | 25 | Open FileZilla and select `File → Site Manager…` or use the shortcut `CMD + S`. Click the button `New Site`, give your hosting a name and insert the following data: |
24 | 26 |
|
25 | | -- **Protocol** is FTP |
26 | | -- **Host** is ftp.yourdomainname.webhosting.be** |
27 | | -- **Port** is 21 |
| 27 | +You can find these settings in your Combell dashboard under **FTP & SSH**: |
| 28 | + |
| 29 | +- **Protocol** is SFTP - SSH File Transfer Protocol |
| 30 | +- **Host** is ssh.yourdomainname.be (replace `yourdomainname.be` with your actual domain name) |
| 31 | +- **Port** is 22 |
28 | 32 | - **User**: normally your domain name, followed by be without a dot. Check your Combell settings for this. |
29 | 33 | - **Password**: |
30 | 34 | the password that you have set in the Combell dashboard for the FTP user |
31 | 35 |
|
32 | | -Click "Connect". You will see the following warning. Just check the "Always allow" box and click "OK". |
33 | | - |
34 | | - |
| 36 | +Click "Connect". You may see a warning about an unknown host key the first time you connect. Just check the "Always trust this host" box and click "OK". |
35 | 37 |
|
36 | | - |
| 38 | + |
37 | 39 |
|
38 | 40 | You should see an overview of the folder structure of the server on the right side of your screen. Your local folder structure is on the left side. |
39 | 41 | Check your settings again if you see an error message. Mostly it is because you made a typo in the name of the host, username or password. |
|
0 commit comments