--- a/Documentation/Source/eric5.Helpviewer.Sync.FtpSyncHandler.html Sat Sep 29 12:45:07 2012 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Sync.FtpSyncHandler.html Sat Sep 29 18:37:03 2012 +0200 @@ -92,9 +92,6 @@ <td><a href="#FtpSyncHandler.__doFtpCommands">__doFtpCommands</a></td> <td>Private slot executing the sequence of FTP commands.</td> </tr><tr> -<td><a href="#FtpSyncHandler.__doFtpLogin">__doFtpLogin</a></td> -<td>Private method to do the FTP login with asking for a username and password, if the login fails with an error 530.</td> -</tr><tr> <td><a href="#FtpSyncHandler.__downloadFile">__downloadFile</a></td> <td>Private method to downlaod the given file.</td> </tr><tr> @@ -186,27 +183,7 @@ <b>__doFtpCommands</b>(<i></i>) <p> Private slot executing the sequence of FTP commands. -</p><a NAME="FtpSyncHandler.__doFtpLogin" ID="FtpSyncHandler.__doFtpLogin"></a> -<h4>FtpSyncHandler.__doFtpLogin</h4> -<b>__doFtpLogin</b>(<i>username, password</i>) -<p> - Private method to do the FTP login with asking for a username and password, - if the login fails with an error 530. -</p><dl> -<dt><i>username</i></dt> -<dd> -user name to use for the login (string) -</dd><dt><i>password</i></dt> -<dd> -password to use for the login (string) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -tuple of two flags indicating a successful login and - if the login should be retried (boolean, boolean) -</dd> -</dl><a NAME="FtpSyncHandler.__downloadFile" ID="FtpSyncHandler.__downloadFile"></a> +</p><a NAME="FtpSyncHandler.__downloadFile" ID="FtpSyncHandler.__downloadFile"></a> <h4>FtpSyncHandler.__downloadFile</h4> <b>__downloadFile</b>(<i>type_, fileName, timestamp</i>) <p> @@ -293,6 +270,11 @@ <dd> name of the file to be uploaded (string) </dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating success (boolean) +</dd> </dl><a NAME="FtpSyncHandler.initialLoadAndCheck" ID="FtpSyncHandler.initialLoadAndCheck"></a> <h4>FtpSyncHandler.initialLoadAndCheck</h4> <b>initialLoadAndCheck</b>(<i>forceUpload</i>)