ENH: disable ftp check because it is no longer active on public

This commit is contained in:
Bill Hoffman 2008-12-02 16:40:04 -05:00
parent 7ca9ea98da
commit 4b879a7593
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ int main(/*int argc, char **argv*/)
retVal += GetWebFile();
/* Do not check the output of FTP socks5 cannot handle FTP yet */
GetFtpFile();
/* GetFtpFile(); */
/* do not test ftp right now because we don't enable that port */
curl_global_cleanup();
return retVal;
}