Contents tagged with FTP

  • ASP.NET Code To Query FTP Logs Using Log Parser 2.2

    I have a project where a shopping cart is using file upload web controls to allow customers to upload image files. This is not working out so well because the image files can be huge. I think the session is timing out before the file uploads and the web application may be recycling because the ASP.NET worker process exceeds its maximum memory allowance with those huge image files. Well that is my theory. I've recommended using FTP to make the file uploads less taxing on the web application. If an image file is uploaded via FTP then I will need to get some information from the FTP logs. I was unable to find any sample code for parsing FTP log files using ASP.NET.