Question

Is there a way to read a remote file line by line using SFTP in java? I have done a little research and as far as i can see, it is possible to read remote file data by bytes using the commons VFS API by Apache.

No correct solution

OTHER TIPS

Have a look at Apache Camel, it makes it very easy to do so: https://camel.apache.org/ftp.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top