diff --git a/appPublic/sshx.py b/appPublic/sshx.py index 854249d..03ee364 100644 --- a/appPublic/sshx.py +++ b/appPublic/sshx.py @@ -372,11 +372,11 @@ class SshConnector: self.refconn = refconn async def r2l(self, rf, lf): - x = await asyncssh.scp((self.conn, rf), + x = await asyncssh.scp((self.conn, rf), lf, - preserve=True, + preserve=True, recurse=True) - return x + return x async def l2r(self, lf, rf): x = await asyncssh.scp(lf, (self.comm, rf),