Helo,
Because i want to run extra script after upload file thrue proftpd in my config 
i use this: 
VRootEngine     on
VRootOptions allowSymlinks
DefaultRoot                     ~
In the same configuration i use mysql to auth/homedir for my users;
SQLUserInfo users user_email user_password NULL NULL user_homedir NULL
ExecOnCommand        STOR,DELE,RNFR,RNTO /var/www/scriptsc/action %f %m
Unfortunetly, after vrootengine is turn on, it's impossible to list 
directories, uplaod files , red files, etc.
When i run proftpd in debug mode i notice, that after i run without vrootengine 
option i recieve this:
in dir_check_full(): path = '/', fullpath = '/var/www/posts/public/photos/143/'.
but after i turn on vroot option i recive this
in dir_check_full(): path = '/', fullpath = '/'.
So, full path is set propely only if vroot engine is off i think. I don't know 
why, any ideas ? It's impossible to list/copy,read anything, but after login, 
homedir is setup properly. So i'm in proper homedir from mysql after login, but 
after that it's impossible to do anything else
Regards,
Robert
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
ProFTPD Developers List
<proftpd-de...@proftpd.org>
https://lists.sourceforge.net/lists/listinfo/proftp-devel

Reply via email to