nworm nworm - 2012-02-20

How to limit the size of the downloaded file?

I do not need to download long files.

I use this:

<file action="write" path="${filesfolder}/${filename}" type="binary">
            <http method="get" url="${link}" />
          </file>