Re: Apache Common Net issue

2019-02-21 Thread sebb
On Tue, 19 Feb 2019 at 14:23, Walter Heestermans (TME) wrote: > > Using Commons Net 3.3 The current release is 3.6 Please try with that version, and if there is still a problem, feel free to raise a JIRA issue. > public boolean storeFileToFTPServer(FTPTransferDetails details, byte[] data, > St

Apache Common Net issue

2019-02-19 Thread Walter Heestermans (TME)
Using Commons Net 3.3 public boolean storeFileToFTPServer(FTPTransferDetails details, byte[] data, String fileName, int fileType){ FTPClient ftpClient = new FTPClient(); ftpClient.setConnectTimeout(5000); boolean completed = false; OutputStream outputStream = null; int attempts = 0