hi
My requirement is to get the incremental files that are available on the sftp server every day. I am looking for a way to see all the file names in sftp server, so I can use a directory tool and compare it with the list of downloaded files, to get the list of new files to be downloaded. how do I make an API call for this?
Thanks in advance.