Skip to content

Ignore CURLOPT_FTP_FILEMETHOD errors.#2041

Open
jkbonfield wants to merge 1 commit into
samtools:developfrom
jkbonfield:CURLOPT_FTP_FILEMETHOD
Open

Ignore CURLOPT_FTP_FILEMETHOD errors.#2041
jkbonfield wants to merge 1 commit into
samtools:developfrom
jkbonfield:CURLOPT_FTP_FILEMETHOD

Conversation

@jkbonfield

Copy link
Copy Markdown
Contributor

On OpenSUSE libcurl is built without ftp support. Our setting of CURLOPT_FTP_FILEMETHOD means we get curl not-implemented error codes, even if we are asking for an http URL. While we could check the URL prefix, it's easier to just ignore the error and let a later condition report the lack of ftp (should we be asking for that).

On OpenSUSE libcurl is built without ftp support.  Our setting of
CURLOPT_FTP_FILEMETHOD means we get curl not-implemented error codes,
even if we are asking for an http URL.  While we could check the URL
prefix, it's easier to just ignore the error and let a later condition
report the lack of ftp (should we be asking for that).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant