WebGee Docsالتوثيق
WordPress Cloud

Manage files and FTP accounts

Use the browser file manager, understand the container layout, and create FTP accounts for FileZilla and similar clients.

Every website has a browser-based file manager and can have FTP accounts for external clients. Applies to all WordPress Cloud packages.

The file manager

Open a website and select Files.

The file manager showing the home directory contents and folder tree

The left pane is a folder tree; the right pane lists the current directory in grid or list view, switchable from the icons top right. New creates a file or folder, Upload sends files from your computer.

What is in the home directory

A newly provisioned WordPress site contains:

PathWhat it is
public_htmlThe document root — your website
.wp-cliWP-CLI configuration used by the scheduled cron job
.my.cnfMySQL client credentials, used by command-line tools
.bashrc, .profile, .bash_logoutShell configuration for SSH sessions

The full container path is shown under At a glanceHome dir, as /var/www/ followed by the site's ID.

.my.cnf contains working database credentials. Do not move it into public_html, and do not include it in anything you share publicly.

Two more files appear once you enable Redis: redis.conf and redis.log.

Create an FTP account

Go to AdvancedFTP.

The FTP accounts page before any account exists

Select Add account. Use the account with any standard client such as FileZilla.

Prefer SFTP over SSH where your client supports it — see SSH access. It uses the same credentials model, encrypts the whole session, and needs no separate FTP account.

On this page