Difficulties executing script post transfer

Report client bugs
Post Reply
waynejo
Posts: 3
Joined: Thu May 23, 2013 7:03 pm

Difficulties executing script post transfer

Post by waynejo »

I have added the following to Advanced/Scripts/Cmds:
cmd.exe /c move "S:\SAH Business\MedAssets SFTP\%1" "s:\SAH Business\Medassets SFTP Archive"

When performing transfer, the command displays in the status window correctly, including the correct replacement for %1, but the files do not move. I have also tried qualifying the location of cmd.exe without success.
There are no messages, pass or fail, after the command line in the log.

Any help would be appreciated.
waynejo
Posts: 3
Joined: Thu May 23, 2013 7:03 pm

Post by waynejo »

I have also tried:
RNFR %1
RNTO Archive/%1

I get:
Permission denied...
Request denied by server
Post Reply