Inet1.URL = "***"
Inet1.Protocol = 2
Inet1.UserName = "***"
Inet1.Password = "***"
On Error GoTo error
Inet1.Execute , "PUT " & "c:\***.txt" & " 111.txt"
Do While Inet1.StillExecuting
DoEvents
Loop
error:
Label3.Caption = "提交成功"
问题就是如何上传到指定的FTP目录里面
十万火急,能解决的哥们就帮忙速度解决吧