-
Notifications
You must be signed in to change notification settings - Fork 58
/
0034.html
52 lines (48 loc) · 2.59 KB
/
0034.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!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 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">
<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">
<meta name="revised" content="03/26/2022 09:20:40 AM" />
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
<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>