copy: use server side copy if available

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2023-01-07 16:28:46 +01:00
parent 09dea57850
commit 93e5cb36df
7 changed files with 58 additions and 5 deletions

View File

@@ -174,7 +174,7 @@ func (c *scpCommand) handleCreateDir(fs vfs.Fs, dirPath string) error {
if err != nil {
return err
}
c.connection.Log(logger.LevelDebug, "created dir %#v", dirPath)
c.connection.Log(logger.LevelDebug, "created dir %q", dirPath)
return nil
}