本文介绍了如何调试/监控SMTP通讯?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
调试HTTP很简单,您可以使用各种工具(如Fiddler)。 SMTP怎么样?如何调试SMTP通信?
我的目标系统是Windows。 / p>
建议的工具:
- Ethereal
- tcpdump
- Microsoft网络监视器
解决方案
尝试Ethereal - 它是一个免费的网络协议分析器。
SMTP协议是所有ascii,所以一旦你看到了什么在TCP连接,你应该很好去。
需要一点点学习如何使用Ethereal。
Debug HTTP is easy, you have all sort of tools to do it (like Fiddler). What about SMTP?
How to Debug SMTP Communications?
My target system is Windows.
Suggested tools:
- Ethereal
- tcpdump
- Microsoft Network Monitor
解决方案
Try Ethereal - its a free network protocol analyzer.
The SMTP protocol is all ascii, so once you see whats inside the TCP connection, you should be good to go.
It will take a bit of work learning how to use Ethereal.
这篇关于如何调试/监控SMTP通讯?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!