I want to work via FTP with Sublime Text 2. I do not want to just connect via FTP and transfer files, but rather, edit the file, and when I save it, it sends directly to the server, via FTP. So, as it is done in Komodo. Is this possible?
I want to work via FTP with Sublime Text 2. I do not want to just connect via FTP and transfer files, but rather, edit the file, and when I save it, it sends directly to the server, via FTP. So, as it is done in Komodo. Is this possible?
This functionality is not available in the core of Sublime Text, but is possible with plugins. A Google search found two of the first results:
SublimeText2-FTPSync
Free, but no SFTP support
Sublime SFTP
Paid (USD 20), with SFTP support
Dude, I usually use FileZilla as Client for FTP, and I have set Sublime as the default editor for it ... and when I edit from the server files, saving FileZilla already asks if I want to send to the server again with the changes.
Aftersaving:
If you're still looking for this, both in SFTP and FTPSync, you can do this by changing the line '' upload_on_save ': false "to' 'upload_on_save': true" in the plugin's own settings file where you provide the host, user, and pass. This way when saving the file the plugin uploads automatically. Vlw Flw
I have tried to do this too, in which programmer life, this same challenges every day, a lightweight program that does this is cute ftp.