N: AUX1 Values - FujiNetWIFI/fujinet-firmware GitHub Wiki
Bit | Description |
---|---|
0 | NOT USED |
1 | DIRECTORY |
2 | READ |
3 | WRITE |
4 | NOT USED |
5 | NOT USED |
6 | NOT USED |
7 | NOT USED |
HTTP AUX1 Values
AUX1 | Description |
---|---|
4 | GET (with filename resolving) |
6 | PROPFIND (Directory) |
8 | PUT |
12 | GET |
13 | POST |
AUX1 = 4 versus AUX1 = 12
- 4 = ATARI thinks it's opening a file, do magical shit behind the scenes.
- 12 = App developer is doing an actual HTTP GET request, don't fuck with it.