Foxtable(狐表)用户栏目专家坐堂 → ftp连接问题


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

主题:ftp连接问题

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


加好友 发短信
等级:幼狐 帖子:122 积分:1622 威望:0 精华:0 注册:2015/1/24 18:31:00
ftp连接问题  发帖心情 Post By:2018/1/11 13:55:00 [只看该作者]

我在主机上用iis搭建了ftp,客户端用了filezilla连接,能正常连接,但是读取目录列表时经常失败。 
然后我有一段代码
Dim pvw As WinForm.PictureViewer = e.Form.Controls("PictureViewer1")
    pvw.BindingField ="质量反馈单列表_table1.图片描述"
    Dim ftp As new ftpclient
ftp.Host=“192.168.x.x”
    ftp.Port= 21
ftp.Account = "ftpaccount"
ftp.Password = "ftppassword"
ftp.TimeOut=10000
If ftp.Connected=True Then
    pvw.FTPclient = ftp
pvw.CommandVisible=False
End If

发现有时运行代码时,foxtable会卡死,是我的网络有问题吗。
或者推介一下用什么来搭建ftp比较好

 回到顶部