🌐
sys-ftpd-light
Background FTP server
GitHub ↗

sys-ftpd-light

~3 min read

sys-ftpd-light (cathery) runs a background FTP server on the Switch. Read and write the SD over Wi-Fi from a PC without removing the card. Essential for homebrew devs and SD-tidiers.

Features

Setup

  1. Download the zip from GitHub.
  2. Extract to SD root → creates /atmosphere/contents/420000000000000E/.
  3. Requires CFW (Atmosphère).
  4. Reboot, find your Switch's IP (Settings → Internet).
  5. Connect from PC with an FTP client (FileZilla, WinSCP) to ftp://<Switch IP>:5000.
Speed: 5–15 MB/s on 5 GHz Wi-Fi — even 10 GB NSPs are practical. Drops to 1–2 MB/s on 2.4 GHz, so 5 GHz is mandatory.

Relation to the secretchat.tel loader

sys-ftpd-light is an Atmosphère sysmodule. Our loader also runs under Atmosphère, so they coexist — useful for editing loader config files from a PC without removing the SD. Direct SD mount on PC is still faster for big transfers.

Related