Subscribe For Free Updates!

We'll not spam mate! We promise.

Showing posts with label FTP Server In Linux. Show all posts
Showing posts with label FTP Server In Linux. Show all posts

Wednesday, 29 January 2014

Configure Vsftpd with SSL


Hello Friend’s, In this session I am going to tell you how to configure vsftp with ssl,

Before going to start I want to tell you why we need SFTP, Ftp is a way to transfer file one computer to other computer over the network but in text format, However, Ftp sends all information and file unencrypted so its not secure and SFTP is the best alternate



Now go to client system and set ftp, in my case i am using Filezilla, Click on file and open site manager









Feel free to contact me regarding any queries, ideas and suggestions, I need your valuable ideas,

Thanks :)

Sunday, 26 January 2014

FTP Server in Linux



Hello Friend's, In this section I will be discussing the VSFTPD server and how to configure FTP Server with VsFtpd, FTP is File Transfer Protocol and use to send and receive files over the network,

Ftp use to port 20,21, The FTP protocol first opens up a single connection that is called the FTP control session. When we issue commands through this session, other ports are opened to carry the rest of the data related to that specific command. These connections can be done in two ways, either actively or passively.

To know more check this wiki






Feel free to contact me regarding any queries, ideas and suggestions, I need your valuable ideas,

Thanks :)