Add to git.
[pthrlib.git] / doc / ftpc_cdup.3.html
1 <html>
2 <head>
3 <meta name="generator" content="groff -Thtml, see www.gnu.org">
4 <meta name="Content-Style" content="text/css">
5 <title>ftpc_cwd</title>
6 </head>
7 <body>
8
9 <h1 align=center>ftpc_cwd</h1>
10 <a href="#NAME">NAME</a><br>
11 <a href="#SYNOPSIS">SYNOPSIS</a><br>
12 <a href="#DESCRIPTION">DESCRIPTION</a><br>
13 <a href="#RETURNS">RETURNS</a><br>
14 <a href="#AUTHOR">AUTHOR</a><br>
15 <a href="#LICENSE">LICENSE</a><br>
16 <a href="#VERSION">VERSION</a><br>
17
18 <hr>
19 <!-- Creator     : groff version 1.17.2 -->
20 <!-- CreationDate: Fri Aug 30 16:16:16 2002 -->
21 <a name="NAME"></a>
22 <h2>NAME</h2>
23 <table width="100%" border=0 rules="none" frame="void"
24        cols="2" cellspacing="0" cellpadding="0">
25 <tr valign="top" align="left">
26 <td width="10%"></td><td width="90%">
27 ftpc_cwd, ftpc_cdup - Change directory on the server.</td></table>
28 <a name="SYNOPSIS"></a>
29 <h2>SYNOPSIS</h2>
30
31 <table width="100%" border=0 rules="none" frame="void"
32        cols="2" cellspacing="0" cellpadding="0">
33 <tr valign="top" align="left">
34 <td width="10%"></td><td width="90%">
35 <pre><b>#include &lt;pthr_ftpc.h&gt;
36
37 int ftpc_cwd (ftpc ftpc, const char *pathname);
38 int ftpc_cdup (ftpc ftpc);
39 </b></pre></td></table>
40 <a name="DESCRIPTION"></a>
41 <h2>DESCRIPTION</h2>
42
43 <table width="100%" border=0 rules="none" frame="void"
44        cols="2" cellspacing="0" cellpadding="0">
45 <tr valign="top" align="left">
46 <td width="10%"></td><td width="90%">
47 <b>ftpc_cwd</b> changes the directory to
48 <b>pathname</b>.</td></table>
49
50 <table width="100%" border=0 rules="none" frame="void"
51        cols="2" cellspacing="0" cellpadding="0">
52 <tr valign="top" align="left">
53 <td width="10%"></td><td width="90%">
54 <b>ftpc_cdup</b> moves to the parent directory. On most
55 Unix-like FTP servers this is equivalent to doing <b>CWD
56 ..</b></td></table>
57 <a name="RETURNS"></a>
58 <h2>RETURNS</h2>
59
60 <table width="100%" border=0 rules="none" frame="void"
61        cols="2" cellspacing="0" cellpadding="0">
62 <tr valign="top" align="left">
63 <td width="10%"></td><td width="90%">
64 0 if successful, -1 if the attempt failed. If a fatal error
65 occurs with the connection, an exception is
66 thrown.</td></table>
67 <a name="AUTHOR"></a>
68 <h2>AUTHOR</h2>
69
70 <table width="100%" border=0 rules="none" frame="void"
71        cols="2" cellspacing="0" cellpadding="0">
72 <tr valign="top" align="left">
73 <td width="10%"></td><td width="90%">
74 Richard Jones &lt;rich@annexia.org&gt;</td></table>
75 <a name="LICENSE"></a>
76 <h2>LICENSE</h2>
77
78 <table width="100%" border=0 rules="none" frame="void"
79        cols="2" cellspacing="0" cellpadding="0">
80 <tr valign="top" align="left">
81 <td width="10%"></td><td width="90%">
82 GNU LGPL (see http://www.gnu.org/)</td></table>
83 <a name="VERSION"></a>
84 <h2>VERSION</h2>
85
86 <table width="100%" border=0 rules="none" frame="void"
87        cols="2" cellspacing="0" cellpadding="0">
88 <tr valign="top" align="left">
89 <td width="10%"></td><td width="90%">
90 pthrlib-3.0.3</td></table>
91 <hr>
92 </body>
93 </html>