Connecting via FTP/SFTP
FTP (File Transfer Protocol) and SFTP (SSH File Transfer Protocol) allow file transfers between your computer and hosting.
Login Credentials
Find your login credentials in the user panel under your hosting section.
FileZilla (Windows, Mac, Linux)
- Download and install FileZilla
- Open FileZilla
- At the top, fill in:
- Host: sftp://your-domain.com
- Username: your SSH/FTP username
- Password: your password
- Port: your SSH port (from panel)
- Click Quickconnect
WinSCP (Windows)
- Download and install WinSCP
- The login window opens on startup
- Set:
- File protocol: SFTP
- Host name: your-domain.com
- Port number: your SSH port
- User name: your username
- Password: your password
- Click Login
General SFTP Settings
| Parameter | Value |
|---|---|
| Protocol | SFTP (preferred) or FTPS |
| Server | Your domain or server IP |
| Port | Your assigned SSH port (found in panel) |
| Username | SSH/FTP username |
| Security | Implicit encryption |
Tip: SFTP is more secure than regular FTP as all communication is encrypted.
Was this article helpful?
Your feedback helps us improve our documentation