294
294
self._FTP_instance = None
295
295
return self.get(relpath, decode, retries+1)
297
def put(self, relpath, fp, mode=None, retries=0):
297
def put_file(self, relpath, fp, mode=None, retries=0):
298
298
"""Copy the file-like or string object into the location.
300
300
:param relpath: Location to put the contents, relative to base.