tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No support for direct copying of directories


From: Troy Hinckley
Subject: No support for direct copying of directories
Date: Thu, 22 Aug 2024 15:25:05 -0500

Copying files when both the source and destination are on the same remote host is fast because tramp does a direct copy in tramp-do-copy-or-rename-file-directly. However there is no such support when copying a directory. When copying directories on a remote host via dired it takes a very long time, A directory that takes 100ms to copy via remote shell takes tramp almost a full minute. It looks like there is only support for direct copying files, not directories. Why is that? It seems like an easy performance win, but I don’t know if there is more complexity to it.

-Troy Hinckley

reply via email to

[Prev in Thread] Current Thread [Next in Thread]