Page 1 of 1

Client exception when script/command trigger applied

Posted: Wed May 14, 2014 12:18 pm
by gwyden
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.

Posted: Wed May 14, 2014 1:18 pm
by cp
Could you provide a little more detail about the transfer, files being uploaded/downloaded, build being used, etc?

Posted: Wed May 14, 2014 1:23 pm
by gwyden
file is a standard zip file of 34MB in size
the file is being uploaded to the server
as for build I am not 100% sure how to look that up, this server was originally built in June of 2010.