68 <td>Private slot handling the receipt of directory listings.</td> |
68 <td>Private slot handling the receipt of directory listings.</td> |
69 </tr><tr> |
69 </tr><tr> |
70 <td><a href="#FtpReply.__doFtpCommands">__doFtpCommands</a></td> |
70 <td><a href="#FtpReply.__doFtpCommands">__doFtpCommands</a></td> |
71 <td>Private slot doing the sequence of FTP commands to get the requested result.</td> |
71 <td>Private slot doing the sequence of FTP commands to get the requested result.</td> |
72 </tr><tr> |
72 </tr><tr> |
|
73 <td><a href="#FtpReply.__doFtpLogin">__doFtpLogin</a></td> |
|
74 <td>Private method to do the FTP login with asking for a username and password, if the login fails with an error 530.</td> |
|
75 </tr><tr> |
73 <td><a href="#FtpReply.__retrCallback">__retrCallback</a></td> |
76 <td><a href="#FtpReply.__retrCallback">__retrCallback</a></td> |
74 <td>Private slot handling the reception of data.</td> |
77 <td>Private slot handling the reception of data.</td> |
75 </tr><tr> |
78 </tr><tr> |
76 <td><a href="#FtpReply.__setContent">__setContent</a></td> |
79 <td><a href="#FtpReply.__setContent">__setContent</a></td> |
77 <td>Private method to finish the setup of the data.</td> |
80 <td>Private method to finish the setup of the data.</td> |
140 </dl><a NAME="FtpReply.__doFtpCommands" ID="FtpReply.__doFtpCommands"></a> |
143 </dl><a NAME="FtpReply.__doFtpCommands" ID="FtpReply.__doFtpCommands"></a> |
141 <h4>FtpReply.__doFtpCommands</h4> |
144 <h4>FtpReply.__doFtpCommands</h4> |
142 <b>__doFtpCommands</b>(<i></i>) |
145 <b>__doFtpCommands</b>(<i></i>) |
143 <p> |
146 <p> |
144 Private slot doing the sequence of FTP commands to get the requested result. |
147 Private slot doing the sequence of FTP commands to get the requested result. |
145 </p><a NAME="FtpReply.__retrCallback" ID="FtpReply.__retrCallback"></a> |
148 </p><a NAME="FtpReply.__doFtpLogin" ID="FtpReply.__doFtpLogin"></a> |
|
149 <h4>FtpReply.__doFtpLogin</h4> |
|
150 <b>__doFtpLogin</b>(<i>username, password</i>) |
|
151 <p> |
|
152 Private method to do the FTP login with asking for a username and password, |
|
153 if the login fails with an error 530. |
|
154 </p><dl> |
|
155 <dt><i>username</i></dt> |
|
156 <dd> |
|
157 user name to use for the login (string) |
|
158 </dd><dt><i>password</i></dt> |
|
159 <dd> |
|
160 password to use for the login (string) |
|
161 </dd> |
|
162 </dl><dl> |
|
163 <dt>Returns:</dt> |
|
164 <dd> |
|
165 tuple of two flags indicating a successful login and |
|
166 if the login should be retried (boolean, boolean) |
|
167 </dd> |
|
168 </dl><a NAME="FtpReply.__retrCallback" ID="FtpReply.__retrCallback"></a> |
146 <h4>FtpReply.__retrCallback</h4> |
169 <h4>FtpReply.__retrCallback</h4> |
147 <b>__retrCallback</b>(<i>data</i>) |
170 <b>__retrCallback</b>(<i>data</i>) |
148 <p> |
171 <p> |
149 Private slot handling the reception of data. |
172 Private slot handling the reception of data. |
150 </p><dl> |
173 </p><dl> |