Linux Tutorials on the topic “ftp”
-
Virtual Hosting With vsftpd And PostgreSQL
Author: norbi771 • Tags: ftp, freebsd • Comments: 1Virtual Hosting With vsftpd And PostgreSQL This document describes how to install a vsftpd server that uses virtual users from a PostgreSQL database instead of real system users. I couldn't find any tutorial like that on the internet, so when that configuration finally worked for me, I decided to publish it. The documentation is based on FreeBSD 6.2 which I was recently forced to use (I usually use Debian). Nevertheless the document should be suitable for almost any Linux distribution as well (may require very small amendments).
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Debian Etch
Author: Falko Timme • Tags: debian, ftp • Comments: 3Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Debian Etch 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.
-
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Debian Etch
Author: Falko Timme • Tags: debian, ftp • Comments: 4
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Debian Etch 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.
-
-
Proftpd Monitoring With phpftpwho
Author: firefly2442 • Tags: ftp, monitoring, php • Comments: 1Proftpd Monitoring With phpftpwho Proftpd is an excellent FTP server with many features. Wouldn't it be nice to see who is connected to your FTP server and what they are doing all in a convenient web-interface? phpftpwho allows you to see who is accessing your Proftpd FTP server all in a convenient web-interface. It is simple to install and only requires Proftpd, Apache, and PHP.
-
Virtual Hosting With Proftpd And MySQL (Incl. Quota)
Author: Falko Timme • Tags: ftp • Comments: 12
Virtual Hosting With Proftpd And MySQL (Incl. Quota) 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.
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management)
Author: Falko Timme • Tags: ftp • Comments: 16
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) 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.
-
Proftp Server Web interface or GUI Tools
Author: sachi • Tags: ftp • Comments: 0Proftp Server Web interface or GUI ToolsThe main purpose of these tools is easy to maintain proftp serverProFTP Administratora web-based tool written in PHP aimed at managing users and groups for a ftp-server called "proFTPd". Because of the ammount of work gone into this project it also doubles as a system- information tool providing information like free hard-drive space, memory- statistics and much more (Something like phpSysInfo - with the notable difference that my status code so far only supports Linux, FreeBSD and Windows NT). To get a feel for how all this works you can take a gander at the screenshots-page and figure out for yourself if this is the right tool for you.
-
Setting Up Proftpd With A Postgresql Backend For Auth And Logging
Author: EvanCarroll • Tags: ftp • Comments: 1Setting Up Proftpd With A Postgresql Backend For Auth And Logging This tutorial will get you up and running proftpd pretty fast, and having it utilize a database, if that database has triggers, the possibilities of this configuration are almost endless.