-
Notifications
You must be signed in to change notification settings - Fork 58
/
0106.html
84 lines (74 loc) · 4.34 KB
/
0106.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>FTP Files to Sony Playstation 2 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,FTP Server,How To FTP Files To PS2,PS2,Playstation 2,Soft Modded Console,Softmodded,Softmod,Sony PS2,Sony PlayStation 2,Using FTP On The PlayStation 2,How To FTP Files To PlayStation 2,FTP Games To PS2,Free Software,Retro Gaming,How To,Tutorial,i12bretro">
<meta name="author" content="i12bretro">
<meta name="description" content="FTP Files to Sony Playstation 2 Console">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="revised" content="04/05/2022 08:19:49 PM" />
<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 2 Console</h1>
</div>
<div></div>
<div id="content">
<p>A quick note, you cannot copy games directly to the PS2 console via FTP. It is helpful for moving around artwork, configuration files and homebrew applications</p>
<h2>Things You Will Need</h2>
<ul>
<li>A Sony PlayStation 2 Fat console</li>
<li>The PS2 Network/Hard Drive Adapter</li>
<li>A working hard drive in the PS2 (IDE or via a SATA adapter)</li>
<li>A way to execute uLaunchElf (I'm using <a href="https://sites.google.com/view/ysai187/home/projects/fmcbfhdb#h.p_e31_CKrrgS5f" target="_blank">FreeMcBoot</a>)</li>
<li>A network</li>
</ul>
<h2>Setting Up and Starting the PS2 FTP Server</h2>
<ol>
<li>Connect the PS2 console to your network</li>
<li>Make sure the memory card with Free McBoot is inserted</li>
<li>Power on the PS2 and wait for Free McBoot to load</li>
<li>Start the uLaunchElf application</li>
<li>Press Select > Network Settings > press O</li>
<li>Using the D-pad, set the IP address, netmask and gateway
<ul>
<li>Tip: If you don't want your PS2 to reach the internet input a bogus gateway IP address</li>
</ul>
</li>
<li>Navigate down to Save > press O to save your changes</li>
<li>Navigate down to OK > press O</li>
<li>Highlight MISC/ > press O</li>
<li>Highlight PS2Net > press O</li>
<li>The FTP server should start running and give status output at the top of the screen</li>
</ol>
<h2>Copying Files to the Playstation 2 Console</h2>
<ol>
<li>On a PC, open Windows Explorer</li>
<li>In the location bar type ftp://PS2IPAddress</li>
<li>Once connected to the PS2 FTP server you will see some folders listed<br />
hdd: this is the internal hard drive inside the PS2<br />
mass: this is the USB flash drive if one is plugged into the PS2<br />
mc: this is the memory card currently inserted in the PS2<br />
pfs: this is the playstation file system which is alos the internal hard drive inside the PS2</li>
</ol>
<h2><br />
Additional Notes</h2>
<ul>
<li>The PS2 hard drive and network speeds are not great. Expect to see somewhere between 2-8 MB/s. The network interface is fast ethernet which under perfect conditions maxes out at 100 Mbps (12.5 MB/s)</li>
<li>The PS2 USB ports are USB 1.1, so they are even slower than the network/hard drive combo (around 1.5 MB/s)</li>
<li>Playing games from an internal hard drive is the best experience you can get on the PS2. Load times are reduced and it saves wear and tear on the aging optical drive</li>
<li>Even using a SATA to IDE adapter in the PS2 the internal connection of the hard drive to the PS2 motherboard is still running at ATA speeds (around <span class="ILfuVd"><span class="e24Kjd">66 MB/s)</span></span></li>
</ul>
<p>Additional reading: <a href="https://www.ps2-home.com/forum/viewtopic.php?t=315" target="_blank">https://www.ps2-home.com/forum/viewtopic.php?t=315</a></p>
</div>
</div>
</body>
</html>