Menu

#18 Share folder with whitespace

closed
nobody
None
5
2007-11-29
2007-08-20
Anonymous
No

Hi,
i have to blacklist some shared folders with share names including white spaces (eg. //servername/aaa bbb/

I've already tried
smb://servername/"aaa bbb"
smb://servername/aaa%20bbb
smb://servername/aaa\\\ bbb

with no success.
How can i solve this problem please?
Thank you in advance

Regards

Cristiano

bed@libero.it

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Hello,

    just check that and it works for me:
    e.g. \\192.168.0.2\test test2\

    Using:
    <param-name>blacklisturls</param-name>
    <param-value>smb://192.168.0.2/test test2/</param-value>

    Or with more items:
    <param-name>blacklisturls</param-name>
    <param-value>smb://192.168.0.2/test test2/,smb://192.168.0.2/test test3/</param-value>

    => the webdisk correctly blocks the URL. Maybe you check again for typos ?

    bye
    Thomas

     
  • Thomas Bley

    Thomas Bley - 2007-11-29

    Logged In: YES
    user_id=922402
    Originator: NO

    Got no more feedback, closing.

     
  • Thomas Bley

    Thomas Bley - 2007-11-29
    • status: open --> closed
     

Log in to post a comment.