We offer file management connectivity via FTP as well as Web FTP. For some of our service packages, we also provide SSH access.Documentation Index
Fetch the complete documentation index at: https://wiki.diversity.cz/llms.txt
Use this file to discover all available pages before exploring further.
What is FTP and how does it work?
FTP (File Transfer Protocol) is a protocol for transferring files between computers on a network, such as the internet. Using FTP, you can upload, download, and manage files on your web server. FTP is essential for website maintenance as it allows for easy access to files, their editing, and management.How to connect to the server via FTP
To connect to your server via FTP, you will need the following details: FTP Server: Your FTP server address (e.g., ftp.diversity.cz or the server’s IP address, e.g., 31.32.23.13) Username: Your FTP username Password: Your FTP password Port: 21, or 22 in case of SFTP Step 1: Download and install an FTP client There are many FTP clients available. Popular options include FileZilla, WinSCP, or Cyberduck. In the following steps, we will use FileZilla and WinSCP as examples.FileZilla
Step 1: Open the FTP client and enter your login credentials- Open FileZilla.
- Enter your FTP server address into the Host field.
- Enter your FTP username into the Username field.
- Enter your FTP password into the Password field.
- Leave the Port field empty or enter 21 if it is not set automatically.
- Click Quickconnect.
- Once connected, two windows will appear: Left window: Files and folders on your local computer. Right window: Files and folders on your server.
WinSCP
Step 1: Open the FTP client and enter your login credentials- Open WinSCP.
- Click on New Site.
- Select FTP as the File protocol (port 21).
- Enter your FTP server address into the Host name field.
- Enter your FTP username into the User name field.
- Enter your FTP password into the Password field.
- Click Login.
- Once connected, two windows will appear: Left window: Files and folders on your local computer. Right window: Files and folders on your server.
Web FTP
We also provide a web interface for FTP, which allows for file management directly from your web browser without the need to install any additional software.- Open your web browser and log in to your administration panel.
- Locate the file management tool (usually named “Files” or “File Manager”) in the admin panel.
- Using this tool, you can browse your website’s file structure, upload new files, download existing files, rename files and folders, delete them, or edit them directly in the browser.
- You will find your website files in the public_html folder. When uploading your website, place it into the public_html folder to continue working.