D
D
denz2011-03-28 09:03:10
Software Deployment
denz, 2011-03-28 09:03:10

Tools for deploying websites via ftp?

Are there convenient tools for deploying sites to a production server if access is only via FTP? So that new files can also be transferred to the database.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
A
Anton Pronin, 2011-03-28
@nightw0rk

Only new files, I think, now almost any FTP client can upload, but I don’t even know from the database. The only thing that comes to mind is to upload sql dumps and execute them through some kind of script.

I
IlVin, 2011-03-28
@IlVin

For files:
- WinSCP
- FileZilla
And you can't synchronize the database via FTP.

S
sadist007, 2011-03-28
@sadist007

You can look towards apache ant builder . Of course, you can’t synchronize the database through FTP, but you can write your own synchronization script. And then write everything in the script for ant.

I
IlVin, 2011-03-28
@IlVin

By the way, if there is SSH / SFTP, then here you can already forward ports through the tunnel using PuTTY.
Take PuTTY, mapit remote MySQL on the local machine and run your favorite database synchronization program.

D
Denis Turenko, 2011-03-28
@Dennion

You can take a CMS without MySQL on html files and a regular ftp manager will be useful.

I
Ivan Klimchuk, 2011-03-28
@Alroniks

For mysql migrations in php there is such a project. bitbucket.org/idler/mmp Have n't worked closely with it yet, but I think it will solve the problem.
For files, there are enough programs. There are also IDEs that can work directly with ftp.

E
el777, 2011-03-28
@el777

Sorry for the question. But do you really need hosting without convenient tools for work?
The difference in price is small, but over time you will lose weight. Is it worth it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question