T
T
Tonako2015-10-04 20:15:02
FTP
Tonako, 2015-10-04 20:15:02

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

2 answer(s)
T
Tlito, 2015-10-04
@tlito

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...

D
DenKapone, 2015-10-05
@DenKapone

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 question

Ask a Question

731 491 924 answers to any question