سؤال

I would like to know can i some way tweak the FTP command behavior say for example for STOR command.when FTP server on IIS receives STOR command from any ftp client,i would like to run scripts having custom code(c# coding) redirecting where i want to store the file.

Regards, Vivek

هل كانت مفيدة؟

المحلول

IIS 7.0 and 7.5 have an extensibility layer. It does not appear to be able to change the behavior of commands (probably a good thing since they are defined by the appropriate standard) but there is a mechanism to return a user's home directory, which may be what you want.

A similar (not not identical) question may be useful: IIS FTP 7.5 Extensibility (IFtpLogProvider and logging FTP failures to the event log)

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top