Can we use git for uploading files?

What I’m seeing is:Uploading a file using git.Client-side

I’m using this software:git

Additional information:

Using git will save data

I am trying to use git with FTP can anyone help me with it. Any good libraries to install and how to install it.

You cannot use Git on free web hosting.

Git needs to be installed on the system, which is not possible.

2 Likes

I’m not quite sure what you would need to transfer files with Git. Git itself is not a protocol to transfer files. While you can push and pull files with Git, Git works over HTTPS or SSH. SSH access is not available on our hosting, and I don’t think getting HTTPS transfers to work is very practical.

I did find there is a plugin for Git creatively called git-ftp which may help?

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.