Getting FTP Server Response as 7 from FTPClient api

2014-05-01 Thread Tarun Kumar
Hi Team, While we are trying to retrieve file via FTPClient api On calling ftpClient.retrieveFileStream(fileName) we are getting below exception. org.apache.commons.net.MalformedServerReplyException: Could not parse response code. Server Reply: 7 Entering Passive Mode

Re: Getting FTP Server Response as 7 from FTPClient api

2014-05-01 Thread sebb
On 1 May 2014 07:32, Tarun Kumar tarun.ku...@markit.com wrote: Hi Team, While we are trying to retrieve file via FTPClient api On calling ftpClient.retrieveFileStream(fileName) we are getting below exception. org.apache.commons.net.MalformedServerReplyException: Could not

RE: Getting FTP Server Response as 7 from FTPClient api

2014-05-01 Thread Martin Gainty
To: user@commons.apache.org Date: Thu, 1 May 2014 07:32:58 +0100 Subject: Getting FTP Server Response as 7 from FTPClient api Hi Team, While we are trying to retrieve file via FTPClient api On calling ftpClient.retrieveFileStream(fileName) we are getting below exception