1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

commented out the EPSV support

This commit is contained in:
Daniel Stenberg 2001-11-27 00:50:52 +00:00
parent 6003f24f78
commit bbf80d0f93

View File

@ -1343,8 +1343,8 @@ CURLcode ftp_use_pasv(struct connectdata *conn)
we're already connected to, as then we can skip the name function
call below, in similar style that we do for the EPSV reply */
}
#if 1
else if (strcmp(mode[modeoff], "EPSV") == 0) {
#if 0
else if (229 == results[modeoff]) {
char *ptr = strchr(buf, '(');
if(ptr) {
unsigned int num;