zl程序教程

您现在的位置是:首页 >  其它

当前栏目

wget 常用用法

常用 用法 wget
2023-09-11 14:16:17 时间
  1. wget -P /path/to/dir --no-check-certificate https://www.openssl.org/source/openssl-1.1.1a.tar.gz            -P --directory-prefix=PREFIX
    以server端文件名保存文件于指定目录下
  2. wget -O - -q URL   可实现访问URL,如果无curl命令的话