"Fossies" - the Fresh Open Source Software Archive

Member "portfwd-0.29/cfg/ftp.cfg" (15 May 2001, 331 Bytes) of package /linux/privat/old/portfwd-0.29.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) INI source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 /*
    2   ftp.cfg
    3 
    4   $Id: ftp.cfg,v 1.1.1.1 2001/05/15 00:24:48 evertonm Exp $
    5 */
    6 
    7 tcp { 
    8     10000 
    9     ftp-passive-mode-on 127.0.0.1
   10     { => localhost:ftp } 
   11 }
   12 
   13 tcp { 
   14     11000 
   15     ftp-active-mode-on 127.0.0.1 
   16         { => localhost:ftp } 
   17 }
   18 
   19 tcp { 
   20     12000 
   21     ftp-active-mode-on 127.0.0.1
   22     ftp-passive-mode-on 127.0.0.1 
   23     { => localhost:ftp } 
   24 }