CFReadStreamCreateWithFTPURL

Function CFReadStreamCreateWithFTPURL 

Source
pub unsafe extern "C-unwind" fn CFReadStreamCreateWithFTPURL(
    alloc: Option<&CFAllocator>,
    ftp_url: &CFURL,
) -> CFRetained<CFReadStream>
👎Deprecated: Use NSURLSessionAPI for ftp requests
Available on crate feature CFFTPStream only.