Client exception when script/command trigger applied

Report bugs or issues with Core FTP Server here
Post Reply
gwyden
Posts: 2
Joined: Wed May 14, 2014 12:11 pm

Client exception when script/command trigger applied

Post 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.
cp
Posts: 124
Joined: Sun Sep 11, 2011 5:18 am

Post by cp »

Could you provide a little more detail about the transfer, files being uploaded/downloaded, build being used, etc?
gwyden
Posts: 2
Joined: Wed May 14, 2014 12:11 pm

Post 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.
Post Reply