FTPclient

如果FileManager用于远程文件管理,那么可以用此属性返回 或设置其对应的FTPClient

示例

用代码动态设置FileManager的FTPClient

Dim flm As WinForm.FileManager = e.Form.Controls("FileManager1")
Dim
ftp As New FTPClient
ftp
.host="192.168.128.143"
ftp
.Account = "yinsha"
ftp
.password = "128168909"
flm
.FTPclient = ftp


本页地址:http://www.foxtable.com/webhelp/topics/1898.htm