문제

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