Answer the question
In order to leave comments, you need to log in
How to synchronize local sites and FTP?
OS X, I use Sublime to write code, FileZilla works in the background and each time I manually transfer each file.
Tell me how to implement synchronization so that when saving on a local computer, the files are uploaded to the server?
Answer the question
In order to leave comments, you need to log in
I, too, like you (but on ubunt), but there are IDEs that can transfer - they work with a project (in which they know the server and folders on the server), and not just with local files.
best ide for mac:
stackoverflow.com/questions/115563/best-php-ide-fo...
On Linux Mint, I mount an ftp resource to the folder, then add the directory to Sublime and everything is automatically synchronized when I save the modified file in Sublime, maybe on OS X the same way can be implemented.
#!/bin/bash
curlftpfs ftp://site:[email protected]/ /home/user/www/site1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question