Re: Issue with external editor (.bat) for decrypting .gpg files – script receives wrong file
There's nothing like
The pattern to specify filename is
https://winscp.net/eng/docs/ui_editor_preferences#type
Also in general, for this type of task, custom command seems like the appropriate solution, not abusing external editor functionality (while it should work technically).
https://winscp.net/eng/docs/custom_command
%f
in WinSCP.
The pattern to specify filename is
!.!
:
https://winscp.net/eng/docs/ui_editor_preferences#type
Also in general, for this type of task, custom command seems like the appropriate solution, not abusing external editor functionality (while it should work technically).
https://winscp.net/eng/docs/custom_command