Skip to content
Snippets Groups Projects
  • rswindell's avatar
    d36932a5
    Enhanced the User.downloaded_file() method to do "all the things" necessary · d36932a5
    rswindell authored
    after a file has been successfully (partially or fully) downloaded by a user:
    - arguments are [dir-code] [file path or name] [bytes] [count]
    Technically, all the argumnets are optional, but if only a bytes or file count
    is provided, the old behavior of the method is invoked (just increments
    statistics).
    
    This is intended for use by ecWeb's http-based file downloader thing. :-)
    d36932a5
    History
    Enhanced the User.downloaded_file() method to do "all the things" necessary
    rswindell authored
    after a file has been successfully (partially or fully) downloaded by a user:
    - arguments are [dir-code] [file path or name] [bytes] [count]
    Technically, all the argumnets are optional, but if only a bytes or file count
    is provided, the old behavior of the method is invoked (just increments
    statistics).
    
    This is intended for use by ecWeb's http-based file downloader thing. :-)