Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTP server in recovery_menu #5

Open
Viperbite opened this issue Jun 15, 2022 · 3 comments
Open

FTP server in recovery_menu #5

Viperbite opened this issue Jun 15, 2022 · 3 comments

Comments

@Viperbite
Copy link

Viperbite commented Jun 15, 2022

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
Copy link
Owner

GaryOderNichts commented Jun 15, 2022

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
Copy link
Author

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
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants