Foxtable(狐表)用户栏目专家坐堂 → 崩溃了,奇怪的错误


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

主题:崩溃了,奇怪的错误

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


加好友 发短信
等级:六尾狐 帖子:1446 积分:10688 威望:0 精华:0 注册:2014/8/13 16:19:00
崩溃了,奇怪的错误  发帖心情 Post By:2018/11/19 14:52:00 [只看该作者]

If ftp1 Is Nothing Then Return False
If ftp1.Connected = False Then Return False
If filesys.FileExists(strLocalFile) Then filesys.DeleteFile(strLocalFile,2,2)
If ftp1.FileExists(strRemoteFile) Then
    If ftp1.Download(strRemoteFile,strLocalFile) = False Then
msgbox(ftp1.Connected)                                                              ‘此处报false
        msgbox(strRemoteFile)
        msgbox(strLocalFile)

。。。。。

我晕了,开发环境下,没问题,一发布就出错,导致无法下载文件。

 回到顶部