Skip to content

Adding advanced option to share multiple folders

Antenore Gatta (tmow) requested to merge feat/1749-multi-drive into master

Description

Adding advanced option to share multiple folders

Redirect directory <path> as named share <name>. It can be specified multiple times using ; as separator

  • <name>,<fullpath>[;<name>,<fullpath>[;…]]
  • MyHome,/home/remminer
  • /home/remminer
  • MyHome,/home/remminer;SomePath,/path/to/somepath

Hotplug support is enabled with:

  • hotplug,*

It corresponds to "Drives that I plugin later" option in MSTSC.

If fixes #1749 (closed)

Related Issue

#1749 (closed)

Motivation and Context

Before this change it wasn't possible to select more than one folder

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
Edited by Antenore Gatta (tmow)

Merge request reports