iis - Log FTP connection failures -


i have ftp server (iis) in cloud. deals files (text) having size in gb sometimes. customers complaining connection failures or download/upload failures. there way can log failed (negative) action performed ftp server?

i have tried iftplogprovider in .net not give me valid ftp status. example, if start upload & download client & disconnect network, still records status 226 successful transfer. either missing iftplogprovider or have misunderstood codes.

is there other way record ftp transactions allow me investigate issue being faced customers?

i made silly mistake. did not enable ftp extensibility in windows features within iis. once enabled, started working.


Comments