502
502
path = self._remote_path(relpath)
503
503
fout = self._sftp.file(path, 'ab')
505
507
except (IOError, paramiko.SSHException), e:
506
508
self._translate_io_exception(e, relpath, ': unable to append')
509
520
"""Do a fancy rename on the remote server.
511
522
Using the implementation provided by osutils.