Just in case somebody is interested: I decided to go with akka-camel. Works 
fine for my simple use case. Nevertheless I would be curious about what a 
better solution would be for more challenging use cases (very large files, 
many concurrent uploads).

On Monday, November 16, 2015 at 4:04:27 PM UTC+1, rklaehn wrote:
>
> Hi all, 
>
> I will have to do some FTP uploads from within an akka-based 
> application. My current idea is just to go with apache-commons 
> FTPClient and put the actor on a separate dispatcher to avoid issues 
> with the inevitable blocking calls. This will definitely work and also 
> not cause any issues, since the volume of data is relatively small. 
>
> However: Is there a better way? An asynchronous FTP library that is a 
> better match for akka? I guess that this is a pretty common task. 
>
> Cheers, 
>
> RĂ¼diger 
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to