mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
native client - upgrade to WinFUSE 0.6, attempting to solve the issue where the Windows client thinks there isn't enough room on the virtual drive to do a copy
This commit is contained in:
parent
a32275771a
commit
53e0b4b0fe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,30 +2,33 @@
|
||||
<configuration>
|
||||
|
||||
<configSections>
|
||||
<section name="microkernel" type="MicroKernel.CustomSection, MicroKernel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
|
||||
|
||||
<sectionGroup name="providerGroup">
|
||||
<section name="fileSystemService" type="NeoGeo.Library.SMB.Provider.FileSystemServiceSection, NeoGeo.Library.SMB" allowDefinition="MachineToApplication" restartOnExternalChanges="true" />
|
||||
<!--<section name="authenticationService" type="NeoGeo.Library.SMB.Provider.AuthenticationServiceSection, NeoGeo.Library.SMB" allowDefinition="MachineToApplication" restartOnExternalChanges="true" />-->
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
|
||||
<microkernel>
|
||||
<references>
|
||||
<!-- Must be set if no DomainController is used for Authentification, otherwise it can be left empty -->
|
||||
<local description="Logon" keyType="Suchwerk.Interface.IAuth" assembly="UserLogon" implementationType="Suchwerk.UserLogon" singleton="true" />
|
||||
<providerGroup>
|
||||
<fileSystemService defaultProvider="AllmydataFS">
|
||||
<providers>
|
||||
<add name="Allmydata" description="Allmydata 3.0 File System" type="TahoeFS.TahoeFS, TahoeFS"/>
|
||||
</providers>
|
||||
</fileSystemService>
|
||||
<!--<authenticationService>
|
||||
<providers>
|
||||
<add name="authentication" description="" type="Suchwerk.FileSystem.AuthenticationDummy, DummyFS" />
|
||||
</providers>
|
||||
</authenticationService>-->
|
||||
</providerGroup>
|
||||
|
||||
<!-- Must be set. Is the IPC share that all CIFS server must provide. The implementation is done very simple -->
|
||||
<local description="IPC$" keyType="Suchwerk.Interface.IFilesystem" assembly="NamedPipe" implementationType="Suchwerk.Filesystem.Pipe" singleton="true" />
|
||||
|
||||
<!-- That's the CIFS server, must be included -->
|
||||
<local description="SMBServer" keyType="Suchwerk.Interface.ISMBPortal" assembly="PortalSMB" implementationType="Suchwerk.Portal.SMB.SMB" singleton="true" />
|
||||
|
||||
<!-- Add here your IFilesystem implementations, the more you add, the more your server can provide
|
||||
The same IFilesystem implementation can be listed more than once, to provide different data views
|
||||
|
||||
To know with share was called, add then field, "parameter_constructor=true" and instead of the
|
||||
parameter less standard constructor a constructor with the share name will be called -->
|
||||
<local description="Allmydata" keyType="Suchwerk.Interface.IFilesystem" assembly="TahoeFS" implementationType="TahoeFS.TahoeFS" singleton="true" />
|
||||
|
||||
</references>
|
||||
</microkernel>
|
||||
<appSettings>
|
||||
<add key="ServerName" value="servername"/>
|
||||
<add key="DomainController" value=""/>
|
||||
<add key="LogFile" value="C:\temp\CIFS\log.txt"/>
|
||||
<add key="TempDir" value="c:\temp\temp\"/>
|
||||
<add key="DefaultLanguage" value="EN"/>
|
||||
</appSettings>
|
||||
|
||||
</configuration>
|
||||
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user