Access FTP files from Scala

I cannot find an idiomatic way to access FTP files from the Scala library. Are there any mature libraries for this in Scala, or is it preferable to use Java libraries, such as the Apache FTP client?

Thanks in advance.

+5
source share
1 answer

There does not seem to be a dedicated Scala library.
The only Scala FTP access management project, Scalanet , but:

+5
source

All Articles