Monday, 3 April 2017

publish project to server through ftp

I am going to build my project using gulp and upload the built program to a testing server through ftp. Once testing pass, I need to upload the version to a production server. Everything is done primitively.

However, if the number of project increase, it will be quite difficult to handle all of them.

What I want to do is develop a simple program which allow me to transfer a folder of whole files to a server.

I want the program is decided in nodejs hence i can add my own security mechanism. It should be better if the program can merge with gulp.

Can someone give me some suggestions?



via user3711105

No comments:

Post a Comment