Searched +refs:ftpd +refs:server (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/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 Dftpd8 if {[catch {package require ftpd}]} {
10 source [file join .. $here ftpd.tcl]
19 ::ftpd::server
H A Dftpd.test7 # This ftpd runs on port 7777, uses /tmp as root dir and does not do
8 # any authentication at all. IOW, do not run this server for longer
10 # server is strictly for short testing the implementation of the ftp
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
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/ftpd/
H A Dftpd.tcl0 # ftpd.tcl -- Worlds Smallest FTPD?
8 namespace eval ftpd {
17 package provide ftpd ${::ftpd::version}
22 proc ftpd::absolute {file} {
47 set ret [eval [list file join ${ftpd::root}] $np]
49 set ret ${ftpd::root}
54 proc ftpd::relative {file} {
56 set rp [file split ${ftpd::root}]
60 proc ftpd
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhelp.tcl10 fetch { Fetch file from a HTTP or FTP server
17 ftpd { World's smallest FTP server?
19 Usage: ftpd ?options?
27 Log output is also saved in the file "ftpd.log".
29 httpd { Simple HTTPD server by Steve Uhler and Brent Welch
133 rexecd { An rexec-compatible remote Tcl command server
140 starsync { Starsync CGI server
145 This is sufficient to create a starsync server which serves all
147 server neve
[all...]
/macosx-10.10.1/tcl-105/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 {
37 set welcome "[info hostname] FTP server ready."
47 authUsrCmd {::ftpd::anonAuth} \
48 authFileCmd {::ftpd::fileAuth} \
49 logCmd {::ftpd::logStderr} \
50 fsCmd {::ftpd::fsFile::fs} \
79 PASV {(set server i
[all...]

Completed in 207 milliseconds