morassman / atom-commander

Dual-pane file manager for Atom.
MIT License
33 stars 5 forks source link

upload files #93

Open samuelesantoni opened 6 years ago

samuelesantoni commented 6 years ago

How can i upload files from local view to my server? Thanks.

morassman commented 6 years ago

You'll have to create a connection to the server first. Once you are connected you can browse to the folder on the server where you want the file and then simply copy it over.

You can add a server in one of the following ways:

Either option will open a dialog from which you can configure a connection to a server.

samuelesantoni commented 6 years ago

Thanks for your reply! There is a file that i can copy with all my FTP accounts?

morassman commented 6 years ago

I'm not sure what your question means. Do you mind rephrasing and elaborating a bit?

samuelesantoni commented 6 years ago

I found a file .json where there are saved some FTP accounts with encrypted password in atom commander but i not found the file for bookmarks. There is a file where i can add all my accounts FTP and use it for example if i change my computer?

morassman commented 6 years ago

All bookmarks and servers are saved in ~/.atom/atom-commander-json. If you copy this file over to another computer then it should work. I don't recommend doing this though. There are paths to files and folders stored in atom-commander.json which may not exist on the other computer.

samuelesantoni commented 6 years ago

oh ok, is better if i reinsert all my ftp accounts every time. it is not very comfortable.