all groups > iis ftp > may 2007 >
You're in the iis ftp group:
require password ftp under xp
iis ftp:
for iis/ftp running under xp pro how do configure ftp to require a password? can i set up 2 accounts where one would only allow read/download and another would allow write as well? bob
In the FTP virtual server check "write" access. In the FTP root folder, add or remove permissions to do tasks as appropriate by right-clicking on the root folder (or sub folders) and going to "permissions" part of the properties box. [quoted text, click to view] "bbxrider" <bxtrap01@job1data.com> wrote in message news:ueG6gRpkHHA.1624@TK2MSFTNGP02.phx.gbl... > for iis/ftp running under xp pro > how do configure ftp to require a password? > can i set up 2 accounts where one would only allow read/download > and another would allow write as well? > bob >
something not working i created a test folder under the default ftp root folder and disallowed anonymous access removed the xp default anonymous internet user account from the folder, it still has admin, system, and creator owner created a new user with a username and pswd that had read, write, and list folder only permissions i removed the inherited properties now when i try to access the folder via ftp protocol in ie, i get permission denied, there is no prompt for a username and password obviously i'm missing something on how to do this [quoted text, click to view] ".._.." <.._..@yourmom.mil> wrote in message news:4YF0i.34382$G23.26406@newsreading01.news.tds.net... > In the FTP virtual server check "write" access. > > In the FTP root folder, add or remove permissions to do tasks as > appropriate by right-clicking on the root folder (or sub folders) and > going to "permissions" part of the properties box. > > "bbxrider" <bxtrap01@job1data.com> wrote in message > news:ueG6gRpkHHA.1624@TK2MSFTNGP02.phx.gbl... >> for iis/ftp running under xp pro >> how do configure ftp to require a password? >> can i set up 2 accounts where one would only allow read/download >> and another would allow write as well? >> bob >> > >
In properties, disable "inherit permissions". Then add the permissions on there. Keep in mind, the log in event is going to authenticate you to the FTP service. From there, the normal message to deny or allow is going to be automatic, either the unprivledged user gets an 'access denied' or a privledged user is allowed in. You will _not_ get another login prompt to change users. [quoted text, click to view] "bbxrider" <bxtrap01@job1data.com> wrote in message news:emGi6s0kHHA.4596@TK2MSFTNGP05.phx.gbl... > something not working > i created a test folder under the default ftp root folder and > disallowed anonymous access > removed the xp default anonymous internet user account from the folder, it > still has admin, system, and creator owner > created a new user with a username and pswd that had read, write, and list > folder only permissions > i removed the inherited properties > now when i try to access the folder via ftp protocol in ie, i get > permission denied, there is no prompt for a username and password > obviously i'm missing something on how to do this > > ".._.." <.._..@yourmom.mil> wrote in message > news:4YF0i.34382$G23.26406@newsreading01.news.tds.net... >> In the FTP virtual server check "write" access. >> >> In the FTP root folder, add or remove permissions to do tasks as >> appropriate by right-clicking on the root folder (or sub folders) and >> going to "permissions" part of the properties box. >> >> "bbxrider" <bxtrap01@job1data.com> wrote in message >> news:ueG6gRpkHHA.1624@TK2MSFTNGP02.phx.gbl... >>> for iis/ftp running under xp pro >>> how do configure ftp to require a password? >>> can i set up 2 accounts where one would only allow read/download >>> and another would allow write as well? >>> bob >>> >> >> > >
i was trying to setup inetpub/ftproot/ftpTarget i never get a login prompt, only permission denied i had tried to change permissions in ftproot thinking that would affect ftpTarget but........................ what a mess i'm starting over, after changing ftproot permissions of the default user accounts, everyone and users, there are now multiple entries for both everyone and users and i can't seem to clear that up and get a fresh start in a clean start, should i just adjust permissions for the folder in question? thanks [quoted text, click to view] ".._.." <.._..@yourmom.mil> wrote in message news:7pZ0i.34425$G23.32299@newsreading01.news.tds.net... > In properties, disable "inherit permissions". > > Then add the permissions on there. Keep in mind, the log in event is > going to authenticate you to the FTP service. From there, the normal > message to deny or allow is going to be automatic, either the unprivledged > user gets an 'access denied' or a privledged user is allowed in. You will > _not_ get another login prompt to change users. > > "bbxrider" <bxtrap01@job1data.com> wrote in message > news:emGi6s0kHHA.4596@TK2MSFTNGP05.phx.gbl... >> something not working >> i created a test folder under the default ftp root folder and >> disallowed anonymous access >> removed the xp default anonymous internet user account from the folder, >> it still has admin, system, and creator owner >> created a new user with a username and pswd that had read, write, and >> list folder only permissions >> i removed the inherited properties >> now when i try to access the folder via ftp protocol in ie, i get >> permission denied, there is no prompt for a username and password >> obviously i'm missing something on how to do this >> >> ".._.." <.._..@yourmom.mil> wrote in message >> news:4YF0i.34382$G23.26406@newsreading01.news.tds.net... >>> In the FTP virtual server check "write" access. >>> >>> In the FTP root folder, add or remove permissions to do tasks as >>> appropriate by right-clicking on the root folder (or sub folders) and >>> going to "permissions" part of the properties box. >>> >>> "bbxrider" <bxtrap01@job1data.com> wrote in message >>> news:ueG6gRpkHHA.1624@TK2MSFTNGP02.phx.gbl... >>>> for iis/ftp running under xp pro >>>> how do configure ftp to require a password? >>>> can i set up 2 accounts where one would only allow read/download >>>> and another would allow write as well? >>>> bob >>>> >>> >>> >> >> > >
i have read a bunch of articles on configuring ftp for different users only being able to see certain or their folders and of couse being prompted for their username login to gain access, but am not getting it i have inetpub/ftproot i would like to have folders for ftpuser1 read only, ftpuser2 r+w. my first attempt is to create inetpub/ftproot/ftpuser1, create a user ftpuser1 with read only permissions and inetpub/ftproot/ftpuser2, create a user ftpuser2 with r+w permissions there, i will keep the default iss ftp root folder as inetpub/ftproot but my logic always seems to be at odds with the microsoft way of seeing things i [quoted text, click to view] ".._.." <.._..@yourmom.mil> wrote in message news:7pZ0i.34425$G23.32299@newsreading01.news.tds.net... > In properties, disable "inherit permissions". > > Then add the permissions on there. Keep in mind, the log in event is > going to authenticate you to the FTP service. From there, the normal > message to deny or allow is going to be automatic, either the unprivledged > user gets an 'access denied' or a privledged user is allowed in. You will > _not_ get another login prompt to change users. > > "bbxrider" <bxtrap01@job1data.com> wrote in message > news:emGi6s0kHHA.4596@TK2MSFTNGP05.phx.gbl... >> something not working >> i created a test folder under the default ftp root folder and >> disallowed anonymous access >> removed the xp default anonymous internet user account from the folder, >> it still has admin, system, and creator owner >> created a new user with a username and pswd that had read, write, and >> list folder only permissions >> i removed the inherited properties >> now when i try to access the folder via ftp protocol in ie, i get >> permission denied, there is no prompt for a username and password >> obviously i'm missing something on how to do this >> >> ".._.." <.._..@yourmom.mil> wrote in message >> news:4YF0i.34382$G23.26406@newsreading01.news.tds.net... >>> In the FTP virtual server check "write" access. >>> >>> In the FTP root folder, add or remove permissions to do tasks as >>> appropriate by right-clicking on the root folder (or sub folders) and >>> going to "permissions" part of the properties box. >>> >>> "bbxrider" <bxtrap01@job1data.com> wrote in message >>> news:ueG6gRpkHHA.1624@TK2MSFTNGP02.phx.gbl... >>>> for iis/ftp running under xp pro >>>> how do configure ftp to require a password? >>>> can i set up 2 accounts where one would only allow read/download >>>> and another would allow write as well? >>>> bob >>>> >>> >>> >> >> > >
Mmm. this should be pretty straight forward: a) setup your ftp sites with required directory b) uncheck anonymous access c) create ftpuser1 and ftpuser2 account d) grant r+w for user2 for ftp directory e) grant read only for user 1 f) go to command prompt, enter ftp.exe login and test it out. -- Regards, Bernard Cheah http://www.iis.net/ http://www.iis-resources.com/ http://msmvps.com/blogs/bernard/ [quoted text, click to view] "bbxrider" <bxtrap01@job1data.com> wrote in message news:ewFihfBlHHA.4772@TK2MSFTNGP05.phx.gbl... >i have read a bunch of articles on configuring ftp for different users only >being able to see certain or their folders > and of couse being prompted for their username login to gain access, but > am not getting it > i have inetpub/ftproot > i would like to have folders for ftpuser1 read only, > ftpuser2 r+w. > my first attempt is to create inetpub/ftproot/ftpuser1, create a user > ftpuser1 with read only permissions > and inetpub/ftproot/ftpuser2, create a user ftpuser2 with r+w permissions > there, > i will keep the default iss ftp root folder as inetpub/ftproot > but my logic always seems to be at odds with the microsoft way of seeing > things > > i > ".._.." <.._..@yourmom.mil> wrote in message > news:7pZ0i.34425$G23.32299@newsreading01.news.tds.net... >> In properties, disable "inherit permissions". >> >> Then add the permissions on there. Keep in mind, the log in event is >> going to authenticate you to the FTP service. From there, the normal >> message to deny or allow is going to be automatic, either the >> unprivledged user gets an 'access denied' or a privledged user is allowed >> in. You will _not_ get another login prompt to change users. >> >> "bbxrider" <bxtrap01@job1data.com> wrote in message >> news:emGi6s0kHHA.4596@TK2MSFTNGP05.phx.gbl... >>> something not working >>> i created a test folder under the default ftp root folder and >>> disallowed anonymous access >>> removed the xp default anonymous internet user account from the folder, >>> it still has admin, system, and creator owner >>> created a new user with a username and pswd that had read, write, and >>> list folder only permissions >>> i removed the inherited properties >>> now when i try to access the folder via ftp protocol in ie, i get >>> permission denied, there is no prompt for a username and password >>> obviously i'm missing something on how to do this >>> >>> ".._.." <.._..@yourmom.mil> wrote in message >>> news:4YF0i.34382$G23.26406@newsreading01.news.tds.net... >>>> In the FTP virtual server check "write" access. >>>> >>>> In the FTP root folder, add or remove permissions to do tasks as >>>> appropriate by right-clicking on the root folder (or sub folders) and >>>> going to "permissions" part of the properties box. >>>> >>>> "bbxrider" <bxtrap01@job1data.com> wrote in message >>>> news:ueG6gRpkHHA.1624@TK2MSFTNGP02.phx.gbl... >>>>> for iis/ftp running under xp pro >>>>> how do configure ftp to require a password? >>>>> can i set up 2 accounts where one would only allow read/download >>>>> and another would allow write as well? >>>>> bob >>>>> >>>> >>>> >>> >>> >> >> > >
Don't see what you're looking for? Try a search.
|
|
|