CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/02/17 17:30:17
Modified files: usr.bin/ssh : PROTOCOL sftp-server.c Log message: sftp-server: implement lim...@openssh.com extension This is a simple extension that allows the server to clearly communicate transfer limits it is imposing so the client doesn't have to guess, or force the user to manually tune. This is particularly useful when an attempt to use too large of a value causes the server to abort the connection. Patch from Mike Frysinger; ok dtucker@