0356.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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,2021,FTP,File Transfer Protocol,FTP Server,How To,Tutorial,i12bretro">
  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. <meta name="revised" content="06/21/2022 09:00:04 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Install FTP Server on Amazon FireTV Devices</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Search for ES File Explorer</li>
  27. <li>Install ES File Explorer</li>
  28. <li>Launch ES File Explorer</li>
  29. <li>On the home menu, click the View on PC button
  30. <ul>
  31. <li>Alternatively, expand Network on left navigation &gt; View on PC</li>
  32. </ul>
  33. </li>
  34. <li>Click the big Turn On button to start the FTP server</li>
  35. <li>The IP address and port will display, by default anonymous access is enabled</li>
  36. <li>To set authentication click Settings below the Turn On button</li>
  37. <li>Select Set Manage Account</li>
  38. </ol>
  39. </div>
  40. </div>
  41. </body>
  42. </html>