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

Prevent Overwriting #2

Closed georgemastro closed 10 years ago

georgemastro commented 10 years ago

I've been a Sublime User for the past three years and the only thing that bugs me is that when I upload a file from a project that is not version controlled and has been modified by a teammate, sftp doesn't warn me that there is a newer version of the same file uploaded before mine.

The weird thing is that this functionality has been implemented in Dreamweaver since forever!

Is there a chance that this could be also implemented in sftp for Atom? If that's the case then just for this feature, my whole team would move to atom.

Thanks!

amoussard commented 10 years ago

Hi @georgemastro , I'm sorry but it's not the aim of the package. In fact, your file will be always different when you will put it on your server. In a correct way, it's not recommended to work together on the same server. Thank you for your feedback.