ftpForAdmin.html 1.6 KB

1234567891011121314151617181920212223242526272829
  1. <html>
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no">
  5. <link rel="stylesheet" href="../../../script/semantic/semantic.min.css">
  6. <script type="text/javascript" src="../../../script/jquery.min.js"></script>
  7. <script type="text/javascript" src="../../../script/semantic/semantic.min.js"></script>
  8. <title>FTP for Administrator</title>
  9. </head>
  10. <body>
  11. <br><br>
  12. <div class="ui text container">
  13. <h2 class="ui header">
  14. <i class="info circle icon"></i>
  15. <div class="content">
  16. FTP Access for Administrator
  17. </div>
  18. </h2>
  19. <div class="ui divider"></div>
  20. <h4>Why Enabling FTP Access to Admin Account is not a good idea?</h4>
  21. <p>Arozos uses the same username and password in all its main account and FTP accounts. In simple words, you can login to your FTP account using the same username and password you used in logging in to the web desktop interface.</p>
  22. <p>FTP protocol send your username and password in plain text to server side for validation. <b>This process is unsafe and easily hackable by hackers.</b> </p>
  23. <p>To ensure the safety of your account, only enable administrator FTP access within a trusted network environment (e.g. in offline LAN or at home).</p>
  24. <div class="ui divider"></div>
  25. Last Updates: 1 Nov 2020
  26. <br><br><br>
  27. </div>
  28. </body>
  29. </html>