Foxtable(狐表)用户栏目专家坐堂 → 关于已经打开文件


  共有2048人关注过本帖平板打印复制链接

主题:关于已经打开文件

帅哥哟,离线,有人找我吗?
有点甜
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:版主 帖子:85326 积分:427815 威望:0 精华:5 注册:2012/10/18 22:13:00
  发帖心情 Post By:2017/8/28 16:10:00 [只看该作者]

执行下面代码,弹出什么?

 

Dim strLujingjian As String
Dim strDes As String
Dim ftp1 As new ftpclient
ftp1.host="192.168.1.107"
ftp1.Account = "sara"
ftp1.Password = "123456"
ftp1.UTF8 = True
msgbox(Vars("nStrName"))
strLujingjian = "D:\Download2\" & Vars("nStrName")
strDes = "\"& Vars("nStrName")
If ftp1.Upload(strLujingjian,strDes) = True Then
    MyTimers("计划1").Enabled = False
End If


 回到顶部
总数 13 1 2 下一页