Tagged Questions
0
votes
0answers
10 views
ProFTPd with mod_sql working but I also want an admin user for the whole file system
I have proftpd running with mod_sql. All my sql users and jailed in their home directories and have very little access, this is what I want. But I also need an admin user who can have read/write ...
0
votes
1answer
77 views
ProFTPd MySQL query %u resolves to proftpd, not username
I am trying to use ProFTPd's MySQL configuration to set up FTP login to my server. I have a SQLNamedQuery that is used to get the user info from the database (see Setting up ProFTPd with default home ...
0
votes
1answer
125 views
A virtual ftp-server for Windows like ProFTPD [closed]
Is there any solution for Windows which allows creating virtual ftp-server with the user's storage in a MySQL or a PostgreSQL database? Something like ProFTPD for Unix.
Thanks for any advice and ...
1
vote
1answer
156 views
Proftpd user-auth with mod_sql/mod_sql_passwd
I'm reading up how to interface ProFTPd with MySQL for an implementation I'm working on, I noticed it seems like all the example code or instructions I see have the user login field in MySQL set as ...
2
votes
1answer
1k views
ProFTPd, MySQL, virtual users and permissions
I want to control my ProFTPd authentication by a MySQL database. Users will be able to change the username and password of their FTP account(s) in a PHP web application. This provokes a following ...
1
vote
1answer
167 views
Best way to setup multi user environment for hosting Mono ASP.NET
I'am thinking now a few day's about whats the best way is to give many users access via FTP to my server to upload there ASP.NET apps and execute it safetly.
I think I will use ProFTPD with mod-mysql ...
1
vote
1answer
177 views
ProFTPd Multiple MySQL databases
I need ProFTPd to connect to few databases/tables and authorize users by data from them.
I have ftp login data in db/tables:
db1 / ftp
db2 / ftp
db2 / users
db2 / ftp_vip
db3 ...
1
vote
3answers
293 views
Make ProFTPD only auth against MySQL (no PAM)
I have successfully setup ProFTPD to use mod_sql for authentication. But I can still login with linux user's credentials, even though I've set AuthPAM off. How can I make ProFTPD to not use PAM?
0
votes
1answer
1k views
how to solve proftpd very slow connection?
i'm having big trouble with my proftpd installation: the login is slow as hell, it takes about 10 seconds and more and that's to much for the default settings of most ftp clients. i'm using mysql and ...