1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>FTP Files to Sony Playstation 3 Console</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Sony,PlayStation 2,FTP,Homebrew,Network,Tutorial,How To,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="FTP Files to Sony Playstation 3 Console">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>FTP Files to Sony Playstation 3 Console</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Things You Will Need</h2>
- <ul>
- <li>A softmodded Sony PlayStation 3 console with WebMAN installed</li>
- <li>A network</li>
- </ul>
- <h2>Setting Up and Starting the PS3 FTP Server</h2>
- <ol>
- <li>Connect the PS3 console to your network and power it on</li>
- <li>Go to Settings > System Settings > System Information and make note of the console's IP address</li>
- <li>On a PC, download FileZilla FTP Client <a href="https://filezilla-project.org/download.php" target="_blank">Download</a></li>
- <li>Install FileZilla FTP Client</li>
- <li>Input the PS3 console IP address, leaving everything else blank/default > Click Quickconnect</li>
- <li>The internal hard drive of the PS3 is labeled dev_hdd0
- <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>
- </li>
- <li>WebMAN also includes a simple web UI for viewing the the games on the console</li>
- <li>Open a web browser and navigate to the PS3 console's IP address</li>
- <li>Click the Refresh XML button</li>
- <li>Click the Refresh HTML button</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|