Michael Albinus <[EMAIL PROTECTED]> writes: > Lars Hansen <[EMAIL PROTECTED]> writes: > >> IIRC, in earlier versions of Tramp file copying did not go via a >> buffer. > > Copying via buffer is used for inline methods only. Out of band > methods are using copy programs like scp or rsync.
Looks like I should check the source before writing bullshit. tramp-do-copy-or-rename-file always uses tramp-do-copy-or-rename-via-buffer (except it can perform the operation on the remote host directly). The out of band copy commands are used for tramp-handle-file-local-copy and alike. Maybe there's a lack in implementation, Kai? Best regards, Michael. _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/tramp-devel
