Hi guys, so, I tried doing the same thing with nautilus. But it's not a problem of the Nautilus but is the U1FTP. The U1FTP has a limited type the caracters (ASCII).
The solution is simple:
Unzip the u1utf.zip.
Open the file u1ftp/ftpshell.py on the line 169 change de "volume_map[name] = path" to "volume_map[name] = path.encode('utf-8')"
This way you will fix problems with the names of the files and folders
How run the program agora?
Go to the folder on you unzipped the files with terminal and try
$ python __main__.py
Hi guys, so, I tried doing the same thing with nautilus. But it's not a problem of the Nautilus but is the U1FTP. The U1FTP has a limited type the caracters (ASCII).
The solution is simple:
Unzip the u1utf.zip. 'utf-8' )"
Open the file u1ftp/ftpshell.py on the line 169 change de "volume_map[name] = path" to "volume_map[name] = path.encode(
This way you will fix problems with the names of the files and folders
How run the program agora?
Go to the folder on you unzipped the files with terminal and try
$ python __main__.py