I use git and I want to update the remote server’s files via ftp. How I’ll accomplish this? Is there any ftp command or addon for that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Even if Git does not support FTP, several tools exist for this :
Those scripts only transfer files that have changed since the last time, which is better than nothing.