File: NOTES.history

package info (click to toggle)
proftpd-mod-proxy 0.9.2-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,972 kB
  • sloc: perl: 43,469; ansic: 43,171; sh: 3,479; makefile: 247
file content (18 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

Why does proftpd have the netio readers for buffering up reads?  Seems
overengineered/too complex.

  Answer: See issues like this:

    http://www.greatcircle.com/firewalls/mhonarc/firewalls.199710/msg00056.html

Where does the formatting for using "USER name@host" for forward proxying
coming from?  Or using two USER/PASS commands for doing forward proxying
with proxy auth?

  Answer: From TIS' FWTK:

    http://www.fwtk.org/fwtk/docs/user_guide.pdf
    http://www.fwtk.org/fwtk/docs/manpages.pdf

  See the cited example FTP sessions for both types of logins.