Nifty project. But I have hard time believing that there still are web providers that don't support SSH. Are there any? Good ones?
Git over FTP
11–20 of 41 posts
Re: Git over FTP
#12Re: Git over FTP
#13Nifty project. But I have hard time believing that there still are web providers that don't support SSH. Are there any? Good ones?
Re: Git over FTP
#14Re: Git over FTP
#15This is extremely interesting. I think the main people to benefit from this would be self-deployment kind of people or freelance developers. Mostly freelance devs I believe. For my stuff, I'd definitely use this - but my first order of business would be to talk people into getting proper hosting so I wouldn't have to. Obviously that's not possible for freelance gigs. I'll definitely use it when I need to deploy to X…
Re: Git over FTP
#16Re: Git over FTP
#17Does it work over SFTP? I might be able to use something like that.
Re: Git over FTP
#18Here the git client includes logic to speak (translate to) ftp - which is great for this purpose.
What if you could say: `git push fleet master`
where fleet is a remote that translates git-speak into a deployment.
I realize - this is simply an imitation of Heroku. But, it may be interesting to flex git in this way: a code change protocol.
This and the recently discussed codeq could yield some very interesting possibilities.
Re: Git over FTP
#19Seriously, other than it was a fun fidget, what was the point?
Re: Git over FTP
#20Does it work over SFTP? I might be able to use something like that.