Is it possible to have ftp server on windows server 2008 which is available from web browser. So that I can list files and download them using web browser.

I set FTP site set anonymous authorization port 21 but when I type :

ftp://my_ip:21 nothig happens :/

Im doing it on my new VPS

link|improve this question

20% accept rate
Very similar question serverfault.com/questions/37367/… – RedGrittyBrick May 1 '11 at 17:01
OK, Now I can connect to the FTP on the localhost but when I try to connect from other IP there is: Oops! Google Chrome could not connect to 91.210.131.166 – potatoMan May 2 '11 at 5:14
If you're the person who manages this FTP, have a look at this: technet.microsoft.com/en-us/library/cc771012(v=ws.10).aspx – Vick Vega May 2 '11 at 17:06
feedback

1 Answer

Check to make sure NTFS permissions for the target directory are set correctly. When using anonymous login, the server will use the service identity. May sure that this identity is included in the permission set.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.