Re: <scp> task to print uploaded filenames

Stefan Bodewig <[email protected]> Fri, 21 Feb 2020 17:39:33 +0100
Newsgroups gmane.comp.jakarta.ant.user
Message-ID <[email protected]>
On 2020-02-20, Basin Ilya wrote:

> Hi. How do I make the scp task print the filenames? verbose="true" is
> too verbose.

For the task itself, there is no in-between.

> It also outputs the handshake details. I invoke it by passing a nested
> fileset

You can log the contents of the fileset by setting a property from it
via <pathconvert> and <echo> this property.

Stefan