summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/ftp/docs/fhelp4.html
diff options
context:
space:
mode:
Diffstat (limited to 'tcllib/modules/ftp/docs/fhelp4.html')
-rw-r--r--tcllib/modules/ftp/docs/fhelp4.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/tcllib/modules/ftp/docs/fhelp4.html b/tcllib/modules/ftp/docs/fhelp4.html
new file mode 100644
index 0000000..9131d54
--- /dev/null
+++ b/tcllib/modules/ftp/docs/fhelp4.html
@@ -0,0 +1,47 @@
+<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::Pwd</b> <em>handle</em></dd>
+ <dd>&nbsp;</dd>
+ <dd>
+
+ The <b>ftp::Pwd</b> command gets the complete path of the current
+ working directory on the ftp server or an empty string if an
+ error occurs.
+
+ <p>
+
+ </dd>
+ </dl></dd>
+
+ <dd><font face="Arial,Helvetica" size="+1"><b>EXAMPLE</b></font></dd>
+ <dd><dl>
+ <dd>
+ <pre># get directory path
+set current_path [ftp::Pwd $conn]
+ </pre>
+
+ </dd>
+ </dl></dd>
+</dl>
+</p>
+<p>
+[<a href="index.html">Contents</a>]&nbsp;
+[<b>Previous:</b> <a href="fhelp3.html">ftp::Cd</a>]&nbsp;
+[<b>Next:</b> <a href="fhelp5.html">ftp::Type</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>