Tcl Library Source Code

Artifact [7d9769910f]
Login

Artifact 7d9769910f576fc77c3be0dc51aa2d1dac78dbab:


<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::RmDir</b><em>&nbsp; handle&nbsp; directory</em></dd>
    <dd>&nbsp;</dd>
    <dd>

	The <b>ftp::RmDir</b> command removes the specified directory on the
	ftp server. The remote directory must be empty.
		
	<p>The command returns 1 if the specified directory can be successfully
	removed or 0 if it fails. </p>
	
    </dd>
  </dl></dd>

  <dd><font face="Arial,Helvetica" size="+1"><b>EXAMPLE</b></font></dd>
  <dd><dl>
    <dd>
	<pre># remove directory
ftp::RmDir $conn /incoming/newdir

# or
ftp::Cd $conn /incoming
ftp::RmDir $conn newdir
	</pre>
		
    </dd> 
  </dl></dd> 
</dl>
</p>
<p>
[<a href="index.html">Contents</a>]&nbsp;
[<b>Previous:</b> <a href="fhelp16.html">ftp::MkDir</a>]&nbsp;
[<b>Next:</b> <a href="fhelp18.html">ftp::Quote</a>]
</p>
<p align="left"><hr noshade size="1"><font face="Arial,Helvetica" size="-1">&copy; 1999 <a href="mailto:[email protected]">Steffen Traeger</a></font></p>
</body>
</html>