On Fri, 5 Oct 2012 15:46:33 +0200 Philippe Vaucher <philippe.vaucher@xxxxxxxxx> wrote: > > On the git-users mailing list we're trying someone to help with > > running `git push` over FTP. That person is runnig Git 1.7.9.5 > > on Ubuntu 12.04. > > I don't think vanilla git supports pushing over ftp. > > There are plugins like https://github.com/resmo/git-ftp tho. git-ftp's functionality is completely orthogonal to `git push` -- this script allows to sync a tree referenced by the specified Git commit with a remote directory accessible via FTP, transferring only new and modified files and deleting disappeared files and directories. IOW, git-ftp is a (very handy) Git-powered *deployment* tool, not a backend for `git push` or something like that. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html