https://bz.apache.org/bugzilla/show_bug.cgi?id=63252

--- Comment #3 from Eugène Adell <[email protected]> ---
NOOP logically doesn't open a data connection so we can't use it for our
problem (I tested to confirm).

Listing a directory is not necessarily expensive although it's of course more
expensive than listing a single file. In fact ANT is slow for doing its own
listing because it's doing a loop and sends as many lists commands as it finds
directories & files, but an FTP list command in itself is not meant to be slow. 

The added list commands can be compared to the total number of list commands
performed, with my test it's like 2% overhead.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to