--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Sync.FtpSyncHandler.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Sync.FtpSyncHandler.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,37 +7,36 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.WebBrowser.Sync.FtpSyncHandler</h1> - <p> Module implementing a synchronization handler using FTP. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#FtpSyncHandler">FtpSyncHandler</a></td> <td>Class implementing a synchronization handler using FTP.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="FtpSyncHandler" ID="FtpSyncHandler"></a> <h2>FtpSyncHandler</h2> - <p> Class implementing a synchronization handler using FTP. </p> + <h3>Signals</h3> <dl> @@ -62,19 +61,17 @@ <h3>Derived from</h3> SyncHandler <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#FtpSyncHandler.__init__">FtpSyncHandler</a></td> <td>Constructor</td> @@ -152,19 +149,20 @@ <td>Public method to synchronize the user agents.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="FtpSyncHandler.__init__" ID="FtpSyncHandler.__init__"></a> <h4>FtpSyncHandler (Constructor)</h4> <b>FtpSyncHandler</b>(<i>parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QObject)</dt> @@ -175,7 +173,6 @@ <a NAME="FtpSyncHandler.__changeToStore" ID="FtpSyncHandler.__changeToStore"></a> <h4>FtpSyncHandler.__changeToStore</h4> <b>__changeToStore</b>(<i></i>) - <p> Private slot to change to the storage directory. </p> @@ -184,13 +181,14 @@ does not exist. Upon return, the current directory of the server is the sync directory. </p> + <a NAME="FtpSyncHandler.__connectAndLogin" ID="FtpSyncHandler.__connectAndLogin"></a> <h4>FtpSyncHandler.__connectAndLogin</h4> <b>__connectAndLogin</b>(<i></i>) - <p> Private method to connect to the FTP server and log in. </p> + <dl> <dt>Return:</dt> <dd> @@ -206,10 +204,10 @@ <a NAME="FtpSyncHandler.__dirListCallback" ID="FtpSyncHandler.__dirListCallback"></a> <h4>FtpSyncHandler.__dirListCallback</h4> <b>__dirListCallback</b>(<i>line</i>) - <p> Private slot handling the receipt of directory listing lines. </p> + <dl> <dt><i>line</i> (str)</dt> @@ -220,17 +218,17 @@ <a NAME="FtpSyncHandler.__doFtpCommands" ID="FtpSyncHandler.__doFtpCommands"></a> <h4>FtpSyncHandler.__doFtpCommands</h4> <b>__doFtpCommands</b>(<i></i>) - <p> Private slot executing the sequence of FTP commands. </p> + <a NAME="FtpSyncHandler.__downloadFile" ID="FtpSyncHandler.__downloadFile"></a> <h4>FtpSyncHandler.__downloadFile</h4> <b>__downloadFile</b>(<i>type_, fileName, timestamp</i>) - <p> Private method to downlaod the given file. </p> + <dl> <dt><i>type_</i> (str)</dt> @@ -250,10 +248,10 @@ <a NAME="FtpSyncHandler.__downloadFileCallback" ID="FtpSyncHandler.__downloadFileCallback"></a> <h4>FtpSyncHandler.__downloadFileCallback</h4> <b>__downloadFileCallback</b>(<i>buffer, data</i>) - <p> Private method receiving the downloaded data. </p> + <dl> <dt><i>buffer</i> (io.BytesIO)</dt> @@ -280,24 +278,24 @@ <a NAME="FtpSyncHandler.__idleTimeout" ID="FtpSyncHandler.__idleTimeout"></a> <h4>FtpSyncHandler.__idleTimeout</h4> <b>__idleTimeout</b>(<i></i>) - <p> Private slot to prevent a disconnect from the server. </p> + <a NAME="FtpSyncHandler.__initialSync" ID="FtpSyncHandler.__initialSync"></a> <h4>FtpSyncHandler.__initialSync</h4> <b>__initialSync</b>(<i></i>) - <p> Private slot to do the initial synchronization. </p> + <a NAME="FtpSyncHandler.__initialSyncFile" ID="FtpSyncHandler.__initialSyncFile"></a> <h4>FtpSyncHandler.__initialSyncFile</h4> <b>__initialSyncFile</b>(<i>type_, fileName</i>) - <p> Private method to do the initial synchronization of the given file. </p> + <dl> <dt><i>type_</i> (str)</dt> @@ -313,10 +311,10 @@ <a NAME="FtpSyncHandler.__syncFile" ID="FtpSyncHandler.__syncFile"></a> <h4>FtpSyncHandler.__syncFile</h4> <b>__syncFile</b>(<i>type_, fileName</i>) - <p> Private method to synchronize the given file. </p> + <dl> <dt><i>type_</i> (str)</dt> @@ -332,10 +330,10 @@ <a NAME="FtpSyncHandler.__uploadFile" ID="FtpSyncHandler.__uploadFile"></a> <h4>FtpSyncHandler.__uploadFile</h4> <b>__uploadFile</b>(<i>type_, fileName</i>) - <p> Private method to upload the given file. </p> + <dl> <dt><i>type_</i> (str)</dt> @@ -363,10 +361,10 @@ <a NAME="FtpSyncHandler.initialLoadAndCheck" ID="FtpSyncHandler.initialLoadAndCheck"></a> <h4>FtpSyncHandler.initialLoadAndCheck</h4> <b>initialLoadAndCheck</b>(<i>forceUpload</i>) - <p> Public method to do the initial check. </p> + <dl> <dt><i>forceUpload</i> (bool)</dt> @@ -377,45 +375,45 @@ <a NAME="FtpSyncHandler.shutdown" ID="FtpSyncHandler.shutdown"></a> <h4>FtpSyncHandler.shutdown</h4> <b>shutdown</b>(<i></i>) - <p> Public method to shut down the handler. </p> + <a NAME="FtpSyncHandler.syncBookmarks" ID="FtpSyncHandler.syncBookmarks"></a> <h4>FtpSyncHandler.syncBookmarks</h4> <b>syncBookmarks</b>(<i></i>) - <p> Public method to synchronize the bookmarks. </p> + <a NAME="FtpSyncHandler.syncHistory" ID="FtpSyncHandler.syncHistory"></a> <h4>FtpSyncHandler.syncHistory</h4> <b>syncHistory</b>(<i></i>) - <p> Public method to synchronize the history. </p> + <a NAME="FtpSyncHandler.syncPasswords" ID="FtpSyncHandler.syncPasswords"></a> <h4>FtpSyncHandler.syncPasswords</h4> <b>syncPasswords</b>(<i></i>) - <p> Public method to synchronize the passwords. </p> + <a NAME="FtpSyncHandler.syncSpeedDial" ID="FtpSyncHandler.syncSpeedDial"></a> <h4>FtpSyncHandler.syncSpeedDial</h4> <b>syncSpeedDial</b>(<i></i>) - <p> Public method to synchronize the speed dial data. </p> + <a NAME="FtpSyncHandler.syncUserAgents" ID="FtpSyncHandler.syncUserAgents"></a> <h4>FtpSyncHandler.syncUserAgents</h4> <b>syncUserAgents</b>(<i></i>) - <p> Public method to synchronize the user agents. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>