Note: One&OnlyHost does not allow plain, unencrypted FTP for security reasons. Instead, we strongly recommend using one of these secure file transfer methods:Available for all One&OnlyHost hosting accounts
Uses the SSH protocol to encrypt file transfers
Login credentials are the same as your SSH or cPanel username and password
Available for all cPanel-based hosting accounts
Uses TLS (Transport Layer Security) to encrypt transfers (the same protocol that secures HTTPS websites)
Login credentials are your FTP username and password (does not require your SSH password)
Important: Anonymous FTP is disabled on all One&OnlyHost shared servers for security.
There are many FTP clients available. We recommend FileZilla because it supports FTP, SFTP, and FTPS, and works on Windows, macOS, and Linux. You can download it from the official FileZilla website.
If you use a different FTP client, you’ll need:
Domain name or server hostname (use your server name if your domain uses Cloudflare)
FTP account username (for SFTP, use your cPanel username without @domain.com)
Password for that account
Port (SFTP usually uses 22; some servers may use a different SSH port such as 7822)

Open FileZilla.
Go to File → Site Manager.
Click New Site, enter a name for your connection.
In Host, enter your domain name or server hostname.
For SFTP, enter 22 in the Port field; for FTPS or FTP, leave it blank.
In Protocol, choose:
SFTP – SSH File Transfer Protocol for SFTP
FTP – File Transfer Protocol with Require explicit FTP over TLS for FTPS
FTP – File Transfer Protocol with Only use plain FTP (insecure) if you must use plain FTP (not recommended)
In Logon Type, select Normal.
Enter your username and password.
For SFTP: cPanel username (no @domain.com)
For FTPS or FTP: cPanel username or an FTP user created in cPanel (ftpuser@domain.com)
Optional: On the Advanced tab, set a default remote directory, e.g., /home/username/public_html.
Click Connect.
Once connected, FileZilla displays:
Local site (your computer) on the left
Remote site (your hosting account) on the right
To upload files, drag them from Local site to Remote site or double-click the file.
To download files, drag them from Remote site to Local site or double-click the file.
You can also drag entire folders between panes to upload or download them.
All FTP activity is monitored and recorded in server log files. If you need FTP logs, open a support ticket. VPS or dedicated server users can check /var/log/messages directly.