Sorry, global means for the whole daemon. Anywhere its read its for everyone. On Thu, 2004-07-22 at 09:27, littleguru wrote: > thanks mike > 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> > > > > > >>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> > >> > >> > ></Gloabal> > > > > > >> > >> > >> > > > > > > > > > >