More actions
(Created page with "{{Infobox WiiU Homebrews |title=Wupclient |image=wiiu.png |description=A python client for WUP Server |author=Smealum, Fix94, Others |lastupdated=2019/09/11 |format= |type=PC Utilities |version=0.1.3 |license=MIT |website=https://github.com/FIX94/iosuhax/tree/master/wupserver |source=https://github.com/FIX94/iosuhax/tree/master/wupserver |donation= }} Library for accessing wupserver running on the Wii U developed by smealum. == User guide ==...") |
No edit summary |
||
Line 5: | Line 5: | ||
|author=Smealum, Fix94, Others | |author=Smealum, Fix94, Others | ||
|lastupdated=2019/09/11 | |lastupdated=2019/09/11 | ||
|format= | |format=py | ||
|type=PC Utilities | |type=PC Utilities | ||
|version=0.1.3 | |version=0.1.3 |
Revision as of 03:35, 2 Mayıs 2024
Wupclient | |
---|---|
General | |
Author | Smealum, Fix94, Others |
Type | PC Utilities |
Version | 0.1.3 |
License | MIT License |
Last Updated | 2019/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
to connect.
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.