| Author |
Message |
Jaime Stuardo
Guest
|
Posted:
Mon Jan 17, 2005 6:01 pm Post subject:
Security for FTP site (defining the home directory for a use |
|
|
Hi all..
First of all, I have Windows Server 2003 with AD.
I need some users to update its Web content by mean of a FTP site. I looked
at FTP site options and found the option to isolate users according to the
path defined in AD.
The question is: where in AD do I need to define the path? In Profile Tab I
see Home folder. I placed there the directory where the AD user can access
but it didn't work (when I log in using FTP, server disconnects me).
Can you point me to the right direction please?
Thanks
Jaime |
|
| Back to top |
|
 |
Steven L Umbach
Guest
|
Posted:
Mon Jan 17, 2005 7:24 pm Post subject:
Re: Security for FTP site (defining the home directory for a |
|
|
I have not tried it myself but the link below may help if you refer to the
last section and I pasted a pertinent paragraph. You may also want to post
in an IIS6 newsgroup. --- Steve
http://www.windowsnetworking.com/articles_tutorials/Creating-Configuring-FTP.html
Click Next and confirm the password and complete the wizard in the usual
way. You'll notice that you weren't prompted to specify a root directory for
the new FTP site. This is because when you use this approach each user's FTP
home directory is defined by two environment variables: %ftproot% which
defines the root directory and can be anywhere including a UNC path to a
network share on another machine such as \\test220\docs, and %ftpdir% which
can be set to %username% so that for example Bob Smith's FTP home directory
would be \\test220\docs\bsmith and this folder would have to be created
beforehand for him. You could set these environment variables using a logon
script and assign the script using Group Policy, but that's beyond the scope
of this present article
"Jaime Stuardo" <jstuardo@manquehue.net> wrote in message
news:OrovHxI$EHA.3120@TK2MSFTNGP12.phx.gbl...
| Quote: | Hi all..
First of all, I have Windows Server 2003 with AD.
I need some users to update its Web content by mean of a FTP site. I
looked at FTP site options and found the option to isolate users according
to the path defined in AD.
The question is: where in AD do I need to define the path? In Profile Tab
I see Home folder. I placed there the directory where the AD user can
access but it didn't work (when I log in using FTP, server disconnects
me).
Can you point me to the right direction please?
Thanks
Jaime
|
|
|
| Back to top |
|
 |
Bernard
Guest
|
Posted:
Wed Jan 26, 2005 3:42 pm Post subject:
Re: Security for FTP site (defining the home directory for a |
|
|
Try
http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/cl_as_isoftp.asp
--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/
"Jaime Stuardo" <jstuardo@manquehue.net> wrote in message
news:OrovHxI$EHA.3120@TK2MSFTNGP12.phx.gbl...
| Quote: | Hi all..
First of all, I have Windows Server 2003 with AD.
I need some users to update its Web content by mean of a FTP site. I
looked at FTP site options and found the option to isolate users according
to the path defined in AD.
The question is: where in AD do I need to define the path? In Profile Tab
I see Home folder. I placed there the directory where the AD user can
access but it didn't work (when I log in using FTP, server disconnects
me).
Can you point me to the right direction please?
Thanks
Jaime
|
|
|
| Back to top |
|
 |
|
|
|
|