Ok. I'll waitIt's just a matter of time until it gets ported, don't worry![]()
Ok. I'll waitIt's just a matter of time until it gets ported, don't worry![]()

I think it would be w.dl("/meta", "/vol/storage_usb01/usr/title/00050000/101A5600/meta/")What is the command in python to download a folder trough wupclient
I want this folder /vol/storage_usb01/usr/title/00050000/101A5600/meta/

Try this: w.dl("meta.xml", "/vol/storage_usb01/usr/title/00050000/101A5600/meta/meta.xml")I get dl error : could not open /meta
--------------------- MERGED ---------------------------
how do guy get their meta.xml from VC Games so they can modify them

Hah! I was close to it!w.dl("/vol/storage_usb01/usr/title/00050000/101A5600/meta/meta.xml", "meta.xml")
YOU GOT IT !!!! Thank you so muchw.dl("/vol/storage_usb01/usr/title/00050000/101A5600/meta/meta.xml", "meta.xml")
What if its in nand?w.dl("/vol/storage_usb01/usr/title/00050000/101A5600/meta/meta.xml", "meta.xml")

Sorry for my stupidity above for what I said, I'm still new to this stuffI think it is storage_mlc01
Never apologize for that. You just tried to help. I'm new to this stuff too.Sorry for my stupidity above for what I said, I'm still new to this stuff![]()

Alright, at least now I know the downloads command hahahaNever apologize for that. You just tried to help. I'm new to this stuff too.
I did make a search on this forum and on google and couldn't find anything.
We are lucky that there is Smart people here. LOL I would love to have programming skills like them.
--------------------- MERGED ---------------------------
@VinsCool Where are you from in Canada ?
I'm from Ottawa

Try with the python command line version instead? Everything worked with command line.Can anyone give me some help with this? I'm trying to use wupserver to start installing this but every time I try to connect wupclientgui I get the following error.
Exception in Tkinter callback
Exception AttributeError: "wupclient instance has no attribute 'fsa_handle'" in <bound method wupclient.__del__ of <wupclient.wupclient instance at 0x0000000002A8BC48>> ignored
Traceback (most recent call last):
File "C:\Python27\lib\lib-tk\Tkinter.py", line 1410, in __call__
return self.func(*args)
File "C:\Users\Ryan\Desktop\wupclientgui\wupclientgui.py", line 142, in connect
w = wupclient.wupclient(ip)
File "C:\Users\Ryan\Desktop\wupclientgui\wupclient.py", line 31, in __init__
self.s.connect((ip, port))
File "C:\Python27\lib\socket.py", line 222, in meth
return getattr(self._sock,name)(*args)
error: [Errno 10061] No connection could be made because the target machine actively refused it
Can anyone give me some help with this? I'm trying to use wupserver to start installing this but every time I try to connect wupclientgui I get the following error.
Exception in Tkinter callback
Exception AttributeError: "wupclient instance has no attribute 'fsa_handle'" in <bound method wupclient.__del__ of <wupclient.wupclient instance at 0x0000000002A8BC48>> ignored
Traceback (most recent call last):
File "C:\Python27\lib\lib-tk\Tkinter.py", line 1410, in __call__
return self.func(*args)
File "C:\Users\Ryan\Desktop\wupclientgui\wupclientgui.py", line 142, in connect
w = wupclient.wupclient(ip)
File "C:\Users\Ryan\Desktop\wupclientgui\wupclient.py", line 31, in __init__
self.s.connect((ip, port))
File "C:\Python27\lib\socket.py", line 222, in meth
return getattr(self._sock,name)(*args)
error: [Errno 10061] No connection could be made because the target machine actively refused it
Try with the python command line version instead? Everything worked with command line.
Are you using Python in Windows?
If yes, You shloud try to reinstall Python with this link if you have a 64 bits Windows (computer)
https://www.python.org/ftp/python/3.5.2/python-3.5.2-amd64.exe
When you instal. Make sure to Select Install PATH
--------------------- MERGED ---------------------------
python -i wupclient.py

Are you using latest FIX94's version? I have python 3 and it works perfectly.I get a similar error.
Thanks but I get the message " SyntaxError: Missing parentheses in call to 'print' " I'm pretty sure that pne is due to the wupclient.py I'm using being written with python 2 in mind and I'm not sure if there is a python 3 version honestly.




