WiiU:wupclient

From Nigel's Wiki
Revision as of 17:06, 23 March 2023 by Nelgin (talk | contribs) (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')...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Some commands understood by wupclient.py

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') 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]]