1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Tracking FTP connections in IIS

Discussion in 'Other PC Software' started by mikenowo, 2004/08/30.

Thread Status:
Not open for further replies.
  1. 2004/08/30
    mikenowo

    mikenowo Inactive Thread Starter

    Joined:
    2002/01/23
    Messages:
    399
    Likes Received:
    0
    I have IIS running and have an FTP dir people can download from. Is there a way to monitor which IP is downloading a given file at a given time?

    I can do this on my 3rd party FTP server software but not sure if it's possible with IIS anonymous ftp?

    thx,
     
  2. 2004/09/01
    ReggieB

    ReggieB Inactive Alumni

    Joined:
    2004/05/12
    Messages:
    2,786
    Likes Received:
    2
    The standard log files gives you quite a lot of information of what users have done. The format is <time> <IP Address> <Action>. You can switch it on by:
    1. going into the IIS manager
    2. right clicking on the Default FTP Site
    3. selecting properties
    4. and putting a tick in the "Enable Logging" box.
    The log files by default go into the LogFiles folder in either WINDOWS\SYSTEM32 or WINNT\SYSTEM32.

    If your log files are big you can use a search text application like InfoRapid Search & Replace to target your searches across multiple log files.

    However, I would also add that I think the FTP side of IIS is not one of its strengths. If you have another FTP server package, why don't you use that? Especially if it already does what you want.
     

  3. to hide this advert.

  4. 2004/09/01
    mikenowo

    mikenowo Inactive Thread Starter

    Joined:
    2002/01/23
    Messages:
    399
    Likes Received:
    0
    Thanks for the info, that is what I ended up doing. There is also an option to view current online sessions (a button) which shows who is connected at any given time.

    I do have another FTP server but only run it when appropriate to avoid more resource drains. Since I have installed IIS for other purposes as well and it is always running, I use it now simply for anonymous ftps ad hoc and was just wondering how monitoring was done in it.
     
  5. 2004/09/01
    ReggieB

    ReggieB Inactive Alumni

    Joined:
    2004/05/12
    Messages:
    2,786
    Likes Received:
    2
    Well done!

    I'd also suggest you run the IIS Lock down tool, to help secure IIS.

    Note if you run it, FTP is a seperate service, even if you run it within IIS. IIS not running FTP, uses less resources than IIS running FTP.

    However, if you are happy with what you have, stick with IIS FTP. If it ain't broke, don't fix it.
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.