dim fl1 as string = dr("路径") & "\" & dr("文件名")dim fl2 as string = projectpath & dr("文件名")Dim ftp1 As new ftpclientftp1.host="196.128.143.28"ftp1.Account = "foxuser"ftp1.password = "138238110"ftp1.Download(fl1,fl2)
打开fl2