ftp server problem solved

2003-08-14 Thread Lorenzo Prince
Hi. Just thought everyone might like to know I did get my FTP problem solved, and I didn't have to change my file permissions. Aparently the problem I was having was just with Vsftpd. I switched my server to Proftpd and everything works as I originally expected. Files can be owned by my nor

Re: ftp server problem

2003-08-14 Thread Ritesh Raj Sarraf
since you are logging in to the ftp server anonymously it might come under the others group. therefore you aren't allowed to list anything(might be i'm right). try allowing directories for normal use with the permission 755 which would allow anonymous logins to have entry in to the directory and l

Re: ftp server problem

2003-08-06 Thread Gerry Doris
On Tue, 5 Aug 2003, Lorenzo Prince wrote: > Hi. I am using vsftpd to run an ftp server. All the files in /var/ftp are owned by > my normal user account and group > ftp as is the /var/ftp directory itself. All files are permission 640 and all > directories including /var/ftp are > permision

ftp server problem

2003-08-05 Thread Lorenzo Prince
Hi. I am using vsftpd to run an ftp server. All the files in /var/ftp are owned by my normal user account and group ftp as is the /var/ftp directory itself. All files are permission 640 and all directories including /var/ftp are permision 750. However when I or anyone logs into the ftp serv

RE: FTP Server Problem ( PASV port theft )

2002-08-27 Thread Van Den Abeele Kristof
MAIL PROTECTED]] Sent: maandag 26 augustus 2002 19:27 To: [EMAIL PROTECTED] Subject: Re: FTP Server Problem ( PASV port theft ) On Sun, 2002-08-25 at 23:45, Van Den Abeele Kristof wrote: > > But when I try to get an 'ls' ( or other command ) , I recieve > following error : &g

Re: FTP Server Problem ( PASV port theft )

2002-08-26 Thread Gordon Messmer
On Sun, 2002-08-25 at 23:45, Van Den Abeele Kristof wrote: > > But when I try to get an 'ls' ( or other command ) , I recieve following error : > > 227 Entering Passive Mode (192,168,123,163,189,132) > 425 Possible PASV port theft, cannot open data connection. > > P.S. : the ftp is not running

Re: FTP Server Problem ( PASV port theft )

2002-08-26 Thread Mike Burger
You need to open up port 20 in your firewall configuration. On Mon, 26 Aug 2002, Van Den Abeele Kristof wrote: > Hello list , > > I'm trying to run an FTP server on redhat 7.3 > I enabled the wu-ftp service , created a simple user , ... > > Problem : > > when I try to acces the ftp server (

FTP Server Problem ( PASV port theft )

2002-08-25 Thread Van Den Abeele Kristof
Hello list , I'm trying to run an FTP server on redhat 7.3 I enabled the wu-ftp service , created a simple user , ... Problem : when I try to acces the ftp server ( from command line ) , I can logon & give password. So far no problem. But when I try to get an 'ls' ( or other command ) , I r