https://bz.apache.org/bugzilla/show_bug.cgi?id=69485
Jaikiran Pai <jaiki...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Jaikiran Pai <jaiki...@apache.org> --- I don't have a FTP server to test this, so can you provide us a few more details? Specifically: <ftp server="domain" remotedir="/" action="get" userid="anonymous" password="pass" binary="yes" passive="yes" depends="yes"> <fileset dir="${basedir}"> <include name="latest_checked.properties"/> Are you saying that there is a file called "latest_checked.properties" and that file resides on the FTP server at the "/" (root directory) and then when you use the above snippet to download it, the file isn't downloaded at all? And then when you change the include to: <include name="*latest_checked.properties"/> the file was downloaded? Can you confirm that the exact name of the file was latest_checked.properties and was residing at "/" on the FTP server? -- You are receiving this mail because: You are the assignee for the bug.