Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   itojun
Date:           Sun Jul 11 20:37:40 UTC 1999

Modified Files:
        basesrc/usr.bin/ftp: cmds.c cmdtab.c extern.h ftp.1 ftp.c ftp_var.h
            main.c

Log Message:
add epsv4 command, which enable/disable the use of EPSV/EPRT.

this is mainly for (hypothetical) ftp server which disconnect clients
that use EPSV/EPRT.  I've never seen any ftp server like this, but
epsv4 command may be of use when such an ftp server is found.


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 basesrc/usr.bin/ftp/cmds.c
cvs rdiff -r1.24 -r1.25 basesrc/usr.bin/ftp/cmdtab.c
cvs rdiff -r1.32 -r1.33 basesrc/usr.bin/ftp/extern.h
cvs rdiff -r1.44 -r1.45 basesrc/usr.bin/ftp/ftp.1
cvs rdiff -r1.53 -r1.54 basesrc/usr.bin/ftp/ftp.c
cvs rdiff -r1.34 -r1.35 basesrc/usr.bin/ftp/ftp_var.h
cvs rdiff -r1.46 -r1.47 basesrc/usr.bin/ftp/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index