0034.html 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 3,FTP,Playstation,Homebrew,Network,PS3,Sony PlayStation 3,FileZilla,FTP Server,FTP Client,How To FTP Files To PS3,WebMAN,File Transfer Protocol,Softmod,Soft Modded Console,How To,Tutorial,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. <meta name="revised" content="03/26/2022 09:20:40 AM" />
  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>FTP Files to Sony Playstation 3 Console</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Things You Will Need</h2>
  26. <ul>
  27. <li>A softmodded Sony PlayStation 3 console with WebMAN installed</li>
  28. <li>A network</li>
  29. </ul>
  30. <h2>Setting Up and Starting the PS3 FTP Server</h2>
  31. <ol>
  32. <li>Connect the PS3 console to your network and power it on</li>
  33. <li>Go to Settings &gt; System Settings &gt; System Information and make note of the console&#39;s IP address</li>
  34. <li>On a PC, download FileZilla FTP Client <a href="https://filezilla-project.org/download.php" target="_blank">Download</a></li>
  35. <li>Install FileZilla FTP Client</li>
  36. <li>Input the PS3 console IP address, leaving everything else blank/default &gt; Click Quickconnect</li>
  37. <li>The internal hard drive of the PS3 is labeled dev_hdd0
  38. <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>
  39. </li>
  40. <li>WebMAN also includes a simple web UI for viewing the the games on the console</li>
  41. <li>Open a web browser and navigate to the PS3 console&#39;s IP address</li>
  42. <li>Click the Refresh XML button</li>
  43. <li>Click the Refresh HTML button</li>
  44. </ol>
  45. </div>
  46. </div>
  47. </body>
  48. </html>