Re: FTPS moving away over-sized files remotely without downloading them

2024-12-11 Thread Claus Ibsen
You can try use streamDownload and then don't read/log the message for those big files On Wed, Dec 11, 2024 at 10:21 AM Petr Kuzel wrote: > Thank you Claus, > > indeed, download=false I have overlooked. > > However thinking further it would require to configure > two routes/pollers with size fil

RE: FTPS moving away over-sized files remotely without downloading them

2024-12-11 Thread Petr Kuzel
Thank you Claus, indeed, download=false I have overlooked. However thinking further it would require to configure two routes/pollers with size filters: (1) for normal files with default &download= and (2) for over-sized with &download=false and &move=away. Unless &download= accepts an expres