摘要: '大文件传输不太适合 '添加intl控件 Private Sub Command1_Click() Inet1.Protocol = icFTP Inet1.RemoteHost = "60.***.***.***" '服务器地址 Inet1.RemotePort = 21 'FTP端口 Inet1.UserName = "username" '用户名 Inet1.Password = "u... 阅读全文
posted @ 2008-06-21 00:12 jetz 阅读(1005) 评论(0) 推荐(0)