ftp上传和下载失败.无法连接到远程服务器. VB.NET 2010
问题描述:
我的代码
我的计算机网络"下载文件("ftp://www.someftp.com/Picture.jpg"、C:\Files\My Projects \ PIcture.jpg",用户", 通过")
My.Computer.Network.DownloadFile("ftp://www.someftp.com/Picture.jpg", "C:\Files\My Projects\PIcture.jpg", "user", "pass")
无法连接到远程服务器.
Unable to connect to the remote server.
答
我的代码
我的计算机网络"下载文件("ftp://www.someftp.com/Picture.jpg"、C:\Files\My Projects \ PIcture.jpg",用户", 通过")
My.Computer.Network.DownloadFile("ftp://www.someftp.com/Picture.jpg", "C:\Files\My Projects\PIcture.jpg", "user", "pass")
无法连接到远程服务器.
Unable to connect to the remote server.
您确定这是正确的ftp URL吗?您可以使用Web客户端连接到该ftp站点吗?
Are you sure that's the correct ftp URL? Can you connect to that ftp site with a web client?