amoussard / sftp-deployment

Spend less time managing file transfers and more time coding. SFTP support for Atom.io to send and receive files directly in your server.
MIT License
76 stars 44 forks source link

Error when uploading from sidebar #39

Closed alexbet closed 9 years ago

alexbet commented 9 years ago

Getting this error when trying to upload file from sidebar by right-clicking on the file and choosing "FTP/SFTP Upload selection" (see screen shot). screen_shot_2014-12-28_at_8_47_43_pm

Pooky commented 9 years ago

I think this is coused by new Atom API. I solved this problem by following steps:

1) Open lib/filesystem/FileManager.js 2) At line 98 find this code: self.addToStack($(this).view().getPath()); 3) Replace it with this code: self.addToStack($("span", this).data("path")); 4) Restart ATOM / or reload VIEW->RELOAD

amoussard commented 9 years ago

Hi guys,

Sorry for the long period of inactivity.

We are currently working on a new version : better code, more stable, and bug fixes. This bug will be fixed at the next release.

Thank you for using our work ! :)

amoussard commented 9 years ago

Hi guys,

A new version (1.0.0) was published tonight. Feel free to reopen if the problem is still there.

Enjoy ! :D