使用Ant SCP上传包含特殊字符的文件

时间:2017-04-28 12:57:06

标签: ant scp

我想上传一个包含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>任务上传带有特殊字符的文件?

0 个答案:

没有答案