使用带有时间戳的FTP Ant任务上载文件

时间:2013-10-01 16:20:43

标签: ant ftp

我有以下代码正常工作。我已经完成了一些搜索,无法找到关于如何关联每个文件上传时间戳的任何内容。这将有所帮助,因为我可以了解上传过程中文件何时失败。

<ftp password="${password}" server="${server}" userid="${userid}"    passive="true" remotedir="${remoteDir}">
        <fileset dir="${localDir}">
            <include name="**/*"/>
        </fileset>

基本上,不是在日志中生成这个:

[ftp] File /DirectorytoUploadto/File.xml copied to server

我希望有以下几点:

[ftp] File /DirectorytoUploadto/File.xml copied to server at 2013-10-01 12:19:09

有谁知道如何做到这一点?

1 个答案:

答案 0 :(得分:1)

要获取每条已记录消息的时间戳,请使用Log4J Listener