【发布时间】:2017-03-29 04:24:35
【问题描述】:
我正在尝试将文件从服务器下载到客户端上的特定路径,当我运行以下 curl 命令时出现错误:
curl -u test:test "ftp://<serverip>/home/test/README.txt" -o ~/home/dccom/testserver/db/log/README.txt
The curl command error is as follows :
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (78) RETR response: 550
如果有合适的下载格式,请提出建议
【问题讨论】: