-
Bug
-
Resolution: Fixed
-
Major
-
None
-
CIFS 1.1.13
Windows XP SP3
When inputting a Share Name with spaces or slashes in the name, the share URL replaces spaces with %20 and / with %2F and the CIFS copy fails. URL looks like:
smb://domain;username@machine/Build%20Archive%2Fincoming%2F
Expected URL would be:
smb://domain;username@machine/Build Archive/incoming/
Our reasoning is that we would enter the parametrized share name once and then select it from the drop down menu when configuring a project which is much less error prone.
I guess our request could also be to have standard destinations for a given share that would be configured in the global settings at the same time as the share. The share and the standard destinations would then be selected from drop down menus.