Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 2851  / 3 Years ago, sun, october 10, 2021, 11:17:59

I am having issues both with filezilla and with gftp.



Basically, when I attempt an upload or a download, Filezilla just crashes and closes down, while gftp sometimes says it cannot open the destination folder although what I'm trying to upload is a file.



Any suggestion on how to solve this?



I'm using Ubuntu 11.10


More From » ftp

 Answers
0

It's caused by a known (now fixed) bug in wxwidgets. Follow the steps & and the issue should be resolved in no time.



First, run the following command (only if curl isn't already installed):



sudo apt-get install curl


(Everything that follows is mandatory) Then issue this command:



curl http://apt.wxwidgets.org/key.asc | sudo apt-key add -


Then go to System Settings > Software Sources > "Other Software" tab > click "Add..." and add the following one after the other (or edit /etc/apt/sources.list file):



deb http://apt.wxwidgets.org/ natty-wx main
deb-src http://apt.wxwidgets.org/ natty-wx main


Then run the following commands one after the other:



sudo apt-get update
sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n


That's it! You don't even have to restart your PC.



[source: detailed instructions here]


[#42300] Tuesday, October 12, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
arkcker

Total Points: 296
Total Questions: 111
Total Answers: 104

Location: Nepal
Member since Tue, Sep 8, 2020
4 Years ago
;