wget -O   wordpress.zip http://www.linuxde.net/download.aspx?id=1080

下载文件在指定位置并进行重命名

-O file
       --output-document=file
           The documents will not be written to the appropriate files, but all will be concatenated
           together and written to file.  If - is used as file, documents will be printed to standard
           output, disabling link conversion.  (Use ./- to print to a file literally named -.)

wget -c  断点续传,连续下

-c        --continue            Continue getting a partially-downloaded file.  This is useful when you want to finish up a            download started by a previous instance of Wget, or by another program.  For instance:

wget -c ftp://sunsite.doc.ic.ac.uk/ls-lR.Z

wget限速下载 wget --limit-rate=300k http://www.linuxde.net/testfile.zip
wget --limit-rate=330k

使用wget后台下载 wget -b    http://www.linuxde.net/testfile.zip Continuing in background, pid 1840. Output will be written to `wget-log'.
-b 后台下载

[root@gitlab 40team]# wget --spider www.baidu.com
开启 Spider 模式。检查是否存在远程文件。
--2017-11-30 13:05:36--  http://www.baidu.com/
正在解析主机 www.baidu.com (www.baidu.com)... 111.13.100.92, 111.13.100.91
正在连接 www.baidu.com (www.baidu.com)|111.13.100.92|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:277 [text/html]
存在远程文件且该文件可能含有更深层的链接,
但不能进行递归操作 -- 无法获取。

最新文章

  1. ubuntu14.04LTS编译MUDOS v22.2b14
  2. 认真学习shell的第一天-数学运算
  3. http://bootswatch.com/
  4. 第七讲:HTML5中的canvas两个小球全然弹性碰撞
  5. 01-OC介绍
  6. NYOJ 904 search(stable_sort函数的应用)
  7. unity客户端基本框架(转载)
  8. [模板]Min_25筛
  9. 注解配置spring
  10. 分布式系统监视zabbix讲解二之邮件报警通知--技术流ken
  11. 简单的Tab切换组件
  12. Scala_数据类型
  13. java 使用grpc步骤
  14. Python mode_r
  15. chrome 调试 ios的 H5 页面
  16. 【目标检测大集合】R-FCN、SSD、YOLO2、faster-rcnn和labelImg实验笔记
  17. IOS效率提升工具
  18. JDK 中的监控与故障处理工具-01
  19. HTTP状态码 304
  20. 配置过滤器filter对跨站脚本攻击XSS实现拦截

热门文章

  1. Android之通知使用权
  2. (转)IntelliJ IDEA下的使用git
  3. zabbix_LAMP源码安装
  4. DNS域名解析服务
  5. WebService 之 工作原理
  6. Apache Spark(转)
  7. 从MVC和三层架构说到ssh整合开发-下
  8. bootstrap学习笔记 Bootstrap 列表组
  9. 网页中font-family的属性解析
  10. 中小型研发团队架构实践:分布式协调服务ZooKeeper