Re: Make folder from selection
Thanks for your suggestion.
We will see, if more people ask for this.
Though it is easy to create a custom command that does it:
https://winscp.net/eng/docs/custom_command
Something like:
(not tested!)
We will see, if more people ask for this.
Though it is easy to create a custom command that does it:
https://winscp.net/eng/docs/custom_command
Something like:
NAME="!?Folder name:?!" & mkdir "$NAME" & mv !& "$NAME"
(not tested!)