https://github.com/git/git
Revision 3ea099d48b15f69889f4efe71599c9dfde6bb26a authored by Sasha Khapyorsky on 29 September 2006, 00:10:44 UTC, committed by Junio C Hamano on 29 September 2006, 02:02:46 UTC
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>
1 parent 77e565d
History
Tip revision: 3ea099d48b15f69889f4efe71599c9dfde6bb26a authored by Sasha Khapyorsky on 29 September 2006, 00:10:44 UTC
http/ftp: optionally ask curl to not use EPSV command
Tip revision: 3ea099d
File Mode Size
sha1.c -rw-r--r-- 1.8 KB
sha1.h -rw-r--r-- 402 bytes
sha1_arm.S -rw-r--r-- 3.5 KB

back to top