WiiU:wupclient
Some commands understood by wupclient.py
| command | description | 
|---|---|
| w.mkdir('path','flags') | Create a directory | 
| w.cd('path') | Change directory | 
| w.ls() | List current directory or provide a path | 
| w.dldir('path to dir') | recursively download directory | 
| w.cpdir('src path','dest path') | Copy a directory from source to destination | 
| w.pwd() | print the current directory | 
| w.cp('source','dest') | Copy source file to destination | 
| w.dl('filename') | Download a file, provide optional path and local filename | 
| w.mkdir_p('path') | Similar to mkdir -p to create all missing dirs in the path | 
| w.stat('filename') | show stats of a file | 
| w.up('filename') | upload a file. Provide optional new filename | 
| w.dump_syslog() | display the current system log | 
[[Category::WiiU]]