`
liu_shui8
  • 浏览: 66447 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

飞鸽 绑定(TCP)错误

阅读更多
作者:fbysss
msn:jameslastchina@hotmail.com 
blog:blog.csdn.net/fbysss
声明:本文由fbysss原创,转载请注明出处
关键字:飞鸽 netstat
现象:
英文版:bind(tcp) error. Can"t support file attach error = 0
中文版:绑定tcp错误,不能传输文件 错误=0
可以接收文件,发送消息正常,但发送文件不能进行。
解决:
上网查到飞鸽使用2425端口,可能该端口被占用。
netstat -ano,从列表中找到一行
Proto  Local Address          Foreign Address                         State           PID
TCP    222.28.38.145:2425     218.107.55.228:80      ESTABLISHED     4708
其中4708为本机对应进程的PID.
tasklist /fi "PID eq 4708"
图像名                       PID 会话名           会话#       内存使用
========================= ====== ================ ======== ============
IEXPLORE.EXE                4708 Console                 0     56,040 K
说明是某个浏览器窗口占用了这个端口。
于是,关闭所有的IE窗口,再启动飞鸽,一切正常了。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics