WiiU:wupclient: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Some commands understood by wupclient.py {| class="wikitable" |+ wupclient commands |- ! 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')...") |
No edit summary |
||
Line 31: | Line 31: | ||
|} | |} | ||
[[Category | [[Category:WiiU]] |
Latest revision as of 17:07, 23 March 2023
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 |