is there any possible way to write a file to a FTP directory using some sort of OutputStream without having to write a local file first?
I’ve found some 3rd party libraries which achieve this, but I was wondering if there is some java “standard” class that makes it possible, I mean, some class that is packaged into the standar Java API.
Thank you!!
1 Answer