You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Basin Ilya <ba...@gmail.com> on 2020/02/20 09:12:24 UTC

task to print uploaded filenames

Hi. How do I make the scp task print the filenames? verbose="true" is too verbose. It also outputs the handshake details. I invoke it by passing a nested fileset

		<scp trust="true" todir="${local.methodserver.login}:${deploy.methodserver.lib.path}">
			<fileset dir="${dir.files}/os/log4j/jar" />
		</scp>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: task to print uploaded filenames

Posted by Stefan Bodewig <bo...@apache.org>.
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

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org