I can't seem to find a idiomatic way to access FTP files from a Scala library. Are there any mature libraries for this in Scala, or whould the prefered way be, to use the Java libraries for instance the Apache FTP client?
Thanks in advance.
There doesn't seem to be a dedicated Scala library.
The only scala project managing FTP access is Scalanet, but:
org.apache.commons.net.ftp
classes from the Apache Commons Net™ library (as seen in the FTP.scala
class)If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With