Tags: ITotalJustice/ftpsrv
Tags
fix nx applet mode, work around clients sending -la for LIST, add log… …s, add nx led light flash. - [NX] reduced number of sessions to 128 so applet mode works. - [NX] add led flashing, enabled via config. - [NX] show that the user is in applet mode. - add logging, enabled via config. - add workaround clients sending -la -a for LIST. Fixes #2 - log filename on ftp error.
fix many nx bugs. 1. i made multiple changes to utils.c and vfs_nx.c without testing before making a release, all because i thought doing so at 2am would be a great idea. 2. i then decided, 10 minutes before leaving for work, to try and fix a reported bug and make a new release and label it "fixed" lol. actual fixes: - [NX] check that the src/dst fs is the same before attempting a rename. - [NX] correctly translate device path to fs path. - fix path building when listing a directory if cwd is root '/'. - [NX] block sleep mode when using application build. - [NX] fail on cross fs rename.