Client exception when script/command trigger applied
Posted: Wed May 14, 2014 12:18 pm
Current setup: sftp only
Batch file:
echo %1 %2 >> d:\derp.txt
EXIT /B 0
The batch file gets called but the client receives an error that is copied below. Doesn't matter which client we use be it WinSCP or linux sftp or filezilla they all get the same error.
Couldn't close file: Failure
I really need a trigger to work in this case for additional processing of the files uploaded without having to rely on a file system watcher.
Batch file:
echo %1 %2 >> d:\derp.txt
EXIT /B 0
The batch file gets called but the client receives an error that is copied below. Doesn't matter which client we use be it WinSCP or linux sftp or filezilla they all get the same error.
Couldn't close file: Failure
I really need a trigger to work in this case for additional processing of the files uploaded without having to rely on a file system watcher.