Re: New feature request
Darren Tucker <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 24, 2009 at 11:38:57AM -0700, William Estrada wrote:
> How do I request a new feature to be added to SFTP? I would like to
> implement a max file size for incoming files. I can do the coding if
> you like?
OpenSSH feature requests usually go through mindrot's bugzilla:
https://bugzilla.mindrot.org/
You could probably do this with the existing server by setting a
ulimit (eg using a wrapper script the sets ulimit -f $size then
execs sftp-server).
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.