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
is the FTP Server you are contacting AIX? if so ...your cd command in your FTP script failed http://publib.boulder.ibm.com/infocenter/zvm/v5r4/index.jsp?topic=/com.ibm.zvm.v54.kijl0/retcds.htm Martin Gainty __ From: tarun.ku...@markit.com To:

Commons FileUpload v 1.3.1 provides backward compatibility as v1.1.1 ?

2014-05-01 Thread Leopoldo Miranda Martinez/Mexico/IBM
Hello Apache common users, Does anyone know whether Commons FileUpload v1.3.1 is fully compatible with v1.1.1 ? I'm wondering if I can replace my current Commons FileUpload v1.1.1 with v1.3.1 ? Thanks in advance.

[vfs] Outdated filesystem capability info in site?

2014-05-01 Thread Woonsan Ko
Hi, I'm working with ftp file system (VFS 2.0) and it seems working fine when listing children. But the page [1] says it doesn't support 'Directory Content' capability yet. Is the information (also on sftp and some others) outdated? Regards, Woonsan [1]

Re: [vfs] Outdated filesystem capability info in site?

2014-05-01 Thread Bernd Eckenfels
Hello, I think directory content refers to directories which can also be read as a stream. For example for WebDAV XML properties. FTP has no such thing. BTW: I am currently working in getting 2.1 out the door, so it might be a good time to have a look at the trunk and speak up on showstoppers.

RE: Commons FileUpload v 1.3.1 provides backward compatibility as v1.1.1 ?

2014-05-01 Thread Gary Gregory
Yes you should be able to. We strive to make maintenance releases binary compatible.  Gary div Original message /divdivFrom: Leopoldo Miranda Martinez/Mexico/IBM pol...@mx1.ibm.com /divdivDate:05/01/2014 17:13 (GMT-05:00) /divdivTo: user@commons.apache.org /divdivSubject: