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
Basically, I have two servers, one with openssh-sftp-server the other one with sftp-server.
If I use the command rename from the sftp protocol. In sftp-server it triggers a 'MOVE_TO' event that can be detected with iwatchnotify. However, using a real sftp server with openssh-sftp-server it does not trigger those events.
I suppose the problem is that sftp-server is actually moving the file and not really renaming.
The text was updated successfully, but these errors were encountered:
You can see here https://stackoverflow.com/questions/54588550/sftp-move-file-does-not-trigger-event for a stackoverflow question on this issue.
Basically, I have two servers, one with openssh-sftp-server the other one with sftp-server.
If I use the command
rename
from the sftp protocol. In sftp-server it triggers a 'MOVE_TO' event that can be detected with iwatchnotify. However, using a real sftp server with openssh-sftp-server it does not trigger those events.I suppose the problem is that sftp-server is actually moving the file and not really renaming.
The text was updated successfully, but these errors were encountered: