Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Wii U:Wupclient: Difference between revisions

From Hacks Guide Wiki
Add warning about bricks
m Make optional params italic
Line 32: Line 32:


====dl - Download files from the console====
====dl - Download files from the console====
  dl(filename, directorypath, local_filename)
  dl(filename, ''directorypath, local_filename'')
   
   
  '''filename''': Relative or absolute path to the file which should be downloaded from the Wii U
  '''filename''': Relative or absolute path to the file which should be downloaded from the Wii U
Line 51: Line 51:


====ls - List files and folders====
====ls - List files and folders====
  ls(path, return_data)
  ls(''path, return_data'')
   
   
  '''''path''''': Optional relative or absolute path. If not specified the current working directory will be used.
  '''''path''''': Optional relative or absolute path. If not specified the current working directory will be used.
Line 62: Line 62:


====up - Upload files to the console====
====up - Upload files to the console====
  up(local_filename, filename)
  up(local_filename, ''filename'')
   
   
  '''local_filename''': Relative or absolute path to a file on the PC
  '''local_filename''': Relative or absolute path to a file on the PC