FTP error - Filezilla crash when drag and drop a file

akmur

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

its_me

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]

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Crash in chrome with input [type = file] / Drag and drop javascript jquery

From Dev

Crash in chrome with input [type = file] / Drag and drop javascript jquery

From Dev

FileZilla can't drag and drop to Windows Explorer

From Dev

Detecting drag and drop with Modernizr (not file drag and drop)

From Dev

Drag and Drop File Uploading

From Dev

Matplotlib Drag and Drop File

From Dev

UITableView Drag & Drop Outside Table = Crash

From Dev

jQuery File Upload JSON error on multiple drag and drop

From Dev

WPF file to file drag and drop

From Dev

Drag and Drop file upload with GWT

From Dev

Drag and drop file example in pygobject

From Dev

Qt - Drag and Drop File into ListView

From Dev

Drag and drop upload - file not saved

From Dev

Drag n' Drop File Upload

From Dev

Drag and Drop svg file in a canvas

From Dev

Drag & Drop file upload automatically

From Dev

Drag n Drop a SVG File

From Dev

error to drag and drop of charm to node

From Dev

JS: drag and drop returning error

From Dev

Which init method for UIView will be called when using drag and drop in xib file

From Dev

Filezilla cannot upload file on ftp on Ubuntu: 533 transfer failed

From Dev

JSON file not being read correctly on FileZilla/FTP server

From Dev

Error when trying to execute drag and drop using javascript for Selenium WebDriver test

From Dev

Drag and drop file using ExtJS 6

From Dev

why is file drag and drop disabling draggable elements?

From Dev

AngularJS file upload display image in drag and drop

From Dev

Simulate drag and drop of file to upload in Protractor

From Dev

Selenium: Drag and Drop from file system to WebDriver?

From Dev

Drag and drop file onto console application

Related Related

HotTag

Archive