| View previous topic :: View next topic |
| Author |
Message |
marios
Joined: 13 Sep 2005
Posts: 2
|
| Posted: Tue Mar 28, 2006 12:31 am Post subject: strange 530 Permission Denied. |
|
|
Everything seems to be in order, but I after I get authenticated I get disconected
Take a look about what the ftp program says:
[R] Connecting to marios-****.info -> IP=62.*.*.210 PORT=21
[R] Connected to marios-****.info
[R] 220 Inactivity timer = 120 seconds. Use 'site idle <secs>' to change.
[R] USER fakeuser
[R] 331 Password required.
[R] PASS (hidden)
[R] 530 Permission denied
[R] Connection failed
the conf file is like this :
Code: <User "fakeuser">
Password "test"
Mount / H:\apache2triad\ftproot
Allow / Read List
</User>
and the folder: H:\apache2triad\ftproot it acctualy exists (i made it)
Any ideas ? |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Tue Mar 28, 2006 7:26 am Post subject: |
|
|
| see the server log |
|
| Back to top |
|
marios
Joined: 13 Sep 2005
Posts: 2
|
| Posted: Tue Mar 28, 2006 11:02 am Post subject: |
|
|
First of All Vlad Alexa Mancini thank you for your kind project and all the effort :)
The log file of the ftp contains only this:
[28/3/2006 3:20:35 p] -------------------------------------------------------------------------------
[28/3/2006 3:20:35 p] SlimFTPd 3.17, by WhitSoft Development (www.whitsoftdev.com)
[28/3/2006 3:20:35 p] SlimFTPd is starting.
[28/3/2006 3:20:35 p] Executing "SlimFTPd.conf"...
[28/3/2006 3:20:36 p] Configuration script parsed successfully.
[28/3/2006 3:20:36 p] Waiting for incoming connections... |
|
| Back to top |
|
amorpeth
Joined: 18 Jul 2006
Posts: 1
|
| Posted: Tue Jul 18, 2006 7:28 pm Post subject: I got the same problem! |
|
|
Hey,
Ive got the exact same problem with the same error message as you have.
Ive done a bit of playing around with this issue. The problem seems to occur
1/ when you change your password in Apache2triad manager
2/ Create additional ftp users
Any of the above will cause all password access via ftp to stop working.
I have tested this on two machines with the same outcome.
To get around this the only soloution I could find was to reinstall Apache2traid and then dont change the password or add any ftp users.
This reduces functionality however so it would be great if somebody had a fix! :o |
|
| Back to top |
|
cigraphics
Joined: 21 Aug 2005
Posts: 147
Location: Romania, Pitesti
|
| Posted: Thu Jul 27, 2006 8:57 pm Post subject: |
|
|
look a little closer to your configuration
<User "fakeuser">
Password "test"
Mount /ftproot H:\apache2triad\ftproot\
Allow / All
</User>
you can mount more folders and give them other names like this
<User "fake">
Password "fake"
Mount /http C:\apache2triad\htdocs\site.com\html\
Mount /cgi-bin C:\apache2triad\htdocs\site.com\cgi-bin\
Allow / All
</User> |
|
| Back to top |
|
| |