[求助]ftp文件如何让用户自由选择下载的路径? Post By:2016/1/19 16:41:00 [显示全部帖子]
如题,如使用下面的代码:
Dimftp1Asnewftpclient ftp1.host="196.128.143.28" ftp1.Account = "foxuser" ftp1.password = "138238110" If ftp1.Download("\photo\Desert.jpg","c:\data\Desert.jpg") = True Then Messagebox.show("下载完成!","提示",MessageBoxButtons.OK,MessageBoxIcon.Information) Else Messagebox.show("下载失败!","提示",MessageBoxButtons.OK,MessageBoxIcon.Information) End If