Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Wii:FTP: Difference between revisions

From Hacks Guide Wiki
(fix newline at beginning of page and format page correctly)
 
(2 intermediate revisions by 2 users not shown)
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 ==
Line 12: Line 35:
* [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>
<li>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
<ul>
<li>The root of your SD Card should now look like this
{{Tree list}}
{{Tree list}}
* [[File:Gnome-media-flash.svg|20px|link=]] (root)
* {{Tree icon|f}} (root)
** [[File:Icons8 flat opened folder.svg|20px|link=]] apps
** {{Tree icon|d}} apps
*** [[File:Icons8 flat opened folder.svg|20px|link=]] ftpii
*** {{Tree icon|d}} ftpii
**** [[File:Icons8 flat file.svg|20px|link=]] boot.dol
**** {{Tree icon|f}} boot.dol
**** [[File:Icons8 flat file.svg|20px|link=]] icon.png
**** {{Tree icon|f}} icon.png
**** [[File:Icons8 flat file.svg|20px|link=]] meta.xml
**** {{Tree icon|f}} meta.xml
{{Tree list/end}}
{{Tree list/end}}
</li></ul>
<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!}}



Latest revision as of 19:53, 27 May 2024

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
    • Windows: Use WinSCP
    • macOS: Use Cyberduck
    • Linux: Nautilus or Dolphin, the file explorers for GNOME and KDE respectively - if not usable, use gFTP instead

On your Wii:

  • An SD Card or USB drive
  • ftpii

Instructions

Downloading

  1. 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
      • File icon (root)
        • Folder icon apps
          • Folder icon ftpii
            • File icon boot.dol
            • File icon icon.png
            • File icon meta.xml
  2. Insert your SD card or USB drive into your Wii and launch ftpii from the Homebrew Channel.

Usage

OOjs UI icon information-warning.svg Please don't touch the NAND unless YOU KNOW WHAT YOU'RE DOING!
  1. You should see your Wii's IP address and TCP port, remember them or write them down
  2. Open your chosen FTP client, install if you didn't already
  3. 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
    • Username/password: If you see a checkbox for "Anonymous login", then enable it; otherwise, just leave it blank
  4. Click "Login" or "Connect"
OOjs UI icon information-constructive.svg You've now connected to your Wii via FTP!