Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/2142
Hi @glisignoli when I tested FetchFTP and GetFTP, I didn't find the same
issue with PutFTP. But looked at the commons-net source code again, I found the
buffer size only affect with ASCII data transfer mode. I was testing with
binary mode.
Thanks for the feedback. I will add the option to Get/FetchFTP processor,
too. But leave ListFTP as it is, because it does not transfer data so it does
not use the buffer size option.
---