Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
4b879a75
Commit
4b879a75
authored
Dec 02, 2008
by
Bill Hoffman
Browse files
ENH: disable ftp check because it is no longer active on public
parent
7ca9ea98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Utilities/cmcurl/Testing/curltest.c
View file @
4b879a75
...
...
@@ -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
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment