美文网首页
脚本上传文件至ftp报错:ftp: command not fo

脚本上传文件至ftp报错:ftp: command not fo

作者: 是我啊王同学 | 来源:发表于2019-11-19 21:00 被阅读0次

原因:本地没有安装ftp环境。

解决方案:brew安装ftp

brew install telnet 
brew install inetutils 
brew link --overwrite inetutils

如果未安装Homebrew,请先安装:

uby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

相关文章

网友评论

      本文标题:脚本上传文件至ftp报错:ftp: command not fo

      本文链接:https://www.haomeiwen.com/subject/mvwgictx.html