CInternetSession *pSession=new CInternetSession(AfxGetAppName(),1,PRE_CONFIG_INTERNET_ACCESS);
CFtpConnection *pConnection;
pConnection=NULL;
try
{
pConnection=pSession->GetFtpConnection(_T("127.0.0.1"),_T("administrator"),_T("hls1qaz"),21,false);
调试到GetFtpConnection函数时就异常了,弹出A connection with the server could not be established的提示
为什么会出现这样呢?望大牛指点指点!!!FTP,服务器