How to connect with FileZilla (or any FTP client)
You need an FTP account first β create one here if you have not.
In FileZilla
- Open File β Site Manager and press New site.
- Set Protocol to FTP β File Transfer Protocol.
- Set Encryption to Require explicit FTP over TLS.
- Host β the host from your Access screen. Port β
21. - Logon Type β Normal. Enter your FTP username and password.
- Press Connect. Accept the certificate the first time.
Choose FTPS, never SFTP
This is the mistake almost everyone makes. Your Pressy uses FTPS β explicit TLS on port 21. It does not accept SFTP, which is a different protocol on port 22.
An FTP client set to SFTP fails with a message that reads like a wrong username or password, so people re-check the credentials for twenty minutes. If you cannot connect, check the protocol first.
In other clients, choose the option naming both FTP and TLS β never the one naming SFTP or SSH.
Where your site's files are
public_html/β your website. Everything the browser can reach.public_html/wp-content/plugins/β one folder per plugin.public_html/wp-content/themes/β one folder per theme.public_html/wp-content/uploads/β your media library.public_html/wp-config.phpβ WordPress's settings, database details included.
Common fixes
Cannot connect at all β check the protocol is FTPS, not SFTP. Then check port 21 is not blocked by your own network; a mobile hotspot rules that in or out in a minute.
Connects, then hangs on the file list β switch from active to passive mode in your client's transfer settings.
"Permission denied" on upload β the account is probably restricted to a folder. Check Folder on the Access screen.
When to write to us
Write to us if the protocol is right, the password has been reset, and the connection is still refused. Include the exact error your client shows.
Didnβt solve it?
Write to us with your Pressyβs address and what you were doing when it went wrong. Answered by the people who built it.
Last updated