I'd like to use the IIS FTP server, but I need to be able to tell when a file upload completes for a specific user. I'd rather not rely on watching file changes directly within Windows because I don't think I'll be able to tell if the file upload truly completed or was aborted and might be completed at a later time.
Asked
Active
Viewed 1,927 times
1 Answers
3
You can use a custom logging provider to do this. I've implemented something very similar using
as as start.

snoopy-do
- 605
- 4
- 16