1
我的Ant scp任務出現問題。 當我嘗試將文件發送到服務器,我得到了如下錯誤:Ant scp任務錯誤
com.jcraft.jsch.JSchException: 2: No such file
這是我的任務:
<scp verbose="yes"
todir="${deploy.user}@${app.deploy.server}:/home/software/public_html/${app.appName}"
password="${deploy.password}" sftp="true" trust="true" >
<fileset dir="${basedir}/jnlp/extensions/production" includes="*.jnlp"/>
</scp>
任何人有可能是什麼問題的想法?