GaryOderNichts / recovery_menu

Recovery Menu for the Nintendo Wii U
GNU General Public License v2.0
144 stars 17 forks source link

FTP server in recovery_menu #5

Open Viperbite opened 2 years ago

Viperbite commented 2 years ago

Hello! How can I mount MLC memory using FTP server recovery_menu?? Is it possible to use a standard FTP client with a GUI instead of a python script?? Tools known to me are not capable of decompressing an MLC dump. I will be grateful for any help.

GaryOderNichts commented 2 years ago

There is no FTP server available, only wupserver. You can access wupserver using wupclient by editing the IP address in line 30. Now run python -i wupclient.py to connect to wupserver. After that there are several commands available to access the console. Everything in <> is optional

w.ls()                                  - Lists files and folders in the current directory
w.ls("/vol/storage_mlc01")              - Lists files and folders in the specified directory
w.cd("path")                            - Changes the current directory to path
w.dl("consolefile", <"localfile">)      - Downloads the specified consolefile to the PC
w.up("localfile", <"consolefile>)       - Uploads the localfile to the specified consolefile
Viperbite commented 2 years ago

There is no FTP server available, only wupserver. You can access wupserver using wupclient by editing the IP address in line 30. Now run python -i wupclient.py to connect to wupserver. After that there are several commands available to access the console. Everything in <> is optional

w.ls()                                  - Lists files and folders in the current directory
w.ls("/vol/storage_mlc01")              - Lists files and folders in the specified directory
w.cd("path")                            - Changes the current directory to path
w.dl("consolefile", <"localfile">)      - Downloads the specified consolefile to the PC
w.up("localfile", <"consolefile>)       - Uploads the localfile to the specified consolefile

Thank you. Everything is fine, I got access to the MLС memory, my mistake was in the wrong commands. Can you add your answer to the recovery menu description?? So that newbies like me don't ask more stupid questions.

PhilDevProg commented 1 year ago

@GaryOderNichts wupclient doesn't work... Bildschirmfoto vom 2022-10-14 16-20-50 The IP is set correctly in the file and both systems are in the same WiFi Network.