author | Sasha Khapyorsky <sashak@voltaire.com> | |
Fri, 29 Sep 2006 00:10:44 +0000 (03:10 +0300) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 29 Sep 2006 02:02:46 +0000 (19:02 -0700) | ||
commit | 3ea099d48b15f69889f4efe71599c9dfde6bb26a | |
tree | a9ad5a1e8038a6ab2300876eae9e940752483792 | tree | snapshot |
parent | 77e565d8f76357781eb6236e031e8e0581de83a9 | commit | diff |
http/ftp: optionally ask curl to not use EPSV command
If http.noEPSV config variable is defined and true, or if
GIT_CURL_FTP_NO_EPSV environment variable is defined, disable using
of EPSV ftp command (PASV will be used instead). This is helpful with
some "poor" ftp servers which does not support EPSV mode.
Signed-off-by: Sasha Khapyorsky <sashak@voltaire.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
If http.noEPSV config variable is defined and true, or if
GIT_CURL_FTP_NO_EPSV environment variable is defined, disable using
of EPSV ftp command (PASV will be used instead). This is helpful with
some "poor" ftp servers which does not support EPSV mode.
Signed-off-by: Sasha Khapyorsky <sashak@voltaire.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt | diff | blob | history | |
git-clone.sh | diff | blob | history | |
git-fetch.sh | diff | blob | history | |
git-ls-remote.sh | diff | blob | history | |
http.c | diff | blob | history |