git: libfetch: Change FTP default to passive mode
    John Marino 
    marino at crater.dragonflybsd.org
       
    Fri Nov  2 12:08:58 PDT 2012
    
    
  
commit 1a343b52c8323fbdb6cc6c89e9b74e6fe2e8a95a
Author: John Marino <draco at marino.st>
Date:   Fri Nov 2 18:59:00 2012 +0100
    libfetch: Change FTP default to passive mode
    
    1. The caller can select active mode using "P" flag.
    2. If the "p" passive flag is also present, it takes precedence over "P"
       so the connection will be attempted in passive mode.
    
    Taken-from: FreeBSD SVN 225810 (27 SEP 2011)
    Taken-from: FreeBSD SVN 225812 (27 SEP 2011)
Summary of changes:
 lib/libfetch/fetch.3 |   27 +++++++++++++++++++--------
 lib/libfetch/ftp.c   |   13 +++++--------
 2 files changed, 24 insertions(+), 16 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1a343b52c8323fbdb6cc6c89e9b74e6fe2e8a95a
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list