I have an FTP of very large files scattered among smaller files.
I want to download the entire FTP contents, but limit the amount downloaded for each file to 10meg or so.
So all files less than 10 meg will be intact, but all files larger than 10 meg will only get the first 10 meg of data.
Is this at all possible? If not, is there a way to download all files smaller than 10meg?