You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks, we are experiencing an issue where data files being created or updated by SFTP client transfer appear to generate events resulting in fswatch being executed before the full file is written.
Our fswatch CLI usage can be seen at https://github.com/tagbase/tagbase-server/blob/main/services/fswatch/post.sh#L5
Note the --event Created --event MovedTo --event IsFile --event Updated flags.
Can someone suggest a method for invoking fswatch only when the file (transferred by SFTP) has been fully written?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi folks, we are experiencing an issue where data files being created or updated by SFTP client transfer appear to generate events resulting in fswatch being executed before the full file is written.
Our
fswatch
CLI usage can be seen at https://github.com/tagbase/tagbase-server/blob/main/services/fswatch/post.sh#L5Note the
--event Created --event MovedTo --event IsFile --event Updated
flags.Can someone suggest a method for invoking
fswatch
only when the file (transferred by SFTP) has been fully written?Thanks in advance.
The text was updated successfully, but these errors were encountered: