how to start wupclient on my pc

I don't know if there's an easier way, but you'd have to use a python script for that, just edit the script with the ip of your wiiu. I still have it on my pc, my ip is still in there so just change it to whatever ip you want. and, do note that it's very slow compared with normal ftp.
 

Attachments

I don't know if there's an easier way, but you'd have to use a python script for that, just edit the script with the ip of your wiiu. I still have it on my pc, my ip is still in there so just change it to whatever ip you want. and, do note that it's very slow compared with normal ftp.
ok thx
 
I added this to the other thread - for anyone dealing with this right now

I haven't posted enough to add a link here so -

In the python script
Edit the ip address to connect to the IP address on the Wii U.

Run python -i wupclient.py to connect. (I installed python on mac os x and then double clicked the script)
Then I Ran the script from the python application.
Then in the next window I used these commands and it worked for me.

Some of the commands you use to access the memory.
  • w.ls(): Lists contents of a directory.
  • w.dl("filename"): Downloads a file.
  • w.dldir("path"): Download a directory.
  • w.cp("source","desination"): Copies a file.
  • w.mkdir("path","flags"): Creates a directory.
  • w.cd("path"): Changes the current working directory.
  • w.pwd(): Print the current directory.
  • w.up("filename"): Uploads a file.
  • w.rm("filename"): Removes a file.
  • w.rmdir("path"): Removes a directory.
 
Sup, dudes!
I know I'm a little late in this post but I just decided to improve some Wii U tools, and I'm improving this one rn. With new functions and also a good documentation and guides.
I suffered a lot with the lack of adequate documentation to help a friend recover his Wii U from a brick and I had to learn the hard way how to use it, and also create new functionality to solve his problem, so I decided to share.
The following repo got both CLI and GUI versions of wupclient modified by myself, with function to delete entire folders recursively dealing with the Wii U unix system.. (Take care using this function :p)

Enjoy:
GITHUB: kaiopiola/wupclient (Im not allowed to post links here yet aaaaaaaa)
 

Site & Scene News

Popular threads in this forum