> Creating and connecting to an AWS EC2 instace
FileZilla is a free, open-source FTP (File Transfer Protocol) client that allows users to transfer files between their local computers and remote servers. It provides a user-friendly interface and supports various operating systems, including Windows, macOS, and Linux.
FileZilla offers both an FTP client and an FTP server, enabling users to upload, download, and manage files on remote servers. It supports secure file transfers using protocols such as FTPS.
The software allows users to establish connections with remote servers by entering the server's address, port, and login credentials. Once connected, users can navigate the local and remote file systems, drag and drop files between them, and perform operations like uploading, downloading, renaming, deleting, and creating directories.
Go to the official site of Filezilla and download the Filezilla client that matches with you operating System. Installation steps may vary depending on system you are using, however it's very straightforward in any case.
After installation completes, you will see a UI very similar to this one:
When using an EC2 instance, one of the most recomended authentication methods is by using a pem key. Therevy, we're gonna use this key when setting our FTP connection. In order to do so, follow below steps
At this point you can download, upload, delete and edit any file or folder on your remote machine by just right clicking and a file and selecting the operation we want.
However, one important setup is selecting a different editor for the remote files just like if we were editing files from our local computer. In order to achieve this, go to Filezilla -> Settings -> File editing and browse for the application you want to use as default editor. After this when you right click a file in EC2, and selecting View/Edit, the file will opened in editor we choose earlier (like VS Code for example) and every time you save the file in your computer, the changes will be synced on the remote machine.