Remote-ftp: Atom 1.17 update breaks repo

Created on 17 May 2017  路  14Comments  路  Source: icetee/remote-ftp

After an update to Atom 1.17 this morning (MacOS) there is no longer an "Upload" option on a file /folder when I right click (cmd click)

I've also noticed that Atom has taken it upon itself to create a "Project" pane, perhaps this has something to do with it?

Most helpful comment

Quick "permanent" fix before it comes in official plugin update. It's based on @McNuggetSauce solution for remote-sync, but works with this one as well.

Open remote-ftp.cson (.atom/packages/Remote-FTP/menus) and change line 3

  • from '.tree-view.full-menu': [
  • to '.tool-panel.tree-view': [

Restart Atom, done. Hope it helps.

All 14 comments

Same problem with update 1.17 (Windows 7 32bit).
No upload button, cannot sync, probably have something to do with these panes

As a quick workaround you can highlight the file/folder and "Ctrl + shift + u" which will perform the upload.

Hope this isn't a permanent issue!

That doesn't work for me, hope they'll resolve the issue quickly

Replicated on macOS Sierra 10.12.4 this morning. I suspect that Atom have moved things around. As a work around old versions of Atom are available on Atom.io

Quick "permanent" fix before it comes in official plugin update. It's based on @McNuggetSauce solution for remote-sync, but works with this one as well.

Open remote-ftp.cson (.atom/packages/Remote-FTP/menus) and change line 3

  • from '.tree-view.full-menu': [
  • to '.tool-panel.tree-view': [

Restart Atom, done. Hope it helps.

Uploading now also does not respect the directory structure of the local project -- everything gets dumped in the remote project root.

@garrottkai Works fine on my side, regardless whether it's a file, directory, or entire project. Maybe try disable and re-enable the package? Anyone else have similar problem?

please fix this? i cant upload now.

This is fixed in the latest commit, however is yet to be published.
To fix this, download the master branch, replace your package (.atom/packages/remote-ftp) with the master branch. Open the directory in terminal and run "npm install"

Thanks for the quick fix @dtsdev

@dtsdev It's ok.

the fix Doesnt work...

Doesn't look like a real patch is coming anytime soon. Might just go back to sublime text. There isn't even any alternative packages for FTP.

Great solution, work form me

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Jozzeh picture Jozzeh  路  3Comments

abvincita picture abvincita  路  7Comments

lukecywon picture lukecywon  路  6Comments

querysol picture querysol  路  7Comments

xabispacebiker picture xabispacebiker  路  5Comments