Question

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

Was it helpful?

Solution

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)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top