A
A
artemonuchin2015-02-19 03:37:35
HTML
artemonuchin, 2015-02-19 03:37:35

How to organize automatic file exchange via FTP?

The habit of working in Adobe Dreamweaver has firmly stuck in me. I work purely as in a text editor. There is a built-in function for uploading files just saved via ftp to the server.
I have two questions:
1 - is it possible to configure AD so that it does not send all project files or manually send files, but only those that I just saved! And then when saving, it automatically sends the entire project from the locale to the server.
2 - Is there a program or settings in the program, be it total commander or filezilla or something else that sends just changed files to ftp

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xSkyFoXx, 2015-02-19
@xSkyFoXx

In short, it's possible.
But without additional automation is indispensable.
Stop using Dreamweaver (sorry).
> is it possible to configure AD so that it does not send all project files or manually send files, but only those that I just saved!
Sure you can. You need to write a small script that will watch FS (I prefer watchdog . But I'm sure there is a library for your language). Let your script store the timestamp of the last update. If Current_date_time_of_change > Last_update_time - upload files to the server.
> Is there a program or settings in the program, be it total commander or filezilla or something else that sends just changed files to ftp
Any library for working with ftp is enough.

M
Mikhail Lyalin, 2015-02-19
@mr_jok

uploading files to the production server immediately after editing = bad form

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question