({{Tree icon}} and fix list formatting) |
Grunt22fox (talk | contribs) (Add infobox for ftpii and extra introductory text) |
||
Line 1: | Line 1: | ||
{{Infobox homebrew | |||
| image = Ftpii-icon.png | |||
| imagealt = Icon for ftpii | |||
| imagesize = 256px | |||
| screenshot = Ftpii-screenshot.png | |||
| screenshotalt = Screenshot of ftpii | |||
| screenshotsize = 256px | |||
| for3ds = 0 | |||
| forwiiu = 0 | |||
| forswitch = 0 | |||
| forwii = 1 | |||
| developers = joedj | |||
| version = 0.0.22 | |||
| releasedate = 2010-08-22 | |||
| github = joedj/ftpii | |||
| osc = ftpii | |||
| forwindows = 0 | |||
| formac = 0 | |||
| forlinux = 0 | |||
| forjava = 0 | |||
}} | |||
'''FTP''' (File Transfer Protocol) is a way to transfer files wirelessly through a local network. | '''FTP''' (File Transfer Protocol) is a way to transfer files wirelessly through a local network. | ||
By using a piece of homebrew called ftpii, we can turn the Wii into an FTP server accessible on the network via an FTP client. | |||
== Requirements == | == Requirements == |
Revision as of 22:29, 3 May 2024
Developer(s) | joedj |
---|---|
Console | Wii |
Version | 0.0.22 (August 22, 2010 | )
Links | |
GitHub | joedj/ftpii |
Download | |
FTP (File Transfer Protocol) is a way to transfer files wirelessly through a local network.
By using a piece of homebrew called ftpii, we can turn the Wii into an FTP server accessible on the network via an FTP client.
Requirements
On your PC:
- A working FTP client
On your Wii:
- An SD Card or USB drive
- ftpii
Instructions
Downloading
- Extract ftpii and put it in your apps folder on your SD card or USB drive
- The root of your SD Card should now look like this
- (root)
- apps
- ftpii
- boot.dol
- icon.png
- meta.xml
- ftpii
- apps
- (root)
- The root of your SD Card should now look like this
- Insert your SD card or USB drive into your Wii and launch ftpii from the Homebrew Channel.
Usage
Please don't touch the NAND unless YOU KNOW WHAT YOU'RE DOING! |
- You should see your Wii's IP address and TCP port, remember them or write them down
- Open your chosen FTP client, install if you didn't already
- Fill the information as follows
- File protocol: FTP (not SFTP)
- Host Name/IP Address: The IP displayed on your Wii
- This is local, you do not need to censor it for assistance.
- Port number: The TCP port displayed on your Wii (usually 21)
- If you don't see this option, instead type
(ip):(port)
into the host name/IP address box, e.g.192.168.0.129:21
- If you don't see this option, instead type
- Username/password: If you see a checkbox for "Anonymous login", then enable it; otherwise, just leave it blank
- Click "Login" or "Connect"
You've now connected to your Wii via FTP! |