我想上传一个包含Apache Ant <scp>
任务的目录。此目录包含具有特殊字符[ÄÖÜäöü]
的文件。
<scp todir="user:password@server:/path"
failonerror="false"
verbose="yes"
sftp="true"
trust="true">
<fileset dir="out/"/>
</scp>
上传失败,并显示:
[scp] Caught exception: Error sending directory 'out'
(如何)使用Apache Ant <scp>
任务上传带有特殊字符的文件?