//Without specifying the user name and password. <A HREF="ftp://microsoft.com">
Microsoft's FTP Site
</A>//Specifying the user name and password. For this example, an anonymous connection will be made. <A HREF="ftp://anonymous:[email protected]">
Microsoft's FTP Site
</A>

解决方案 »

  1.   

    you can refer to 
    ms-help://MS.MSDNQTR.2003APR.1033/vcsample/html/_sample_mfc_FTPTREE.htmThe sample tells you how to use CFtpConnection class in MFC
      

  2.   

    http://www.codeproject.com/csharp/FTP.asp?target=ftp
      

  3.   

    codeproject网站上的控件我都试了,但是只是在自己机器上访问自己的FTP好使,但访问别人的机器就不好使了。在不输入密码和用户的时候,为什么就连接不上。