what does it mean global . because these line is inside of anonymous directive as below :
<anonymous> AllowStoreRestart on AllowOverwrite on <Limit REST STOR MKD APPE> AllowAll </Limit> <Limit RMD RNFR RNTO RETR DELE> DenyAll
</Limit>
</anonymous>
if I change it to global means every user can resume ? but in anonymous only anonymous user can resume ?
Mike Ramirez wrote:
Hi
I would add the <Global></Global> tags around that
On Thu, 2004-07-22 at 00:33, littleguru wrote:
Hello
is it enough to add following lines to my proftpd.conf to enable resume function when
I want to upload a large file .
# allow resume in uploading<Gloabal>
</Gloabal>AllowStoreRestart on AllowOverwrite on <Limit REST STOR MKD APPE> AllowAll </Limit> <Limit RMD RNFR RNTO RETR DELE> DenyAll
or I have to add some thing else . </Limit>