"Ian S. Worthington" [off-list ref] writes:
I have a server without https and so I'm trying to establish if I can host a
repository there using ftp. The manuals suggest that I can, but when I try:
Which manuals?
IIUC, a dumb HTTP(S) server that accepts only GET can still serve
"git fetch", and an FTP(s) server would be able to do the same using
similar codepath, but I do not think these can accept "git push". A
dumb HTTP(S) may be able to accept "git push" if it does WebDAV, but
I do not think there is corresponding FTP support at all.