做了个ftp上传的东西,请问什么上传时windows会被防火墙拦截?怎么解决?源代码在下面

vc++源代码如下:#include"stdafx.h"#include<afxinet.h>#include<iostream.h>#include<afx.h>#in... vc++源代码如下:
#include "stdafx.h"
#include <afxinet.h>
#include<iostream.h>
#include<afx.h>
#include < io.h>
#include < sys\stat.h>
#include<string.h>
#include<windows.h>
#include<fcntl.h>
#include<stdio.h>
#include<fstream.h>
void FindPic(CString IpPath,CString pic);//定义一个文件查找函数
FILE *stream;
FILE* file;
CString zz("\\");
BOOL dRes,pRes;
HINTERNET hInternet;
HINTERNET hConnect;
//主函数
void main()
{
char root[100];//root为文件夹的路径
cout<<"请输入根目录路径:"<<endl;
gets(root);
cout<<endl;
CString IpPath=root;
char root1[100];//root为文件夹的路径
cout<<"请输入文件名:"<<endl;
gets(root1);
cout<<endl;
CString tempName=root1;
CString filepath =IpPath+zz+tempName;
CString ss("//"); //以下进行ftp上传

hInternet = InternetOpen("A3GS Sample", INTERNET_OPEN_TYPE_DIRECT, NULL, NULL, INTERNET_FLAG_NO_CACHE_WRITE);
hConnect = InternetConnect(hInternet, "174.139.121.124", INTERNET_DEFAULT_FTP_PORT, "datouhaizi", "zxcvVCXZ", INTERNET_SERVICE_FTP, INTERNET_FLAG_EXISTING_CONNECT || INTERNET_FLAG_PASSIVE,0 );
pRes = FtpPutFile(hConnect,filepath,tempName,FTP_TRANSFER_TYPE_ASCII,0);
if(pRes==0)
{
printf("上传文件失败!\n");
}
else
{
printf("上传文件成功!\n");
}
InternetCloseHandle(hConnect);
InternetCloseHandle(hInternet);
}
执行后:
展开
 我来答
帐号已注销
2013-08-21 · TA获得超过125个赞
知道小有建树答主
回答量:150
采纳率:100%
帮助的人:101万
展开全部
win7对默认需要连接互联网的程序都会用防火墙进行检验,这个你运行的时候选择允许访问就可以了,程序里面通过代码是没有办法解决该问题的
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式