Check changes in B&T FTP syntax when accessing folders. Able to login and read content, but not able to traverse folders.
Getting this error:
Traceback (most recent call last):
File "\Python27\lib\lib-tk\Tkinter.py", line 1547, in call
return self.func(*args)
File "\overload\overload\pvf\pvf_gui.py", line 809, in change_rem_directory
self.remTrv.item(curItem)['values'][0])
File "\Python27\lib\ntpath.py", line 67, in join
p_drive, p_path = splitdrive(p)
File "\Python27\lib\ntpath.py", line 115, in splitdrive
if len(p) > 1:
TypeError: object of type 'int' has no len()
Check changes in B&T FTP syntax when accessing folders. Able to login and read content, but not able to traverse folders.
Getting this error: Traceback (most recent call last): File "\Python27\lib\lib-tk\Tkinter.py", line 1547, in call return self.func(*args) File "\overload\overload\pvf\pvf_gui.py", line 809, in change_rem_directory self.remTrv.item(curItem)['values'][0]) File "\Python27\lib\ntpath.py", line 67, in join p_drive, p_path = splitdrive(p) File "\Python27\lib\ntpath.py", line 115, in splitdrive if len(p) > 1: TypeError: object of type 'int' has no len()