Contact
DMCA
Privacy
Robuta
https://github.com/curl/curl/pull/19069
ftp: replace strstr() in ;type= handling by bagder · Pull Request #19069 · curl/curl · GitHub
Since it needs to be a trailing piece of the path avoiding strstr() is faster and more reliable. Also stopped checking the host name since it cannot actually...
ftp
replace
strstr
type
handling