|
Home > Archive > IIS FTP Server > February 2004 > IIS 6 FTP issue
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]
|
|
|
| Hi there,
help any one please !!
W2K3 Std, patched, FTP configured
- created FTP virtual directory, pointed to D:\test1, security give 'test1'
full in folder
- using IE 6 to ftp://test1@192.168.1.5/test1, can not login !!!!
- Error Logging: event 100, event 13
- Can not access to home directory ? (can I avoid to do this ? it's
stupid if we have
users who just need to access FTP only, but we have to create home
directory for each ?)
- Security Log that account 'test1' successfully authenticated !!
Thanks,
J.H
| |
| Bernard 2004-02-12, 8:34 pm |
| You got 100 because, IE will first try to connect as anonymous first, then
for the event id 13, have you try -
Err Msg: 530 User <Username> Cannot Log In, Home Directory Inaccessible.
Login Failed.
http://support.microsoft.com/?id=221934
--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...
"J.H" <jpthsd@hotmail.com> wrote in message
news:#IqxkZe8DHA.2480@TK2MSFTNGP10.phx.gbl...
> Hi there,
> help any one please !!
>
> W2K3 Std, patched, FTP configured
>
> - created FTP virtual directory, pointed to D:\test1, security give
'test1'
> full in folder
> - using IE 6 to ftp://test1@192.168.1.5/test1, can not login !!!!
> - Error Logging: event 100, event 13
> - Can not access to home directory ? (can I avoid to do this ? it's
> stupid if we have
> users who just need to access FTP only, but we have to create home
> directory for each ?)
> - Security Log that account 'test1' successfully authenticated !!
>
>
> Thanks,
> J.H
>
>
| |
|
| Hi Bernard,
I configured new FTP site with no isolation, it turns out that FTP keep
looking home directory for the users when they tried to login.
What is next ?
J.H
"Bernard" <qbernard@hotmail.com.discuss> wrote in message
news:%236qz8eh8DHA.2760@TK2MSFTNGP09.phx.gbl...
> You got 100 because, IE will first try to connect as anonymous first, then
> for the event id 13, have you try -
> Err Msg: 530 User <Username> Cannot Log In, Home Directory Inaccessible.
> Login Failed.
> http://support.microsoft.com/?id=221934
>
> --
> Regards,
> Bernard Cheah
> http://support.microsoft.com/
> Please respond to newsgroups only ...
>
>
> "J.H" <jpthsd@hotmail.com> wrote in message
> news:#IqxkZe8DHA.2480@TK2MSFTNGP10.phx.gbl...
> 'test1'
>
>
| |
|
| Hi there,
Update,....my big mistake: do not ever create folder name like the username
because if you create a virtual folder = username, IIS 6 FTP will consider
that
folder is home directory for that username, no matter how you configure
security for
second use to access to that folder, in IE 6 , you can not traverse to the
folder by
ftp://test@ftp.mydomain.com/test1, if there is username 'test1' and virtual
directory
created called 'test1' !!! You can however use FTP client program to login
as 'test'
and change to '/tets1' folder by FTP client program. It might not be
practicle, since users
refer to use IE often!! so the best way, DO NOT EVER CREATE VIRTUAL FOLDER
NAME AS USERNAME !!
example:
username 'test', you want test to access to virtual folder like
vd1 : 'test1' - d:\test1
vd1 : 'test2' - d:\test2
vd1 : 'test3' - d:\test3
vd1 : 'test4' - d:\test4
user account 'test' is configured permission either 'read' or 'full' that is
ok due
to the testing purpose only !!
Using IE, you now can access by
ftp://test@ftp.mydomain.com/test1
ftp://test@ftp.mydomain.com/test2
ftp://test@ftp.mydomain.com/test3
ftp://test@ftp.mydomain.com/test4
IT'S THAT GREAT, IS NOT IT ?!!! Phew!!!!!!!! finally it is done for now guys
!!!
Chrees!!!
J.H
"Bernard" <qbernard@hotmail.com.discuss> wrote in message
news:%236qz8eh8DHA.2760@TK2MSFTNGP09.phx.gbl...
> You got 100 because, IE will first try to connect as anonymous first, then
> for the event id 13, have you try -
> Err Msg: 530 User <Username> Cannot Log In, Home Directory Inaccessible.
> Login Failed.
> http://support.microsoft.com/?id=221934
>
> --
> Regards,
> Bernard Cheah
> http://support.microsoft.com/
> Please respond to newsgroups only ...
>
>
> "J.H" <jpthsd@hotmail.com> wrote in message
> news:#IqxkZe8DHA.2480@TK2MSFTNGP10.phx.gbl...
> 'test1'
>
>
| |
|
| Additional info I found,
Since the d:\inetpub\ftproot for anonymous access, and the FTP site
configured to d:\inetpub\ftproot with do not isolate users, this folder
d:\inetpub\ftproot needs to have 'users' group permission as 'read' +
'read&execute' + 'list'.
If you do not configure 'users' group permissions in ftproot, it will
totally
screw up any virtual folder you configured no matter what. By that way,
IIS 6 FTP will consider all users in users group have home directory as
ftproot,
so the configuration as below can work PERFECTLY as previous IIS 5 version
Hope it helps you guys,
I will have good weekend then :-)
Chrees !!
Regards,
J.H
"Bernard" <qbernard@hotmail.com.discuss> wrote in message
news:%236qz8eh8DHA.2760@TK2MSFTNGP09.phx.gbl...
> You got 100 because, IE will first try to connect as anonymous first, then
> for the event id 13, have you try -
> Err Msg: 530 User <Username> Cannot Log In, Home Directory Inaccessible.
> Login Failed.
> http://support.microsoft.com/?id=221934
>
> --
> Regards,
> Bernard Cheah
> http://support.microsoft.com/
> Please respond to newsgroups only ...
>
>
> "J.H" <jpthsd@hotmail.com> wrote in message
> news:#IqxkZe8DHA.2480@TK2MSFTNGP10.phx.gbl...
> 'test1'
>
>
| |
| Bernard 2004-02-15, 1:34 am |
| This is actually per this article -
How To Set Up an FTP Site So That Users Log Onto Their Folders
http://support.microsoft.com/?id=201771
--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...
"J.H" <jpthsd@hotmail.com> wrote in message
news:ekVMdZp8DHA.2412@TK2MSFTNGP09.phx.gbl...
> Hi there,
>
> Update,....my big mistake: do not ever create folder name like the
username
> because if you create a virtual folder = username, IIS 6 FTP will consider
> that
> folder is home directory for that username, no matter how you configure
> security for
> second use to access to that folder, in IE 6 , you can not traverse to the
> folder by
> ftp://test@ftp.mydomain.com/test1, if there is username 'test1' and
virtual
> directory
> created called 'test1' !!! You can however use FTP client program to login
> as 'test'
> and change to '/tets1' folder by FTP client program. It might not be
> practicle, since users
> refer to use IE often!! so the best way, DO NOT EVER CREATE VIRTUAL FOLDER
> NAME AS USERNAME !!
>
> example:
> username 'test', you want test to access to virtual folder like
> vd1 : 'test1' - d:\test1
> vd1 : 'test2' - d:\test2
> vd1 : 'test3' - d:\test3
> vd1 : 'test4' - d:\test4
>
> user account 'test' is configured permission either 'read' or 'full' that
is
> ok due
> to the testing purpose only !!
>
> Using IE, you now can access by
> ftp://test@ftp.mydomain.com/test1
> ftp://test@ftp.mydomain.com/test2
> ftp://test@ftp.mydomain.com/test3
> ftp://test@ftp.mydomain.com/test4
>
> IT'S THAT GREAT, IS NOT IT ?!!! Phew!!!!!!!! finally it is done for now
guys
> !!!
>
> Chrees!!!
> J.H
> "Bernard" <qbernard@hotmail.com.discuss> wrote in message
> news:%236qz8eh8DHA.2760@TK2MSFTNGP09.phx.gbl...
then[color=blue]
>
>
| |
| Christopher Haun 2004-02-22, 4:34 am |
|
Perhaps part of the problem is in this:
ftp://test1@192.168.1.5/test1
Instead of trying to access the site like that, perhaps just make sure that
site has anonymous disabled, the virtual directories under the ftpsite need
to be named exactly the same as the users that will log into them, the
content folders need ntfs permissions for admin, system, and the user that
will be uploading/downloading to it, and then try to hit the site like
this:
ftp://192.168.1.5
Basic authentication should prompt you at that point for credentials. If
you type in Test1 as the username and its password, IIS will automatically
funnel you to the Test1 virtual directory.
Hope that helps,
Chris - IIS Team
[Standard disclaimer: These suggestions given without warranty, guarantee,
and/or the conveyance of any rights.]
|
|
|
|
|