Wupclient Wii U: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox WiiU Homebrews   
{{Infobox WiiU Homebrews   
|title=Wupclient   
|title=Wupclient   
|image=wiiu.png   
|image=wiiu2.png   
|description=A python client for WUP Server   
|description=A python client for WUP Server.  
|author=Smealum, Fix94, Others   
|author=Smealum, Fix94, Others   
|lastupdated=2019/09/11   
|lastupdated=2019/09/11   
|format=py   
|format=py   
|type=PC Utilities  
|type=Network Tools  
|version=0.1.3   
|version=0.1.3   
|license=MIT   
|license=MIT   
Line 18: Line 18:
Edit the ip address to connect to the IP address on the Wii U.   
Edit the ip address to connect to the IP address on the Wii U.   
    
    
Run <code>python -i wupclient.py</code> to connect. 
Run <code>python -i wupclient.py</code>
    
    
Some of the commands:   
Some of the commands:   
Line 30: Line 30:
* <code>w.up(&quot;filename&quot;)</code>: Uploads a file.   
* <code>w.up(&quot;filename&quot;)</code>: Uploads a file.   
* <code>w.rm(&quot;filename&quot;)</code>: Removes a file.   
* <code>w.rm(&quot;filename&quot;)</code>: Removes a file.   
* <code>w.rmdir(&quot;path&quot;)</code>: Removes a directory.
* <code>w.rmdir(&quot;path&quot;)</code>: Removes a directory.
 
 
== External links ==   
== External links ==   
* GitHub - https://gist.github.com/GaryOderNichts/409672b1bd5627b9dc506fe0f812ec9e   
* GitHub - https://gist.github.com/GaryOderNichts/409672b1bd5627b9dc506fe0f812ec9e   
* GitHub - https://github.com/FIX94/iosuhax/tree/master/wupserver   
* GitHub - https://github.com/FIX94/iosuhax/tree/master/wupserver   
* GitHub - https://github.com/smealum/iosuhax/tree/master/wupserver
* GitHub - https://github.com/smealum/iosuhax/tree/master/wupserver

Latest revision as of 11:33, 23 May 2024

Wupclient
Wiiu2.png
General
AuthorSmealum, Fix94, Others
TypeNetwork Tools
Version0.1.3
LicenseMIT License
Last Updated2019/09/11
Links
Website
Source

Library for accessing wupserver running on the Wii U developed by smealum.

User guide

Edit the ip address to connect to the IP address on the Wii U.

Run python -i wupclient.py

Some of the commands:

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

External links

Advertising: