On 2 April 2016 at 01:04, Emerson Castañeda <eme...@gmail.com> wrote:
> On Apr 2, 2016 1:33 AM, "sebb" <seb...@gmail.com> wrote:
>>
>> On 1 April 2016 at 23:17, Emerson Castañeda <eme...@gmail.com> wrote:
>> > Hello
>> >
>> > I'm using FTPClientExample
>> > <
> https://commons.apache.org/proper/commons-net/examples/ftp/FTPClientExample.java
>>class
>> > with these parameters:
>>
>> Which version?
>
> 3.4
>>
>> >
>> > java FTPClientExample -l -p SFTP 192.158.76.218:22 user pwd
>> >
>> >
>> > I'm getting this exception:
>> >
>> > Could not connect to server.
>> > org.apache.commons.net.MalformedServerReplyException: Could not parse
>> > response code.
>> > Server Reply: SSH-2.0-OpenSSH_5.3
>> >     at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:336)
>> >     at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:292)
>> >     at org.apache.commons.net.ftp.FTP._connectAction_(FTP.java:418)
>> >     at
>> > org.apache.commons.net.ftp.FTPClient._connectAction_(FTPClient.java:966)
>> >     at
>> > org.apache.commons.net.ftp.FTPClient._connectAction_(FTPClient.java:954)
>> >     at
>> >
> org.apache.commons.net.ftp.FTPSClient._connectAction_(FTPSClient.java:222)
>> >     at
> org.apache.commons.net.SocketClient.connect(SocketClient.java:189)
>> >     at
> org.apache.commons.net.SocketClient.connect(SocketClient.java:209)
>> >     at lib_ftputility.FTPClientExample.main(FTPClientExample.java:311)
>>
>> There should be some more output before the exception.
>
> No more output.

Note the Server Reply:

SSH-2.0-OpenSSH_5.3

A normal server reply should be something like

220 SSH-2.0-OpenSSH_5.3

(Try a different server and see)

The server you are testing against is broken.

So the following response is the correct behaviour:

MalformedServerReplyException: Could not parse response code.

>>
>> >
>> > Thanks in advance for your support
>> >
>> >
>> > Emerson
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
>> For additional commands, e-mail: user-h...@commons.apache.org
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to