Friends I have a good ftp server working with authentication of users, but I want to put a folder with general information for everyone can read without having to log in, that is to be seen both registered users and guests too.
On 04/05/11 6:45 PM, Fidel Dominguez-Valero wrote:
Friends I have a good ftp server working with authentication of users, but I want to put a folder with general information for everyone can read without having to log in, that is to be seen both registered users and guests too.
all FTP users have to log in, by convention, user "anonymous" (alias "ftp") accepts any password, and is put in the ftp guest directory (/var/ftp by default on centos systems)
so, all you should have to do is enable anonymous ftp and put your files for the anon user in the ftp guest directory.
Need more information.
- Are you using vsftpd? Proftpd? - Are your users separate local user accounts that all have their own home directories? - Have you already looked at the anonymous FTP configuration for the FTP server software you are wanting to use? - Have you already looked at the welcome banner configuration if you are just wanting to give general server info on login?
On 4/5/2011 8:45 PM, Fidel Dominguez-Valero wrote:
Friends I have a good ftp server working with authentication of users, but I want to put a folder with general information for everyone can read without having to log in, that is to be seen both registered users and guests too.
On Wed, Apr 6, 2011 at 11:02 AM, Fidel Dominguez-Valero fdvalero@gmail.com wrote:
- Are you using vsftpd? Proftpd?
I'm using vsftpd
Just edit vsftpd.conf and restart ftp # Allow anonymous FTP? (Disabled by default) anonymous_enable=NO
By default it will be /var/ftp/pub
On Wed, 2011-04-06 at 14:58 +0800, Fajar Priyanto wrote:
On Wed, Apr 6, 2011 at 11:02 AM, Fidel Dominguez-Valero fdvalero@gmail.com wrote:
- Are you using vsftpd? Proftpd?
I'm using vsftpd
Just edit vsftpd.conf and restart ftp # Allow anonymous FTP? (Disabled by default) anonymous_enable=NO
By default it will be /var/ftp/pub
OK, I know that but I want to run the ftp in this way and with user authentification to. I read that is possible but I don't remember where
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 6.4.2011 22:03, Fidel Dominguez-Valero wrote:
On Wed, 2011-04-06 at 14:58 +0800, Fajar Priyanto wrote:
On Wed, Apr 6, 2011 at 11:02 AM, Fidel Dominguez-Valero fdvalero@gmail.com wrote:
- Are you using vsftpd? Proftpd?
I'm using vsftpd
Just edit vsftpd.conf and restart ftp # Allow anonymous FTP? (Disabled by default) anonymous_enable=NO
By default it will be /var/ftp/pub
OK, I know that but I want to run the ftp in this way and with user authentification to. I read that is possible but I don't remember where
This is ridiculous, kind of, but here I go:
You could try reading the manpage for vsftpd.conf ? There is also a online copy at http://vsftpd.beasts.org/vsftpd_conf.html
On Wed, 2011-04-06 at 22:17 +0200, Markus Falb wrote:
On 6.4.2011 22:03, Fidel Dominguez-Valero wrote:
On Wed, 2011-04-06 at 14:58 +0800, Fajar Priyanto wrote:
On Wed, Apr 6, 2011 at 11:02 AM, Fidel Dominguez-Valero fdvalero@gmail.com wrote:
- Are you using vsftpd? Proftpd?
I'm using vsftpd
Just edit vsftpd.conf and restart ftp # Allow anonymous FTP? (Disabled by default) anonymous_enable=NO
By default it will be /var/ftp/pub
OK, I know that but I want to run the ftp in this way and with user authentification to. I read that is possible but I don't remember where
This is ridiculous, kind of, but here I go:
You could try reading the manpage for vsftpd.conf ? There is also a online copy at http://vsftpd.beasts.org/vsftpd_conf.html
Ridiculous is you answer
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
This whole thread is completely unnecessary, it's all on the net. And it's not the first time that you ask things here that you could have easily researched yourself within a few minutes. Please stop abusing this list for your lazyness.
Kai
If you need to display a folder, you can just set it up as a web page.
On Apr 5, 2011 6:45 PM, "Fidel Dominguez-Valero" fdvalero@gmail.com wrote:
Friends I have a good ftp server working with authentication of users, but I want to put a folder with general information for everyone can read without having to log in, that is to be seen both registered users and guests too. -- Fidel Dominguez-Valero Linux User: 433411 Website: http://www.valerofix.ryanhost.net
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos