Hi,

I need to write a target that can download all xml files from a folder
on a web server.

I know I can use the get task to get a specific file, as well as using
VFS to do the same, but I haven't found any way to get an entire folder
of files.

I would really like something like this:

<get src="http://mydomain.com/myfolder"; dest="/tmp/xmlfiles"
include="**/*.xml"/>

However, even if I could find a task that would just list the files in a
web directory, I could then use ant-contrib and get to loop over them.

Anyone know of a way to do this?

- Jonathan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to