summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/ftp/docs/fhelp9.html
diff options
context:
space:
mode:
Diffstat (limited to 'tcllib/modules/ftp/docs/fhelp9.html')
-rw-r--r--tcllib/modules/ftp/docs/fhelp9.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/tcllib/modules/ftp/docs/fhelp9.html b/tcllib/modules/ftp/docs/fhelp9.html
new file mode 100644
index 0000000..2952bab
--- /dev/null
+++ b/tcllib/modules/ftp/docs/fhelp9.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<title>ftp Library Package 2.1 for Tcl/Tk help file</title>
+</head>
+<body bgcolor="#ffffff" text="#000000">
+<body>
+
+<p>
+<dl>
+ <dd>
+ <p><font face="Arial,Helvetica" color="#526e9c" size="+2"><b>ftp Library Package 2.1 for Tcl/Tk Manual Pages</b></font></p>
+ </dd>
+
+ <dd><font face="Arial,Helvetica" size="+1"><b>COMMAND</b></font></dd>
+ <dd><dl>
+ <dd><b>ftp::ModTime</b><em>&nbsp; handle&nbsp; file</em></dd>
+ <dd>&nbsp;</dd>
+ <dd>
+
+ The <b>ftp::ModTime</b> command gets the last modification time of the
+ file on the ftp server as a system dependent integer value in
+ seconds (see tcl's clock command) or an empty string in error cases.
+
+ <p>
+
+ </dd>
+ </dl></dd>
+
+ <dd><font face="Arial,Helvetica" size="+1"><b>EXAMPLE</b></font></dd>
+ <dd><dl>
+ <dd>
+ <pre># get modification time
+puts [clock format [ftp::ModTime $conn index.htm]]
+
+set year [clock format [ftp::ModTime $conn index.htm] -format %y]
+ </pre>
+
+ </dd>
+ </dl></dd>
+</dl>
+</p>
+<p>
+[<a href="index.html">Contents</a>]&nbsp;
+[<b>Previous:</b> <a href="fhelp8.html">ftp::FileSize</a>]&nbsp;
+[<b>Next:</b> <a href="fhelp10.html">ftp::Delete</a>]
+</p>
+<p align="left"><hr noshade size="1"><font face="Arial,Helvetica" size="-1">&copy; 1999 <a href="mailto:Steffen.Traeger@t-online.de">Steffen Traeger</a></font></p>
+</body>
+</html>