icetee / remote-ftp

FTP/FTPS/SFTP client for Atom.io
MIT License
556 stars 102 forks source link

Ability to configure auto-upload on a per-project basis #645

Open stvnw opened 7 years ago

stvnw commented 7 years ago

It would be nice to be able to specify in the per-project .ftpconfig files whether files are to be automatically uploaded on save. I'm imagining an entry along the lines of:

"autoUpload": "[always|connected|never]"

If present this would override the global option set through the GUI. If not present, the global setting would be used.

jpxd commented 7 years ago

Feel free to submit a PR for this. Should not be too hard. What do you think should be the default choice if the option is not present in the config?

Wombosvideo commented 7 years ago

connected