Searched +refs:ftpd +refs:config (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/ftpd/
H A Dftpd.unix8 if {[catch {package require ftpd}]} {
10 source [file join .. $here ftpd.tcl]
19 ::ftpd::config -authUsrCmd ::ftpd::unixAuth
20 ::ftpd::server
H A Dftpd.test7 # This ftpd runs on port 7777, uses /tmp as root dir and does not do
14 package require ftpd
33 # Use the standard unix fs, i.e. "::ftpd::fsFile::fs", but rewrite the incoming path
37 eval [linsert $args 0 ::ftpd::fsFile::fs $cmd $path]
40 ::ftpd::config -logCmd ftplog -authUsrCmd noauth -authFileCmd noauth -fsCmd fakefs
41 set ::ftpd::port 7777 ; # Listen on user port
43 ::ftpd::server
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/installation/
H A Dversion.tcl4 dist_exclude config
6 dist_exclude modules/ftpd/examples
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhelp.tcl17 ftpd { World's smallest FTP server?
19 Usage: ftpd ?options?
27 Log output is also saved in the file "ftpd.log".
38 -config file Read configurations from this file (default: none)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/ftpd/
H A Dftpd.tcl0 # ftpd.tcl --
12 # RCS: @(#) $Id: ftpd.tcl,v 1.30 2010/01/20 18:22:42 andreas_kupries Exp $
15 # Define the ftpd package version 1.2.5
18 namespace eval ::ftpd {
47 authUsrCmd {::ftpd::anonAuth} \
48 authFileCmd {::ftpd::fileAuth} \
49 logCmd {::ftpd::logStderr} \
50 fsCmd {::ftpd::fsFile::fs} \
108 namespace export config hasCallback logStderr
114 # ::ftpd
[all...]

Completed in 126 milliseconds