我正在尝试使用 bitbuckets 管道将文件夹及其内容上传到我的服务器。当我运行此命令时:
ncftpput -avR -u "azure-ci" *server-ip* dist/cardsortsoftwares/* C:/cardsortsoftwares.net
无论我尝试何种命令变化,我都会遇到相同的错误。
*** Error: gl_getline(): not interactive, use stdio.
答案1
在我看来,我缺少 -p 标志。如果使用 -u 标志,则在非交互式环境中需要 -p。添加 -p 标志或删除 -u 标志解决了我的问题