/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Services/sccfs.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2014-06-12 06:46:08 UTC
  • Revision ID: csa@dside.dyndns.org-20140612064608-u765to8qftxr37ei
Ubuntu 14.04 on Lenovo X220

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 - General problem with the stuff published with SCCFS is that people enable
 
2
 access to a single subdirectory in the share. While it is works fine for
 
3
 Windows, the Linux seems to have problems in such configuration. You can
 
4
 mount top share, but will get no access to the subdirectory, because each
 
5
 level is checked for access. 
 
6
 - However, smbclient is working (at least on some systems)
 
7
    smbclient "//sccfs-oe-cs.scc.kit.edu/tvt/" -D "tft/Exchange TFT-Intern/Exchange Cavadini/01 Koop/IPE" -W kit -U gf6501
 
8
 to mirror directory structure, smbclient should be instructed
 
9
    tarmode
 
10
    recurse
 
11
    prompt
 
12
    mget "directory/"
 
13
 * recurse is switching recursive mode, i.e. if you call it 2 times, it will be 
 
14
 off again
 
15
 * the slash after directory is very important