【发布时间】:2017-08-09 13:16:03
【问题描述】:
我正在尝试使用 curl 上传文件,但它显示:
curl: (19) 给定文件不存在
此错误消息与源文件无关,它与目标文件相关。我知道这一点,因为当我使用 FileZilla 在服务器上创建一个空文件然后上传它时,它工作得非常好。
我正在使用的命令:
curl -I --http1.0 -T "cache.txt" "ftp://user:passwd@fastdownload.nitrado.net/unturned/hash.php"
【问题讨论】: