Website publishing with FileZilla Print

  • 43

FileZilla is a free and open-source FTP and SFTP client for Windows, Mac OSX and Linux. While there are several other good (and not so good) FTP clients available, we like FileZilla because it is free, widely used and actively maintained.

Getting FileZilla

Download the FileZilla client from the FileZilla Project Website: http://filezilla-project.org/download.php (the actual download will occur from a SourceForge mirror site). Installation is straight forward, but here are the instructions if needed: http://wiki.filezilla-project.org/Client_Installation.

Using FileZilla

FileZilla uses a two-pane interface that displays your computers files and folders in one pane, and the web server in the other. Uploading one or more web pages is as simple as 1..2..3:

  1. Connect to the remote web server using either the FTPS or SFTP protocol. If using FTPS, select "explicit" FTP encryption.
  2. Navigate to the folder you wish to upload to. Your website is located in the public_html folder on the server.
  3. Select the files on your computer that you want to upload to the server, and then drag-and-drop them onto the server pane.

Tip: We recommend you use the Site Manager to store the connection settings for future reuse.

More information:

Notes on FTP and SFTP

FTP (File Transfer Protocol) is the usual way for uploading file to a remote server. It is not 100% secure because your password is send in plain text, and can (theoretically at least) be intercepted by an attacker. The ANNO web servers use the default FTP port and 21 (you can leave the port setting in FileZilla blank to use the default).

SFTP (SSH File Transfer Protocol) is a secure method of connecting to a remote server. All communication, including sending your password, is secure, and therefore we recommend this option. A few notes on using SFTP when connecting to an ANNO web server:

  • SFTP connections work on port 10648 (not the default port 22).
  • You need to specify the full path to your public_html folder in the form /home/username/public_html (substitute "username" with username for your hosting account).

 


Was this answer helpful?

« Back