(fix newline at beginning of page and format page correctly) |
m (add tags) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''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. | ||
== Requirements == | == Requirements == | ||
'''On your PC''': | '''On your PC''': | ||
* An FTP client | |||
** Windows: Use [https://winscp.net/eng/download.php WinSCP] | |||
** macOS: Use [https://cyberduck.io/download/ Cyberduck] | |||
** Linux: Nautilus or Dolphin, the file explorers for GNOME and KDE respectively - if not usable, use [https://github.com/masneyb/gftp/releases/latest gFTP] instead | |||
'''On your Wii''': | '''On your Wii''': | ||
* An SD Card or USB drive | * An SD Card or USB drive | ||
* [https://oscwii.org/library/app/ftpii ftpii] | * [https://oscwii.org/library/app/ftpii ftpii] | ||
==Instructions== | |||
== Instructions == | ===Downloading=== | ||
=== Downloading === | |||
<ol> | <ol> | ||
<li>Extract ftpii and put it in your apps folder on your SD card or USB drive | <li>Extract ftpii and put it in your apps folder on your SD card or USB drive</li> | ||
< | * The root of your SD Card should now look like this | ||
{{Tree list}} | {{Tree list}} | ||
* | * [[File:Gnome-media-flash.svg|20px|link=]] (root) | ||
** | ** [[File:Icons8 flat opened folder.svg|20px|link=]] apps | ||
*** | *** [[File:Icons8 flat opened folder.svg|20px|link=]] ftpii | ||
**** | **** [[File:Icons8 flat file.svg|20px|link=]] boot.dol | ||
**** | **** [[File:Icons8 flat file.svg|20px|link=]] icon.png | ||
**** | **** [[File:Icons8 flat file.svg|20px|link=]] meta.xml | ||
{{Tree list/end}} | {{Tree list/end}} | ||
<li>Insert your SD card or USB drive into your Wii and launch ftpii from the Homebrew Channel.</li> | <li>Insert your SD card or USB drive into your Wii and launch ftpii from the Homebrew Channel.</li> | ||
</ol> | </ol> | ||
=== Usage === | ===Usage=== | ||
{{warning|text=Please don't touch the NAND unless YOU KNOW WHAT YOU'RE DOING!}} | {{warning|text=Please don't touch the NAND unless YOU KNOW WHAT YOU'RE DOING!}} | ||
Revision as of 11:38, 3 November 2023
FTP (File Transfer Protocol) is a way to transfer files wirelessly through a local network.
Requirements
On your PC:
- An 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
- 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! |