How to upload files using Cyberduck with FTPS and SFTP

Cyberduck (external link opens in a new window) is a popular commercial FTP/SFTP client for Windows and MacOS.

The screenshots in this guide are from the Windows version, but the Mac version is essentially identical.

  1. Setting up CyberDuck to connect to your account
    From CyberDuck's toolbar, click on the Open Connection button to enter the new connection details.
    If you want to connect using FTPS (FTP via explicit SSL/TLS) then go to Step 2.
    FTPS allows you to connect using the cPanel username and also using the additional FTP usernames you can setup in cPanel's FTP Accounts. This type of login is ideal for developers, or additional FTP users. Access can be limited to specific directory tree e.g. if you want to give a developer access only to a dev or staging subdomain directory tree.
    If you want to connect using SFTP (Secure-FTP achieved via the SSH system) then go to Step 3.
    SFTP will only allow you to connect using the cPanel username and password, and will give the access to the entire cPanel account - this is ideal for the account owner.
  2. Connection settings using FTPS, also known as FTP-SSL (Explicit AUTH TLS)
    Connection Type drop-down: FTP-SSL (Explicit AUTH TLS)
    Server: Enter your home server name here (it may differ from the example shown) - if this is entered wrongly, then you Cyberduck will have trouble connecting.
    Port: Leave default (21)
    Username & Password: Enter your cPanel username and password, or the FTP account username and password you created using the cPanel FTP Accounts page.
    Save Password (PC)/Add to Keychain (Mac): Tick this box if you want Cyberduck to remember your password for this connection.
    Path: You can enter the path you wish Cyberduck to open here. e.g. / or /public_html/
    Connect Mode: Passive (PASV)
    Encoding: Leave default (UTF-8)
    Click Connect to start the FTP session
  3. Connection settings using SFTP, also known as Secure-FTP or SSH-FTP
    Connection Type drop-down: SFTP (SSH File Transfer Protocol)
    Server: Enter your home server name here (it may differ from the example shown), or your domain name, or the server's IP address
    Port: 722
    Username & Password: Enter your cPanel username and password
    Save Password (PC)/Add to Keychain (Mac): Tick this box if you want Cyberduck to remember these settings
    Path: You can enter the path you wish Cyberduck to open here starting with the tilde character ~ which is a shortcut for your home directory. e.g. ~/ or ~/public_html/
    Click Connect to start the FTP session


How did we do?


Powered by HelpDocs (opens in a new tab)
© Krystal Hosting Ltd 2002–