How does the SFTP client monitor a change (new file addition or removal) in remote directory of SFTP server. Some libraries(like crushftp) provides that feature. Can Rebex support this feature as well?
SFTP protocol has no built-in support for this task. The best way to solve it is periodically perform a Sftp.GetList operation and compare it with the state before.
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.