我正在使用ANT'SCP'命令,但它不保留SCP的權限。所以我想我會在unix機器上使用SCP作爲可執行文件,但我想知道如何在exec命令上設置密碼?任何想法如何工作?具有權限的Ant scp命令
<exec executable="scp" failonerror="true">
<arg value="-r"/>
<arg value="[email protected]:${checkoutDir}/Package/"/>
<arg value="/licregs.140"/>
</exec>