Re: ListSFTP, FetchSFTP Commands

2018-04-09 Thread Pierre Villard
Hello Nick, Unless the FetchSFTP is configured with a completion strategy 'move' / 'delete', the processors do not need write access. ls / get / cd should be the only commands I think (and the commands to conenct to the server obviously). Pierre 2018-04-09 18:37 GMT+02:00 Nick Kendra

ListSFTP, FetchSFTP Commands

2018-04-09 Thread Nick Kendra
Hello, My organization is researching NiFi to retrieve files from customer networks via SFTP. Some of our customers need to know the exact SFTP commands that are issued. I looked through the code found 'ls' used for getListing() and 'get' used for getInputStream(). Do either of these processors