
Featured on BlogHer on 17 October 2012
FileZilla is an open source, cross-platform, secure FTP client. This tutorial walks you through the download, making a quick FTP connection, uploading files and saving the server settings.
FTP is stands for File Transfer Protocol, which is a way to move files between computers on a network. SFTP, or secure FTP, means the client uses SSH (secure shell) to transfer files. SFTP will encrypt both commands and data; this means that passwords and sensitive information is not sent over the network in the clear. You cannot use a standard FTP client to connect to an SFTP server. Filezilla is both an FTP and an SFTP client.
Why use FTP? With FTP, you can easily transfer lots of files from your computer to a web server. Plus, you can upload a zipped folder of images, for example, to a Linux server, then unzip (extract) the images on the server. This is faster than uploading them one-at-a-time.
FTP can also be used as a protocol for making files available to others. However, this tutorial focuses on FTP as a process for managing files on your web server.
Continue reading →