any request to samba-server like smb://comp/share/dir/share/path refer to smb://comp/share/path. See the sample to understand the problem 1) try to create 'test' and 'test/test' subdirs on smb://laska/bbs smbclient -N //laska/bbs -c 'mkdir test' smbclient -N //laska/bbs -c 'mkdir test\test' result: OK 2) try to create 'test/bbs' subdir on smb://laska/bbs smbclient -N //laska/bbs -c 'mkdir test\bbs' Anonymous login successful Domain=[NT] OS=[Unix] Server=[Samba 3.0.24] NT_STATUS_OBJECT_NAME_COLLISION making remote directory \test\bbs result: ERROR, no directory was created 3) create 'test/bbs' subdir on smb://laska/bbs via ssh 4) try to create 'test/bbs/test1' subdir on smb://laska/bbs smbclient -N //laska/bbs -c 'mkdir test\bbs\test1' result: ERROR, the smb://laska/bbs/test1 was created instead of smb://laska/bbs/test/bbs/test1
Created attachment 2450
Created attachment 2454 [details] override override spam attachement