Searched +refs:ftp +refs:PutsCtrlSock (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/ftp/
H A Dftp_lib.tcl10 # core ftp support: FTP::Open <server> <user> <passwd> <?options?>
101 variable ftp
104 after cancel $ftp(Wait)
107 DisplayMsg "Timeout of control connection after $ftp(Timeout) sec.!" error
119 # specified seconds in $ftp(Timeout).
127 variable ftp
134 set ftp(Wait) [after [expr $ftp(Timeout) * 1000] [namespace current]::Timeout]
157 variable ftp
164 after cancel $ftp(Wai
179 proc PutsCtrlSock {{command ""}} { procedure
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp.tcl0 # ftp.tcl --
16 # RCS: @(#) $Id: ftp.tcl,v 1.47 2008/08/05 20:34:32 andreas_kupries Exp $
18 # core ftp support: ftp::Open <server> <user> <passwd> <?options?>
19 # ftp::Close <s>
20 # ftp::Cd <s> <directory>
21 # ftp::Pwd <s>
22 # ftp::Type <s> <?ascii|binary|tenex?>
23 # ftp::List <s> <?directory?>
24 # ftp
[all...]

Completed in 202 milliseconds