gpt4 book ai didi

grails - Gant,Groovy SCP和Ant

转载 作者:行者123 更新时间:2023-12-02 14:04:12 28 4
gpt4 key购买 nike

我正在尝试将目录压缩到远程服务器,但出现此错误。请帮忙

确实需要[file | localfile | remotefile]之一或一个或多个嵌套文件集。

ant.scp(todir:"user@mycompany.com:/home/user/db",keyfile:"test.pem") {
fileset(dir:"/home/test")
}

最佳答案

您使用哪个版本的ant和groovy?
我使用ant 1.8.2,groovy 1.8.6,jsch 0.1.46,ant-jsch 1.6.2,ant这个脚本可以工作:

ant = new AntBuilder()
ant.scp(todir:"user1@mycorp.com:~/temp",keyfile:"/tmp/user1.pem",verbose:true, trust:true, passphrase:""){
fileset(dir:"/user1/temp")
}

关于grails - Gant,Groovy SCP和Ant,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7135771/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com