0034.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>FTP Files to Sony Playstation 3 Console</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Sony,PlayStation 2,FTP,Homebrew,Network,Tutorial,How To,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="FTP Files to Sony Playstation 3 Console">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>FTP Files to Sony Playstation 3 Console</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <h2>Things You Will Need</h2>
  24. <ul>
  25. <li>A softmodded Sony PlayStation 3 console with WebMAN installed</li>
  26. <li>A network</li>
  27. </ul>
  28. <h2>Setting Up and Starting the PS3 FTP Server</h2>
  29. <ol>
  30. <li>Connect the PS3 console to your network and power it on</li>
  31. <li>Go to Settings &gt; System Settings &gt; System Information and make note of the console&#39;s IP address</li>
  32. <li>On a PC, download FileZilla FTP Client <a href="https://filezilla-project.org/download.php" target="_blank">Download</a></li>
  33. <li>Install FileZilla FTP Client</li>
  34. <li>Input the PS3 console IP address, leaving everything else blank/default &gt; Click Quickconnect</li>
  35. <li>The internal hard drive of the PS3 is labeled dev_hdd0
  36. <p>To copy PlayStation, PlayStation 2, PSP or PlayStation 3 games to the internal hard drive just copy the .iso file to the corresponding folder on dev_hdd0 (PlayStation 2 = PS2ISO, etc)</p>
  37. </li>
  38. <li>WebMAN also includes a simple web UI for viewing the the games on the console</li>
  39. <li>Open a web browser and navigate to the PS3 console&#39;s IP address</li>
  40. <li>Click the Refresh XML button</li>
  41. <li>Click the Refresh HTML button</li>
  42. </ol>
  43. </div>
  44. </div>
  45. </body>
  46. </html>