all groups > iis ftp > february 2005 >
You're in the

iis ftp

group:

Direct access to FTP site files


Direct access to FTP site files Jim Matthews
2/24/2005 11:02:59 AM
iis ftp:
I run a secured FTP site - that is, you must have a logon and password to
access anything.

On other (anonymous) sites, I can access a particular file - e.g.,
ftp://ftp.site.com/dlfolder/picture.jpg

On my site, you can only "browse" the folder - that is, as in the example
above - ftp://ftp.site.com/dlfolder and then browse to get the file. If I
use the address above, I get "Page cannot be displayed".

Is there some setting which I am missing, or is this because it is a secured
site ?

Thanks in advance

JM

Re: Direct access to FTP site files Jim Matthews
2/25/2005 7:29:32 AM
I should mention that I am not even getting the prompt for authentication

Here is the log - containing a few attempts - even a successful one after
removing the file name

Thanks for your help

13:20:37 192.168.10.44 anonymous [85]USER anonymous 331 0 0 16
13:20:37 192.168.10.44 - [85]PASS IEUser@ 530 0 0 0
13:20:41 192.168.10.44 anonymous [86]USER anonymous 331 0 0 0
13:20:41 192.168.10.44 - [86]PASS IEUser@ 530 0 0 0
13:20:56 192.168.10.44 anonymous [87]USER anonymous 331 0 0 0
13:20:56 192.168.10.44 - [87]PASS IEUser@ 530 0 0 0
13:21:05 192.168.10.44 anonymous [88]USER anonymous 331 0 0 0
13:21:05 192.168.10.44 - [88]PASS IEUser@ 530 0 0 0
13:21:05 192.168.10.44 anonymous [89]USER anonymous 331 0 0 0
13:21:05 192.168.10.44 - [89]PASS IEUser@ 530 0 0 0
13:21:07 192.168.10.44 anonymous [90]USER anonymous 331 0 0 0
13:21:07 192.168.10.44 - [90]PASS IEUser@ 530 0 0 0
13:21:07 192.168.10.44 anonymous [91]USER anonymous 331 0 0 0
13:21:07 192.168.10.44 - [91]PASS IEUser@ 530 0 0 0
13:21:20 192.168.10.44 matthewsj [92]USER matthewsj 331 0 0 0
13:21:20 192.168.10.44 matthewsj [92]PASS - 230 0 0 16
13:21:20 192.168.10.44 matthewsj [93]USER matthewsj 331 0 0 0
13:21:20 192.168.10.44 matthewsj [93]PASS - 230 0 0 0
13:22:28 192.168.10.44 anonymous [94]USER anonymous 331 0 0 0
13:22:28 192.168.10.44 - [94]PASS IEUser@ 530 0 0 0
13:22:28 192.168.10.44 anonymous [95]USER anonymous 331 0 0 0
13:22:28 192.168.10.44 - [95]PASS IEUser@ 530 0 0 0
13:22:33 192.168.10.44 anonymous [96]USER anonymous 331 0 0 0
13:22:33 192.168.10.44 - [96]PASS IEUser@ 530 0 0 0
13:22:33 192.168.10.44 anonymous [97]USER anonymous 331 0 0 0
13:22:33 192.168.10.44 - [97]PASS IEUser@ 530 0 0 0
13:22:33 192.168.10.44 anonymous [98]USER anonymous 331 0 0 0
13:22:33 192.168.10.44 - [98]PASS IEUser@ 530 0 0 0
13:22:33 192.168.10.44 anonymous [99]USER anonymous 331 0 0 0
13:22:33 192.168.10.44 - [99]PASS IEUser@ 530 0 0 0
13:22:39 192.168.10.44 anonymous [100]USER anonymous 331 0 0 0
13:22:39 192.168.10.44 - [100]PASS IEUser@ 530 0 0 0
13:22:44 192.168.10.44 anonymous [101]USER anonymous 331 0 0 0
13:22:44 192.168.10.44 - [101]PASS IEUser@ 530 0 0 0
13:22:44 192.168.10.44 anonymous [102]USER anonymous 331 0 0 0
13:22:44 192.168.10.44 - [102]PASS IEUser@ 530 0 0 0
13:22:44 192.168.10.44 anonymous [103]USER anonymous 331 0 0 0
13:22:44 192.168.10.44 - [103]PASS IEUser@ 530 0 0 0
13:23:22 192.168.10.44 anonymous [104]USER anonymous 331 0 0 0
13:23:22 192.168.10.44 - [104]PASS IEUser@ 530 0 0 0
13:23:22 192.168.10.44 anonymous [105]USER anonymous 331 0 0 0
13:23:22 192.168.10.44 - [105]PASS IEUser@ 530 0 0 0
13:23:22 192.168.10.44 anonymous [106]USER anonymous 331 0 0 0
13:23:22 192.168.10.44 - [106]PASS IEUser@ 530 0 0 0
13:23:22 192.168.10.44 anonymous [107]USER anonymous 331 0 0 0
13:23:22 192.168.10.44 - [107]PASS IEUser@ 530 0 0 0
13:23:35 192.168.10.44 anonymous [108]USER anonymous 331 0 0 0
13:23:35 192.168.10.44 - [108]PASS IEUser@ 530 0 0 0
[quoted text, click to view]

Re: Direct access to FTP site files Bernard
2/25/2005 11:50:48 AM
If this is IIS ftp server, post the ftp log here.

--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



[quoted text, click to view]

Re: Direct access to FTP site files Bernard
2/26/2005 11:25:30 AM
By default IE will auto login as anonymous, if anonymous access wasn't
allowed, then IE will prompt you hence you see the USER anonymous and the
password is IEUser. Status code 530 meaning user is unable to login.

if you enable anonymous login, do you experience the problem ?

--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



[quoted text, click to view]

Re: Direct access to FTP site files Jim Matthews
2/27/2005 6:11:54 PM
No

That was sort of the question - does FTP react differently to "file" as
opposed" to "folder" access ?

Thanks for your help

JM

[quoted text, click to view]

Re: Direct access to FTP site files Bernard
2/28/2005 12:14:34 PM
It's different in a way. as file is file and folder may contain many files.
Anyway, I believe from client-server point of view, it's the same. E.g.
client send the request and server response accordingly. it's then up to the
client to 'manipulate' the result.

--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



[quoted text, click to view]

AddThis Social Bookmark Button