S
S
Sergey2015-10-12 22:30:46
PHP
Sergey, 2015-10-12 22:30:46

Is there a program to synchronize from FTP to a local folder?

Is there a program to synchronize from FTP to a local folder? I use FilleZilla, but the inconvenience is that you need to manually replace local files if you changed them on another computer. I would like it to be something similar to SVN so that there is a check for changes and, if any, then synchronize with the new version of the file.
I would be very grateful for advice on where to find such software!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Korolev, 2015-10-12
@goodwin74

WinSCP (link leads directly to the requested feature)
Works via SSH (SCP), WebDAV and FTP.

M
Michael, 2015-10-12
@scherbuk

usually it’s the other way around, first they change the local ones, and then deploy to the server,
and the project can be kept in a dropbox, for example
, but I don’t know

N
n1mda, 2015-10-12
@n1mda

lftp won't work?

lftp -e 'mirror -R -e -n /home/dir /; bye;' -u login,password server.ru:21 >/dev/null &

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question