Commit Graph

256 Commits

Author SHA1 Message Date
aada8e2bb5 Bump wiiu-env/devkitppc from 20240505 to 20240704
Bumps wiiu-env/devkitppc from 20240505 to 20240704.

---
updated-dependencies:
- dependency-name: wiiu-env/devkitppc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-05 15:39:58 +00:00
5d3436b069 Bump version to 0.4.2 v0.4.2 ftpiiu_plugin-20240511-202133 2024-05-11 22:20:23 +02:00
fa4440bcb4 Change default CWD to / to fix access to any non-sd card directory for some ftp clients 2024-05-11 22:20:23 +02:00
cf0d87640e Bump version v0.4.1 ftpiiu_plugin-20240507-115612 2024-05-07 13:55:01 +02:00
164ec96a04 Fix compiling with NDEBUG flag ftpiiu_plugin-20240507-044341 2024-05-07 06:42:37 +02:00
0c6e58cb75 Avoid space in owner/group string to fix LIST command 2024-05-07 06:42:37 +02:00
02996b00b6 Update Dockerfile to use WUPS 0.8.1 ftpiiu_plugin-20240505-155604 v0.4.0 2024-05-05 17:54:53 +02:00
71229084ae Fix displaying files/dirs with a broken date in some ftp clients ftpiiu_plugin-20240503-151254 2024-05-03 17:11:39 +02:00
ec1101e82f Fix accessing the /vol/save directories ftpiiu_plugin-20240428-133223 2024-04-28 15:31:08 +02:00
3e1d862aff Fix logging ftpiiu_plugin-20240427-102908 2024-04-27 12:26:50 +02:00
54618b3cac Fix version 2024-04-27 12:26:50 +02:00
aff02cd7ed Update Dockerfile 2024-04-27 12:26:50 +02:00
307ee66bd3 Use stat from dirent* if possible 2024-04-27 12:26:50 +02:00
2b1cdc4f4c Bump softprops/action-gh-release from 3 to 4 2024-04-27 12:26:50 +02:00
c0636269ce Bump actions/checkout from 3 to 4 2024-04-27 12:26:50 +02:00
0c4877ed53 Add dependabot.yml 2024-04-27 12:26:50 +02:00
d566a7155e Improve performance when reading directories 2024-04-27 12:26:50 +02:00
bfc82df26f Remove debug log build check 2024-04-27 12:26:50 +02:00
5d85eff2f3 Update target .wps filename 2024-04-27 12:26:50 +02:00
d854510aa1 Add github actions and update Dockerfile 2024-04-27 12:26:50 +02:00
8da299cc73 Update README 2024-04-27 12:26:50 +02:00
ee493beab2 Remove platform specific code for other platform than wii u, remove third party dependencies 2024-04-27 12:26:50 +02:00
40ff376710 wiiu: working as a plugin 2024-04-27 12:26:50 +02:00
af2b1be4c8 Initial Wii U port 2024-04-27 12:26:50 +02:00
fec8332df6 Updates Switch app initialization to disable auto-sleep
Disables HOS auto-sleep during app lifetime to prevent sleep from breaking large file transfers
2024-01-09 17:13:26 -06:00
e27898f0c3 Use ImGui/GLFW GL loaders instead of glad 2023-03-11 07:35:53 -06:00
a49a56197b Update to Dear ImGui v1.89.3 2023-03-11 07:02:43 -06:00
38f9bde54b Fix MLST 2023-03-10 01:49:54 -06:00
9eba777ac9 Fix DkScissor calculation 2022-10-25 07:15:38 -05:00
1db3c48ee4 Add log upload to hastebin 2022-10-03 21:52:19 -05:00
16c59354da 3DS: Keep wifi alive when lid is closed 2022-07-24 18:28:40 -05:00
49535886fa fix APP_TITLE error introduced by 7364ea7dd5 2022-05-03 02:09:10 -05:00
9f31cde4ee Handle archive bit gracefully 2022-03-31 11:56:27 -05:00
7364ea7dd5 _3DS -> __3DS__ 2022-03-31 11:53:47 -05:00
9c1735e33f Fix privileged port logic 2021-06-13 11:36:20 -05:00
0665777a85 Bump version for release 3.1.0 2021-06-01 20:41:07 -05:00
c927405dfd Update to ImGui 1.83 2021-06-01 20:16:43 -05:00
c6681e939d Update for libnx 2021-06-01 20:16:16 -05:00
0438a0df2c Fix config button sizes 2021-06-01 20:15:33 -05:00
d648a8dca7 Only allow full-control styles 2020-12-30 13:42:43 -05:00
607ca560bf Add reset button for config 2020-12-30 13:37:02 -05:00
c4f36f165b libnx updates 2020-12-30 13:36:43 -05:00
709e24d458 Add access point for Switch 2020-12-11 19:15:33 -06:00
852669818d HID refactor 2020-12-05 19:24:49 -06:00
78b257612a Remove redundant state change in PWD 2020-11-18 13:27:52 +01:00
bc3c096b39 Handle keep-alive during transfers
Closes #123
2020-11-18 13:19:40 +01:00
c7bbb93fd5 Update to ImGui 1.79 2020-11-16 07:19:32 +01:00
691c98e956 add some missing information to switch build instructions 2020-10-28 09:45:05 -05:00
69cd065194 Use a more predictable response code for invalid user 2020-09-12 13:50:07 -05:00
9f86715a49 Improve the support of command 227
The use of Rclone fail when tries to connect using FTP protocol.
Rclone can't connect to the server ftp on Switch because of bad formatting of 227 command.

> Rclone is a command line program to manage files on cloud storage.
Source: https://rclone.org/

Rclone use this go library:
* https://github.com/jlaffaye/ftp

The lib check the connection information between the parenthesis but there aren't in the string formatted by this software
Source: https://github.com/jlaffaye/ftp/blob/master/ftp.go#L391

Also there is other source of origin of this fix:
* https://tools.ietf.org/html/rfc959 (the RFC of FTP Protocol)
* https://github.com/proftpd/proftpd/blob/master/modules/mod_core.c#L3873 (proftpd a server FTP implementation)
2020-07-09 21:29:14 +02:00