Linux Tutorials on the topic “ftp”
-
Creating Encrypted FTP Backups With duplicity And duply On Debian Squeeze
Author: Falko Timme • Tags: security, backup, ftp, debian, storage • Comments: 3
Creating Encrypted FTP Backups With duplicity And duply On Debian Squeeze When you rent a dedicated server nowadays, almost all providers give you FTP backup space for your server on one of the provider's backup systems. This tutorial shows how you can use duplicity and duply to create encrypted (so that nobody with access to the backup server can read sensitive data in your backups) backups on the provider's remote backup server over FTP. duply is a duplicity wrapper script that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).
-
ProFTPd: Enabling/Disabling TLS Based On User Or Group
Author: Falko Timme • Tags: ftp, security • Comments: 5
ProFTPd: Enabling/Disabling TLS Based On User Or Group FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. While this is a good thing, not all FTP clients support TLS. This article explains how to enable or disable TLS in ProFTPd based on the FTP user or group.
-
Setting Up vsftpd + TLS On Debian Squeeze
Author: Falko Timme • Tags: debian, ftp, security • Comments: 0
Setting Up vsftpd + TLS On Debian Squeeze FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up vsftpd with TLS on a Debian Squeeze server.
-
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Debian Squeeze
Author: Falko Timme • Tags: ftp, debian • Comments: 2
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Debian Squeeze This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.
-
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian Squeeze
Author: Falko Timme • Tags: debian, ftp, security • Comments: 2
This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Debian Squeeze system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.
-
How To Integrate ClamAV Into PureFTPd For Virus Scanning On CentOS 6.2
Author: Falko Timme • Tags: centos, ftp, security • Comments: 0
This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a CentOS 6.2 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.
-
How To Configure PureFTPd To Accept TLS Sessions On CentOS 6.2
Author: Falko Timme • Tags: centos, ftp, security • Comments: 0
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to configure PureFTPd to accept TLS sessions on a CentOS 6.2 server.
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On CentOS 6.2
Author: Falko Timme • Tags: centos, ftp • Comments: 1
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On CentOS 6.2 This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database. This tutorial is based on CentOS 6.2.
-
Virtual Hosting With Proftpd And MySQL (Incl. Quota) For Arch Linux
Author: dretech • Tags: ftp • Comments: 1
Virtual Hosting With Proftpd And MySQL (Incl. Quota) For Arch Linux This document describes how to install a Proftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota with this setup. This tutorial is based on Arch Linux.
-
Setting Up ProFTPd + TLS On Ubuntu 11.10 (Oneiric Ocelot)
Author: Falko Timme • Tags: ftp, security, ubuntu • Comments: 1
Setting Up ProFTPd + TLS On Ubuntu 11.10 (Oneiric Ocelot) FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 11.10 server.