72
75
The name is returned as it will be stored on disk. This raises an
73
76
error if there are invalid characters in the name.
77
85
def mkdir(self, relpath, mode=None):
78
86
return self._decorated.mkdir(self._squash_name(relpath), 0755)
81
89
return self._decorated.has(self._squash_name(relpath))
94
def put(self, relpath, f, mode=None):
84
98
class FakeVFATServer(DecoratorServer):
85
99
"""A server that suggests connections through FakeVFATTransportDecorator