users getting same probleme.
"Chris Crowe [ IIS MVP 1997 -> 2006 ]" wrote:
> You should be able to specify the path to the virtual directory as below.
>
> cscript adsutil.vbs SET MSFTPSVC/1/root/[VIRTUAL DIRECTORY]/AccessWrite
> "true"
>
> note: Change the 1 for the actual FTP Instance ID
>
> Chris
>
>
> --
>
>
> Cheers
>
> Chris Crowe [IIS MVP 1997 -> 2006]
>
http://blog.crowe.co.nz > ------------------------------------------------
>
> "Grokon" <Grokon@discussions.microsoft.com> wrote in message
> news:1CE78DD4-A4E0-4B69-98EB-C5911FF02608@microsoft.com...
> > Hello Mark B,
> > What about scripting it for Virtual Directory?
> > As i'm working a batch file that create user, directory(set acl) and
> > virtual
> > directory. But, the only issue that i still get is that i have to use the
> > GUI
> > to check "write". I'd like to change it trough command line.
> >
> > Thanks
> >
> >
> > "Mark B" wrote:
> >
> >> Solved using adsutil.vbs:
> >>
> >> It turns out there is a property for FTP read/write access that
> >> adsutil.vbs
> >> can write. The AccessRead/AccessWrite properties are not shown with
> >> "adsutil.vbs ENUM_ALL" if the site was created with iisftp.vbs. (They are
> >> if
> >> the site was created through the GUI - which is how I stumbled across
> >> it).
> >>
> >> The following will set the write access for the site:
> >> cscript /nologo adsutil.vbs SET MSFTPSVC/1/root/AccessWrite "true"
>
>