0

I am trying to get bitvise SFTP server to run a batch file once a file is uploaded Should the command just be:

cmd/c D:\DataImport\data.bat

IMG:

Do I need to configure something in the working directory? How can I debug the command to see if there were errors in execution?

Ofer B
  • 103

1 Answers1

1

You are missing a space between cmd and /c.


(Also it looks like the execution is delayed)