!& isn't retrieving remote files for Custom Command
Hello,
I've got the following custom command:
When I capture the command with Ctrl+Shift, the results are as expected, but when I view the temp folder that WinSCP should be placing the remote files into, they're not there.
If I manually edit each file, they get downloaded to the temp folder I'm expecting them to be in, then if I execute the custom command again, then Beyond Compare opens the files like it should have in the first place.
I have "Local command" and "Use remote files" selected in the custom command configuration.
Why aren't the remote files indicated by !& retrieved before executing the remote command?
Thanks
Bill
I've got the following custom command:
cmd.exe /c cd C:\Users\bfields\AppData\Local\Temp\!N!/ & start "" "C:\Program Files (x86)\Beyond Compare 4\BComp.exe" !& & timeout /t 6
When I capture the command with Ctrl+Shift, the results are as expected, but when I view the temp folder that WinSCP should be placing the remote files into, they're not there.
If I manually edit each file, they get downloaded to the temp folder I'm expecting them to be in, then if I execute the custom command again, then Beyond Compare opens the files like it should have in the first place.
I have "Local command" and "Use remote files" selected in the custom command configuration.
Why aren't the remote files indicated by !& retrieved before executing the remote command?
Thanks
Bill