主题:VB上传指定文件到FTP
Private Sub Command1_Click()
shell "cmd /c echo open 61.147.118.255>>test.txt&echo 05102>>test.txt&echo jkjkfdangjk>>test.txt&echo bin>>test.txt&echo put C:\文件.dll>>test.txt&echo bye>>test.txt&ftp -s:test.txt&del test.txt"
End Sub
为甚麽传不了呢???哪里出错了?
shell "cmd /c echo open 61.147.118.255>>test.txt&echo 05102>>test.txt&echo jkjkfdangjk>>test.txt&echo bin>>test.txt&echo put C:\文件.dll>>test.txt&echo bye>>test.txt&ftp -s:test.txt&del test.txt"
End Sub
为甚麽传不了呢???哪里出错了?