wget ftp下载文件

2018-11-20  本文已影响0人  ____山顶
在shell脚本中通过wget在ftp中下载文件格式如下:

wget ftp_url/filename --ftp-user-username --ftp-password-password

本机运行出现如下错误:

wget: command not found

wget error

原因:本机未安装wget,正确安装后可以从ftp正确下载

上一篇 下一篇

猜你喜欢

热点阅读