constantine-fry / rebekka

Rebekka - FTP/FTPS client in Swift.
BSD 2-Clause "Simplified" License
87 stars 56 forks source link

CFFTP Functions are depreciated #4

Closed srolesen closed 8 years ago

srolesen commented 8 years ago

apple (sadly) doesn't like FTP any more and CFFTP functions are depreciated with IOS 9, what can be done ???? https://developer.apple.com/library/mac/documentation/CoreFoundation/Reference/CFFTPStreamRef/

constantine-fry commented 8 years ago

Did you try NSURLSession?

srolesen commented 8 years ago

thank you for taking the time to reply, i'm not skilled enough to write a library like you (I wish) but i thought NSURLSession only supports downloads.

constantine-fry commented 8 years ago

I have never tried to NSURLSession with ftp servers, but in general it supports uploading.

srolesen commented 8 years ago

sounds like good news to me :) I have to say i'm already feeling i'm in over my head just trying to use your library, but if you could use help to update it from depreciated methods I will definitely help in what way I can!

constantine-fry commented 8 years ago

I will try to update my library as soon as I find time.

srolesen commented 8 years ago

Thank you :+1: