|
Home > Archive > IIS FTP Server > January 2006 > We have an ftp server with many FTP clients
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
We have an ftp server with many FTP clients
|
|
|
| By default it goes to our root ftp which contains a folder for each of our
clients. Clients can only get into the folder they have acces to but we
don't want them to be able to see any of the subfolders. How do we make it
so ftp goes right to their folder or so they can only see their folder.
Eg. ftp.widget.com login name acme password aglets - using that info it goes
right to the c:\ftproot\acme folder - not c:\ftproot\ with acme, a1, etc all
listed.
Thanks
| |
| Christian Paparelli 2006-01-17, 3:10 am |
| "Boe" <boe_d@notspam.hotmail.com> ha scritto nel messaggio
news:OjGQE8wGGHA.344@TK2MSFTNGP11.phx.gbl...
Hi
> By default it goes to our root ftp which contains a folder for each of our
> clients. Clients can only get into the folder they have acces to but we
> don't want them to be able to see any of the subfolders. How do we make
> it so ftp goes right to their folder or so they can only see their folder.
>
> Eg. ftp.widget.com login name acme password aglets - using that info it
> goes right to the c:\ftproot\acme folder - not c:\ftproot\ with acme, a1,
> etc all listed.
take a look here
http://www.microsoft.com/technet/pr...f4198819d4.mspx
--
Christian Paparelli
http://www.ithost.ch
| |
| Bernard Cheah [MVP] 2006-01-18, 7:51 am |
| If you are on IIS 5, try
How To Set Up an FTP Site So That Users Log Onto Their Folders
http://support.microsoft.com/?id=201771
With IIS 6, you can try the Ftp user isolation.
Take note with 5, you will be able to redirect user to their respective home
path, but you can't stop them from cd .. for going back to the ftp root
path. However, you can hide those folders name. using virtual directories -
which is by default hidden.
--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://msmvps.com/blogs/bernard/
"Boe" <boe_d@notspam.hotmail.com> wrote in message
news:OjGQE8wGGHA.344@TK2MSFTNGP11.phx.gbl...
> By default it goes to our root ftp which contains a folder for each of our
> clients. Clients can only get into the folder they have acces to but we
> don't want them to be able to see any of the subfolders. How do we make
> it so ftp goes right to their folder or so they can only see their folder.
>
> Eg. ftp.widget.com login name acme password aglets - using that info it
> goes right to the c:\ftproot\acme folder - not c:\ftproot\ with acme, a1,
> etc all listed.
>
> Thanks
>
| |
|
| Thank you.
"Christian Paparelli" <cpaparelli_nospam@ithost.ch> wrote in message
news:%23zed35zGGHA.3176@TK2MSFTNGP12.phx.gbl...
> "Boe" <boe_d@notspam.hotmail.com> ha scritto nel messaggio
> news:OjGQE8wGGHA.344@TK2MSFTNGP11.phx.gbl...
>
> Hi
>
>
> take a look here
> http://www.microsoft.com/technet/pr...f4198819d4.mspx
>
>
> --
> Christian Paparelli
> http://www.ithost.ch
| |
|
| Thanks
"Bernard Cheah [MVP]" <qbernard@hotmail.com.discuss> wrote in message
news:OQ5mHrBHGHA.528@TK2MSFTNGP12.phx.gbl...
> If you are on IIS 5, try
> How To Set Up an FTP Site So That Users Log Onto Their Folders
> http://support.microsoft.com/?id=201771
>
> With IIS 6, you can try the Ftp user isolation.
>
> Take note with 5, you will be able to redirect user to their respective
> home path, but you can't stop them from cd .. for going back to the ftp
> root path. However, you can hide those folders name. using virtual
> directories - which is by default hidden.
>
> --
> Regards,
> Bernard Cheah
> http://www.iis-resources.com/
> http://www.iiswebcastseries.com/
> http://msmvps.com/blogs/bernard/
>
>
> "Boe" <boe_d@notspam.hotmail.com> wrote in message
> news:OjGQE8wGGHA.344@TK2MSFTNGP11.phx.gbl...
>
>
| |
| Bill nguyen 2006-01-24, 2:49 am |
| Instead of ftp root, can I setup user folders under the FTP site's home
directory?
Thanks
Bill
"Christian Paparelli" <cpaparelli_nospam@ithost.ch> wrote in message
news:%23zed35zGGHA.3176@TK2MSFTNGP12.phx.gbl...
> "Boe" <boe_d@notspam.hotmail.com> ha scritto nel messaggio
> news:OjGQE8wGGHA.344@TK2MSFTNGP11.phx.gbl...
>
> Hi
>
>
> take a look here
> http://www.microsoft.com/technet/pr...f4198819d4.mspx
>
>
> --
> Christian Paparelli
> http://www.ithost.ch
| |
| Christian Paparelli 2006-01-24, 6:10 pm |
| "Bill nguyen" <billn_nospam_please@jaco.com> ha scritto nel messaggio
news:uW1j98KIGHA.984@tk2msftngp13.phx.gbl...
> Instead of ftp root, can I setup user folders under the FTP site's home
> directory?
Hi, if you use ftp user isolation the user is automaticaly redirected to the
user folder and this folder is the root folder for the user
--
Christian Paparelli
http://www.ithost.ch
|
|
|
|
|