Searched refs:_begin_copy (Results 1 – 1 of 1) sorted by relevance
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/ |
H A D | sftp.py | 2130 async def _begin_copy(self, srcfs, dstfs, srcpaths, dstpath, copy_type, member in SFTPClient 2267 await self._begin_copy(self, LocalFile, remotepaths, localpath, 'get', 2368 await self._begin_copy(LocalFile, self, localpaths, remotepath, 'put', 2469 await self._begin_copy(self, self, srcpaths, dstpath, 'remote copy', 2489 await self._begin_copy(self, LocalFile, remotepaths, localpath, 'mget', 2509 await self._begin_copy(LocalFile, self, localpaths, remotepath, 'mput', 2529 await self._begin_copy(self, self, srcpaths, dstpath, 'remote mcopy',
|