linux后台下载文件
Willem Zhang Lv6

以续传方式后台下载单个文件

1
wget -bc https://github.91chifun.workers.dev/https://github.com//python-poetry/poetry/releases/download/1.1.6/poetry-1.1.6-linux.tar.gz

查看下载进度

1
2
3
4
# 未测试
tail -f
# 或者
tail -f wget-log

参考:

http://blog.chinaunix.net/uid-20639775-id-154579.html

http://www.liyue.name/blog/?p=3288

  • Post title:linux后台下载文件
  • Post author:Willem Zhang
  • Create time:2021-04-23 08:11:24
  • Post link:https://ataraxia.top/2021/04/23/linux后台下载文件/
  • Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.
 Comments