constantine-fry / rebekka

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

Uploading from iOS #1

Closed sweetcoco closed 9 years ago

sweetcoco commented 9 years ago

The upload method takes a url, which makes sense in the example in your readme. However, is this possible to do from the camera roll on an iOS device?

constantine-fry commented 9 years ago

Yes, you get image file from camera roll, save it on disk, upload it to FTP server and remove file.

sweetcoco commented 9 years ago

Ah! Thanks for the quick response, and the framework!

juanjoserodrigolazaro commented 7 years ago

@sweetcoco could you make it?