Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

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:
NAME=!?Folder name:?! & mkdir $NAME & mv !& $NAME

(not tested!)
manfro

Make folder from selection

It would be nice if WinSCP had a command (in context menu or File menu) to create a new folder with the specified name and move selected files/folders into it.