"H. Dieter Wilhelm" <[email protected]> writes: > Hi Michael
Hi Dieter, > Could I run such a lengthy copying process asynchronously with: > > (add-to-list 'tramp-connection-properties > (list (regexp-quote "/scp:user@host:") > "direct-async-process" t)) > > ? Direct async processes are not related to remote copying. They are used for processes created via start-file-process or make-process. Two years ago I've tried to use threads in Tramp, which could help. But this has been stalled since then, due to problems with threads in general. > Dieter Best regards, Michael.
