Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: SFTP File Watcher Events

This does not look like WinSCP question.

Anyway, no SFTP does not have such mechanism.

Also .NET Framework, let alone FileSystemWatcher, does support SFTP. And even if it did, it won't serve your purpose anyway, for the previously mentioned reason.
Sai Bhasker Raju

SFTP File Watcher Events

Hi

Does SFTP offer any events which tell us when a file is Created/deleted/renamed/changed in remote location. or can we use the default file watcher class available in .NET