Re: Prompting for remote file
You can create a custom command that will prompt for the path:
https://winscp.net/eng/docs/custom_command
See the
For more user friendly results (but also more difficult to implement), implement a WinSCP extension:
https://winscp.net/eng/docs/extension
https://winscp.net/eng/docs/custom_command
See the
!?prompt[\]?default!
pattern.
For more user friendly results (but also more difficult to implement), implement a WinSCP extension:
https://winscp.net/eng/docs/extension