BookOps-CAT / overload

BookOps toolkit
MIT License
0 stars 1 forks source link

B&T FTP syntax change #75

Open klinga opened 1 year ago

klinga commented 1 year ago

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()