Chinaunix首页 | 论坛 | 博客
  • 博客访问: 601563
  • 博文数量: 96
  • 博客积分: 1464
  • 博客等级: 上尉
  • 技术积分: 1539
  • 用 户 组: 普通用户
  • 注册时间: 2011-11-12 23:24
文章分类

全部博文(96)

文章存档

2013年(29)

2012年(53)

2011年(14)

分类: 系统运维

2012-03-03 17:01:27

ftp:上传下载

//ftp命令下载文件

  1. C:\Documents and Settings\Administrator>ftp ftp.
  2. Unknown host ftp..
  3. ftp> open 10.50.22.15
  4. Connected to 10.50.22.15.
  5. 421
  6. Connection closed by remote host.
  7. ftp> open 10.50.22.15
  8. Connected to 10.50.22.15.
  9. 220 Microsoft FTP Service
  10. User (10.50.22.15:(none)): anonymous
  11. 331 Anonymous access allowed, send identity (e-mail name) as password.
  12. Password:
  13. 230 Anonymous user logged in.
  14. ftp> bin
  15. 200 Type set to I.
  16. ftp> get vb使用winsock控件
  17. 200 PORT command successful.
  18. 550 vb使用winsock控件: The system cannot find the file specified.
  19. ftp> dir
  20. 200 PORT command successful.
  21. 150 Opening ASCII mode data connection for /bin/ls.
  22. 11-17-11 02:28PM 56832 VB使用Winsock控件.doc
  23. 226 Transfer complete.
  24. ftp: 收到 62 字节,用时 0.00Seconds 62000.00Kbytes/sec.
  25. ftp> ls
  26. 200 PORT command successful.
  27. 150 Opening ASCII mode data connection for file list.
  28. VB使用Winsock控件.doc
  29. 226 Transfer complete.
  30. ftp: 收到 23 字节,用时 0.00Seconds 23000.00Kbytes/sec.
  31. ftp> get VB使用Winsock控件.doc
  32. 200 PORT command successful.
  33. 150 Opening BINARY mode data connection for VB使用Winsock控件.doc(56832 bytes).
  34. 226 Transfer complete.
  35. ftp: 收到 56832 字节,用时 0.01Seconds 3788.80Kbytes/sec.
  36. ftp> bye
  37. 221
  38. C:\Documents and Settings\Administrator>

//自此连接、下载、退出成功

阅读(2175) | 评论(0) | 转发(0) |
0

上一篇:Ipconfig命令

下一篇:Netstat命令

给主人留下些什么吧!~~