0 votes
by (630 points)

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?

Applies to: Rebex SFTP

1 Answer

0 votes
by (58.9k points)

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.

...