diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2002-04-26 16:51:03 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2002-04-26 16:51:03 +0000 |
commit | ccb3a87203714318b08be59f5a29f6e916a987ce (patch) | |
tree | 2d3553f3dcfec396b578932ea083969c027d2516 /contrib/lukemftp/src/ftp.1 | |
parent | e25f7def37f0ffffe46ea434abca403a1fa6f30c (diff) | |
download | src-vendor/tnftp/1.5.FIXES.tar.gz src-vendor/tnftp/1.5.FIXES.zip |
Import the FreeBSD differences Luke patched in lukemftp:vendor/tnftp/1.5.FIXESvendor/NetBSD/lukemftp/1.5.FIXES
*) Large file ASCII support
*) -4/-6 options to force IPv4/IPv6 respectively
Also, fix for buffer overflow on PASV from malicious server.
Diffstat (limited to 'contrib/lukemftp/src/ftp.1')
-rw-r--r-- | contrib/lukemftp/src/ftp.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/contrib/lukemftp/src/ftp.1 b/contrib/lukemftp/src/ftp.1 index d4ca1b3fbba5..83bff622f4d1 100644 --- a/contrib/lukemftp/src/ftp.1 +++ b/contrib/lukemftp/src/ftp.1 @@ -77,7 +77,7 @@ Internet file transfer program .Sh SYNOPSIS .Nm "" -.Op Fl AadefginpRtvV +.Op Fl 46AadefginpRtvV .Bk -words .Op Fl o Ar output .Ek @@ -146,6 +146,14 @@ below for more information. Options may be specified at the command line, or to the command interpreter. .Bl -tag -width "port " +.It Fl 4 +Forces +.Nm +to only use IPv4 addresses. +.It Fl 6 +Forces +.Nm +to only use IPv6 addresses. .It Fl A Force active mode ftp. By default, |