FTP stands for File transfer protocol, it’s used to transfer files between server and client. Here we will see how to make a simple FTP server in python and we will do some basic example tasks like listing directories of…
Category: ftp
Connect Filezilla with Amazon EC2 Ubuntu Server
In this quick guide we will learn how to connect to your amazon aws ec2 ubuntu server using a FTP client like Filezilla. 1. first make sure filezilla is installed sudo apt-get install filezilla 2. open up filezilla and navigate…