Gant、Groovy scp 和 Ant
我正在尝试将目录发送到远程服务器,但出现此错误。请帮助
需要 [文件|本地文件|远程文件] 之一或一个或多个嵌套文件集。
ant.scp(todir:"[email protected]:/home/user/db",keyfile:"test.pem") {
fileset(dir:"/home/test")
}
I'm trying to scp a directory to a remote server, but I'm getting this error. Please help
Exactly one of [file|localfile|remotefile] or one or more nested filesets is required.
ant.scp(todir:"[email protected]:/home/user/db",keyfile:"test.pem") {
fileset(dir:"/home/test")
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用哪个版本的 ant 和 groovy?
我使用 ant 1.8.2,groovy 1.8.6,jsch 0.1.46,ant-jsch 1.6.2,ant 这个脚本可以工作:
Which version of ant and groovy do you use?
I use ant 1.8.2, groovy 1.8.6, jsch 0.1.46,ant-jsch 1.6.2, ant this script do works: