Skip to content

Releases: cathery/sys-ftpd

sys-ftpd-light 1.0.4

21 Jul 09:57
Compare
Choose a tag to compare

Changelog:

  • Anonymous login is now disabled by default
  • User credentials are now empty by default
  • The server will now reject any connections until both the user and password fields are set.

This update might annoy some people who get their configs overriden by downloader apps like hbstore.
It is released in response to claims of people getting their consoles hacked through local networks created through ldn_mitm.

sys-ftpd-light 1.0.3

29 May 15:00
Compare
Choose a tag to compare

Changelog:

  • Reduced FS sessions used by the sysmodule from 3 to 1
    • This might have caused FS to run out of sessions and crash the system if you had too many sysmodules enabled.
  • Fixed LED lights staying enabled permanently on controllers with old firmware.
  • LED now only lights up for the main player only.
  • When pressing the pause button combo to pause the server, the LED will light up in a "double click" pattern.
    When doing the same to unpause the server, the LED will light up in a single long "resume" pattern.
    • This is to make up for the fact that there was no indication if the server gets actually paused or not.
  • Changed the response format for PASV command for compatibility with some FTP clients.

sys-ftpd-light 1.0.2

15 Apr 13:16
Compare
Choose a tag to compare

Changelog:

  • Multiple config options have been added:
    • The key combination to pause the ftpd server can now be changed. (#2)
    • The key combination to pause the ftpd server can be disabled altogether. (#2)
    • The Joy-Con LED notification when connecting to the server can now be disabled.
      It will also no longer light up on unsuccessful connections. (thanks @aveao #3)
    • See config.ini for details on each of the options.
  • Added toolbox.json for Kosmos Toolbox support.

sys-ftpd-light 1.0.1

11 Dec 22:37
Compare
Choose a tag to compare

sys-ftpd-light is designed to use significantly less memory than original sys-ftpd.


Changes from sys-ftpd:

  • Reduced memory usage from 6MB to 1MB. On Switch FW 9.1.0, that huge memory chunk causes the old sys-ftpd to no longer work. Also, this left little to no memory available to other sysmodules to use, causing the same issue.
  • Removed sound completely. Due to memory limitations, sysmodules should only use as much as absolutely necessary. Sound is not absolutely necessary.
  • On Joy-Cons with firmware updated to 9.0.0, the LED light automatically turns off after 10 seconds to prevent battery drain. This helps in cases where the sysmodule gets interrupted without a chance to turn it off manually, causing the LED to stay on forever.
  • Built for Atmosphere 0.10.0 (the titles folder was renamed to contents. If you're using old Atmosphere, revert that change yourself.)

How to install:

Copy the contents of the zip file to your SD card. If you have Kosmos Toolbox, go to Background services and re-enable sys-ftpd. Otherwise, reboot your switch.

Report any bugs you find in the issues page.