On Fri, May 27, 2016 at 11:58:50AM -0400, Terry Moore wrote: > Malloc() might fail, and you don't check for that in your new path. Right, thanks. I meant to use ftp_malloc(), anyway.
> And it's not clear to me how you know that there's a "//" at the strstr() I believe that the chain of events leading to that code requires that url start with http:// or https://. I'll try to verify that. Thanks for the feedback