I have one server where I push data to that requires me to add --disable-epsv
at the end of the git-ftp command. This is of course an exception, so I forget it often. Is there a way to set it in the config file so it always does that for me?
Supposing there is no way to do that, using linux, can we write an alias that will let us overwrite the command say "git-ftp" to write "git-ftp %s --disable-epsv" automatically?