QT 防止FTP 上传软件在断连处 Crash
2018-06-17 20:29:45来源:未知 阅读 ()
前段时间发现项目中的上传FTP软件有可能会在从服务器申请断连时Crash, 所以加了一个Timer。
由于项目代码行数过大, 此处上传部分代码片段。
timeoutTimer = new QTimer(); connect(timeoutTimer, SIGNAL(timeout()), this, SLOT(doTimeout())); timeoutTimer->setInterval(4000);
case QFtp::Closing: // The connection is closing down, but it is not yet closed. (The state will be Unconnected when the connection is closed.) pMain->debug( "Status(%d) = disconnecting from HOST", type ); timeoutTimer->start(); break;
case QFtp::Unconnected: // There is no connection to the host. pMain->debug( "Status(%d) = disconnected status", type ); if ( communicator->isPerforming() ) { communicator->abortRequest(); // abort performing command, maybe done(ERROR) should be called later } timeoutTimer->stop(); //stop timer break;
/** *@projectName BoeB9Project *@author Hasan **/ void FtpHelper::doTimeout() { pMain->debug("debug154545 timeout !!!!!!!"); pMain->sendProxyMessage("MesUPLOADTimeout", ProxyMessage::Notify); timeoutTimer->stop(); }
在此进程发出MesUPLOADTimeout 信息之后, 项目主进程会从代理Proxy中接受此信息并进行处理。
/** *@projectName BoeB9Project *@author Hasan **/ void BoeB9QtmCellInlineMain::restartUploader() { QProcess proc; QString c = "taskkill /im uploader.exe /f"; proc.execute(c); proc.close(); info("********info terminate uploader"); QProcess *proc1 = new QProcess(this); proc1->start("cmd.exe", QStringList() <<"/c" << "c:///ORBKwsmcu/bin/start_uploader.bat"); delete proc1; info("********info start uploader again"); }
主进程重启上传软件,从而跳过断连。
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- ftp客户端封装 2020-05-10
- 如何防止程序崩溃 2019-09-23
- C/C++、Qt4实现FTP客户端(有无界面版) 2019-09-17
- QT防止程序多次启动 2019-08-16
- FTP和TCP的文件传输效率对比测试分析 2018-11-20
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash