Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTP support #10

Open
Saleh-At opened this issue Nov 8, 2017 · 3 comments
Open

FTP support #10

Saleh-At opened this issue Nov 8, 2017 · 3 comments

Comments

@Saleh-At
Copy link

Saleh-At commented Nov 8, 2017

Hey there
I want to connect a real FTP address with user:pass in xcode 9, can be use your framework?

Like this url.

@krzysztofzablocki
Copy link
Owner

we don't support FTP at the moment, but I'd be happy to accept PR that adds it

@krzysztofzablocki krzysztofzablocki changed the title Connect to FTP FTP support Dec 13, 2017
@tomassliz
Copy link
Collaborator

tomassliz commented May 2, 2018

I have investigate support for FTP in iOS and it's complicated:

  • URLSession (and the older NSURLConnection) support only simple FTP downloads.
  • CFFTPStream was deprecated in the latest OS releases.

Good source is a post on Apple Developers Forums. @krzysztofzablocki do you think that FTP support is a good feature for this library?

@krzysztofzablocki
Copy link
Owner

I don't feel its needed, with etag / last modified we support both AWS and Dropbox like hosting, if someone wants to add I'd be fine accepting but don't feel like its common to use FTP for this kind of problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants