0356.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install FTP Server on Amazon FireTV Devices</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="FireOS,FireTV,FireTV Stick,How To,Tutorial,i12bretro,2021,FTP,File Transfer Protocol,FTP Server">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install FTP Server on Amazon FireTV Devices">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Install FTP Server on Amazon FireTV Devices</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Search for ES File Explorer</li>
  26. <li>Install ES File Explorer</li>
  27. <li>Launch ES File Explorer</li>
  28. <li>On the home menu, click the View on PC button
  29. <ul>
  30. <li>Alternatively, expand Network on left navigation &gt; View on PC</li>
  31. </ul>
  32. </li>
  33. <li>Click the big Turn On button to start the FTP server</li>
  34. <li>The IP address and port will display, by default anonymous access is enabled</li>
  35. <li>To set authentication click Settings below the Turn On button</li>
  36. <li>Select Set Manage Account</li>
  37. </ol>
  38. </div>
  39. </div>
  40. </body>
  41. </html>