1650.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 26 行
HTML
26 行
<html> <head> <title>You can do upload also.</title> </head> <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK=""> <center> <h1>You can do upload also.</h1> </center><HR><p>Posted by <a href="mailto:yfwu@iname.com">小吴</a> on January 08, 1998 at 16:44:38:<p>In Reply to: <a href="1647.html"><b>How to judge the end of ftp uploading?</b></a> posted by hao on January 07, 1998 at 19:32:39:<p>Intetnet Transfer Control 可以做非同步 FTP 上传动作呀! 请看下面的例子:<br>The Intetnet Transfer Control can do asynchronous ftp upload operation, please see the code as follows,<p>Sub Command1_Click ()<br> With Inet1<br> .URL = "ftp://yourhost.com.cn"<br> .UserName = "username"<br> .Password = "password"<br> .Execute , "put c:\autoexec.bat"<br> End With<br>End Sub<br><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 1650--><!--top: 1654--><li><a href="1654.html"><b>But I want the synchronous way!?</b></a> hao <i>19:11:12 1/08/98</i>(<!--responses: 1654-->0)<ul><!--insert: 1654--></ul><!--end: 1654--></ul><!--end: 1650--><br><HR><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?