welcome: please sign in
location: Diff for "Storage/Vsftpd"
Differences between revisions 3 and 4
Revision 3 as of 2014-03-10 11:09:46
Size: 738
Editor: cabrillo
Comment:
Revision 4 as of 2014-03-10 11:13:45
Size: 1003
Editor: cabrillo
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * There are several clients that supports this kind of connection, we will have as example of HOWTO by two of the most used  * There are several clients that supports this kind of connection (TLS), we will have as example of HOWTO by two of the most used
Line 13: Line 13:
 * The [[https://filezilla-project.org/download.php|Filezilla]]
Line 15: Line 17:
 * lftp client is available under common repositori distribution
   1.- For debian or Ubuntu
   {{{
   sudo apt-get install lftp
}}}
   1.- For Redhat
   {{{
   yum install lftp
}}}

The very Secure FTPd Service

  • Vsftpd is a GPL licensed FTP server for UNIX systems, including Linux. It is secure and extremely fast. It is stable. Don't take my word for it, though. Below, we will see evidence supporting all three assertions. We will also see a list of a few important sites which are happily using vsftpd. This demonstrates vsftpd is a mature and trusted solution.

  • Accesing to IFCA storage using the Ftp servers will be only allowed under TLS connection.

Clients

  • There are several clients that supports this kind of connection (TLS), we will have as example of HOWTO by two of the most used

Filezilla Client

Lftp

  • lftp client is available under common repositori distribution
    • 1.- For debian or Ubuntu
         sudo apt-get install lftp
      1.- For Redhat
         yum install lftp

eciencia: Storage/Vsftpd (last edited 2014-03-10 12:07:12 by cabrillo)