Comment 0 for bug 33378

Revision history for this message
In , Damien Miller (djm) wrote :

The sftp client should support recursive operations. For example, "get -R
somedir" should copy the directory tree rooted at somedir.

Probably achieve this by forking a copy of OpenBSD's fts routines
(libc/gen/fts.c) and teach them sftp.