144
145
return LateReadError(relpath)
146
147
raise NoSuchFile(relpath)
149
150
def put_file(self, relpath, f, mode=None):
150
151
"""See Transport.put_file()."""
151
152
_abspath = self._abspath(relpath)
152
153
self._check_parent(_abspath)
158
'undefined', bytes, 0, 1,
163
158
def mkdir(self, relpath, mode=None):
164
159
"""See Transport.mkdir()."""