« Previous Next »

Answered Thread: extra FTP auditing

Last post 07-14-2009 3:20 AM by Leo Tang - MSFT. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 07-08-2009, 6:41 PM

    extra FTP auditing

    Hello,

    I am trying to setup an FTP server that keeps a copy of all files uploaded from the server to the client into a seperate log folder.
    For example, each time a user downloads a file, the logging script creates a new folder "%USERNAME% - %TIMESTAMP%" and copies all files in that particular transaction into that folder.

    Is this possible with any version of IIS? How would I go about it?

    Thanks,
    Ewan
  • 07-10-2009, 10:50 AM In reply to

    Re: extra FTP auditing

    ifeelsdizzy:
    Hello,

    Is this possible with any version of IIS?

    No.  Fortunately though IIS is a web server, FTP is a different process.  :)

    Unfortunately thouygh, this is not a feature of Microsoft's FTP 7.5, you would need a third party FTP server that allowed additional scripting.

    Jeff

    Look for Wrox's new book Professional IIS 7 in your local bookstore, or order now at Amazon.com
  • 07-14-2009, 3:20 AM In reply to

    Answered Re: extra FTP auditing

    Hi,

    With FTP7.5 on IIS7.0, you can create a customer FTP logging provider to fit your requirement.

    For more detailed information, please refer to :
    How to Use Managed Code to Create a Simple FTP Logging Provider
    http://learn.iis.net/page.aspx/602/how-to-use-managed-code-to-create-a-simple-ftp-logging-provider/

    Leo Tang
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Page 1 of 1 (3 items)
Microsoft Communities