Has anyone successfully used the ftp task to retrieve files from a VAX server. The transfer target below is successful but zero files are transferred, though there are files which match. Attempts with several syntax variants have not helped. The send action works fine.
<target name="transfer">
<ftp action="get"
server="somevax.com"
remotedir="[SOMEDIR]"
userid="user"
password="password">
<fileset dir="c:/mydir">
<include name="test.txt;*"/>
</fileset>
</ftp>
</target>
Thanks for your help.
