Am 08.02.2011 21:23, schrieb William A. Rowe Jr.:
Hi Carsten, you've certainly found dev@ worthy flaws :)
Hi William, I guess I should move my problem with mod_fcgid also to
dev@? But first some more infos about mod_ftp...
command.log:
| anonymous [::1] RETR /
| anonymous [::1] RETR /test/
With the console ftp I see a difference:
| ftp> literal RETR /
| 150 Opening ASCII mode data connection for /
| ftp> literal RETR /test/
| 550 /test/: Permission denied
Then I've found my next problem:
I can't download any cgi/pl/php file... e.g. Firefox shows me:
| 550 /phpinfo.php: Not a directory
This happens for all files I have defined a handler somewhere. Of
course, I've added this to my ftpd.conf:
| <Files "*">
| ForceType None
| SetHandler None
| </Files>
Still the same problem.
Now a question to the build process.
Should "Makefile-ftp.win" works with VS2008 (nmake build)? It's not
working for me. Now I have changed the file so it looks like the
Makefile from mod_fgcid. With this change I can build the module in the
shell with:
| nmake /f Makefile-ftp.win _buildr SHORT=R LONG=Release
| LogFormat "%{%b %e %H:%M:%S %Y}t ...
should be:
| LogFormat "%{%a %b %e %H:%M:%S %Y}t ...
The same you can found in "ftp_tls.xml" (and the online docu).
Regards,
Carsten