FTP7.5 - C# IFtpLogProvider 不正确的本地IP/远程IP
我遇到以下问题,该问题仅适用于 Server 2008 R2。 Microsoft FTP 7.5 有一个可扩展接口 IFtpLogProvider,我正在尝试实现该接口以在人们连接时执行一些自定义日志记录。
正如此处和此处,这是 2009 年 8 月 3 日发布之前的 FTP 7.5 版本中 IFtpLogProvider.Log() 方法中的问题。
所以我的问题是——Server 2008 R2 的最新版本是什么?我可以确认:
6.1.7600 Build 7600
有这个问题,而且我找不到升级到没有这个问题的FTP7.5版本的方法。不幸的是,Server 2008 的安装程序将无法工作:(。我完全陷入困境,除非我能找到 R2 更新来解决此问题,或者我能得到确认,没有此问题的较新版本的 R2 可用。
感谢您的任何意见!
I am running into the following issue, which applies to Server 2008 R2 only. Microsoft FTP 7.5 has an extensibility interface, IFtpLogProvider, that I am trying to implement to do some custom logging when people connect.
As has been reported here and here, this is a problem in the IFtpLogProvider.Log() method in versions of FTP 7.5 earlier than the release on August 3, 2009.
So my question is -- what is the latest release of Server 2008 R2? I can confirm that:
6.1.7600 Build 7600
Has this problem, and I cannot find a way to upgrade to a version of FTP7.5 that does not have this issue. The installers for Server 2008 will not work, unfortunately :(. I am totally stuck unless I can find either an R2 update to address this or I can get confirmation that a newer build of R2 without this issue is available.
Thanks for any input!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Microsoft 在官方 IIS 论坛中回答了这个问题 - 没有针对此问题的 QFE,并且 Server 2008 R2 用户在下一个 SP 之前运气不好。因此,如果您正在开发并想要使用此接口,如果您需要 RemoteIP 信息,请不要这样做。
MSFT 代表的回复:
http://forums.iis.net/p/ 1164391/1932595.aspx#1932595
This was answered by Microsoft in the official IIS forums -- there is no QFE for this, and Server 2008 R2 users are out of luck until the next SP. So if you are developing and wanting to use this interface, DO NOT DO IT if you need RemoteIP information.
Reply from MSFT representative here:
http://forums.iis.net/p/1164391/1932595.aspx#1932595