3DS:FTP: Difference between revisions
From Hacks Guide Wiki
More actions
m whoops |
StarlitSkies (talk | contribs) that could've been done in half the amount of text, so i'm wiki thanos now. ...also, wording fixes to match the removal |
||
| Line 20: | Line 20: | ||
== Instructions == | == Instructions == | ||
<tabber> | <tabber> | ||
|-| | |-|CIA format= | ||
=== Section I - Prep Work === | === Section I - Prep Work === | ||
# Turn the 3DS off | # Turn the 3DS off | ||
# Insert your SD card into your computer | # Insert your SD card into your computer | ||
# Copy <code>ftpd.cia</code> to the <code>cias</code> folder on your SD card | # Copy <code>ftpd.cia</code> or <code>ftpd-classic.cia</code> to the <code>cias</code> folder on your SD card | ||
#* Create the folder if it does not exist, as it is useful for organization purposes | #* Create the folder if it does not exist, as it is useful for organization purposes | ||
# Insert your SD card into your 3DS | # Insert your SD card into your 3DS | ||
| Line 31: | Line 31: | ||
# Open FBI | # Open FBI | ||
# Navigate to <code>SD</code> -> <code>cias</code> | # Navigate to <code>SD</code> -> <code>cias</code> | ||
# Press (A) while <code>ftpd.cia</code> is selected, then select <code>Install and delete CIA(s)</code> | # Press (A) while <code>ftpd.cia</code> or <code>ftpd-classic.cia</code> is selected, then select <code>Install and delete CIA(s)</code> | ||
# Allow FBI to install the CIA | # Allow FBI to install the CIA | ||
# Exit FBI | # Exit FBI | ||
| Line 37: | Line 37: | ||
# Open ftpd | # Open ftpd | ||
|-|3DSX format= | |||
|-| | |||
=== Section I - Prep Work === | === Section I - Prep Work === | ||
# Turn the 3DS off | # Turn the 3DS off | ||
# Insert your SD card into your computer | # Insert your SD card into your computer | ||
# Copy <code>ftpd | # Copy <code>ftpd.3dsx</code> or <code>ftpd-classic.3dsx</code> to the <code>3ds</code> folder on your SD card | ||
#* Create the folder if it does not already exist | #* Create the folder if it does not already exist | ||
# Insert your SD card into your 3DS | # Insert your SD card into your 3DS | ||
| Line 94: | Line 49: | ||
# Launch ftpd from the list of homebrew | # Launch ftpd from the list of homebrew | ||
</tabber> | |||
=== Section II - FTP Client === | === Section II - FTP Client === | ||
| Line 107: | Line 63: | ||
#* If prompted to enter a username or password, press ENTER to leave it blank | #* If prompted to enter a username or password, press ENTER to leave it blank | ||
<big>{{success|Your computer is now connected to your 3DS via FTP!}}</big> | |||
{{success|Your computer is now connected to your 3DS via FTP!}} | |||
</ | |||
[[Category:Nintendo 3DS guides]] | [[Category:Nintendo 3DS guides]] | ||
Revision as of 22:16, 11 November 2022
FTP (File Transfer Protocol) is a way to transfer files wirelessly through a local network. While New 3DS models can do a similar method through microSD Management, said method has a number of downsides:
- microSD Management does not exist on Old 3DS models.
- microSD Management uses a protocol (SMBv1) that is only supported by Windows.
- Additionally, SMBv1 is heavily outdated, now a major security risk, and disabled by default on modern installations of Windows.
- microSD Management can cause random file corruption in use.
Luckily, with custom firmware, we can instead use FTP to transfer files wirelessly on both New 3DS and Old 3DS.
What You Need
On your computer:
- A working FTP client
On your 3DS:
- The latest release of ftpd (any
.3dsxor.cia)- The normal (unlabelled) version has a GUI while the
classicversion is entirely text-based
- The normal (unlabelled) version has a GUI while the
Instructions
Section I - Prep Work
- Turn the 3DS off
- Insert your SD card into your computer
- Copy
ftpd.ciaorftpd-classic.ciato theciasfolder on your SD card- Create the folder if it does not exist, as it is useful for organization purposes
- Insert your SD card into your 3DS
- Turn the 3DS on
- Open FBI
- Navigate to
SD->cias - Press (A) while
ftpd.ciaorftpd-classic.ciais selected, then selectInstall and delete CIA(s) - Allow FBI to install the CIA
- Exit FBI
- Ensure your 3DS is connected to the same Internet connection as your computer
- Open ftpd
Section I - Prep Work
- Turn the 3DS off
- Insert your SD card into your computer
- Copy
ftpd.3dsxorftpd-classic.3dsxto the3dsfolder on your SD card- Create the folder if it does not already exist
- Insert your SD card into your 3DS
- Turn the 3DS on
- Launch the Homebrew Launcher with any method
- Launch ftpd from the list of homebrew
Section II - FTP Client
- If you haven't already, install the FTP client for your operating system
- Open the FTP client and fill in the information as follows:
- File protocol: FTP (not SFTP)
- Host name/IP address: The IP address displayed on the top screen of the 3DS (e.g. 192.168.0.67)
- This is a local IP address, so you don't need to censor it if you need assistance
- Port number: The number after the colon in the IP address displayed on the top screen of the 3DS (usually 5000)
- If you don't see this option, instead type
(ip):(port)into the host name/IP address box, e.g.192.168.0.67:5000
- 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"
- If prompted to enter a username or password, press ENTER to leave it blank
| Your computer is now connected to your 3DS via FTP! |