Hi,

I would like to download the below source.

https://github.com/apache/mina-sshd

request you to provide the exact link to download.

Thanks & Regards,
Pramilav


On Tue, Apr 9, 2013 at 3:10 PM, Pramila V <premilakrish...@googlemail.com>wrote:

> Hi,
> Thanks for the reply. I have downloaded the SshServer.java,
> SshClient.java. I downloaded all the respective lib files. I configured the
> port in SshServer.java file & compiled the SshServer.java.
>
> It shows the following error,
>
> server_files\SshServer.java:40: cannot find symbol
> symbol  : class SshdSocketAddress
> location: package org.apache.sshd.common
> import org.apache.sshd.common.SshdSocketAddress;
>                              ^
> server_files\SshServer.java:52: cannot find symbol
> symbol  : class DefaultTcpipForwarderFactory
> location: package org.apache.sshd.common.forward
> import org.apache.sshd.common.forward.DefaultTcpipForwarderFactory;
>                                      ^
> server_files\SshServer.java:53: cannot find symbol
> symbol  : class TcpipServerChannel
> location: package org.apache.sshd.common.forward
> import org.apache.sshd.common.forward.TcpipServerChannel;
>                                      ^
> server_files\SshServer.java:71: cannot find symbol
> symbol  : class ForwardingFilter
> location: package org.apache.sshd.common
> import org.apache.sshd.common.ForwardingFilter;
>                              ^
> server_files\SshServer.java:265: cannot find symbol
> symbol  : class ForwardingFilter
> location: class org.apache.sshd.SshServer
>     public void setTcpipForwardingFilter(ForwardingFilter
> forwardingFilter) {
>                                          ^
>
> Request you to help us how to proceed.
>
> Thanks & Regards,
> Pramilav
>
>
> On Tue, Apr 9, 2013 at 3:04 PM, Emmanuel Lécharny <elecha...@gmail.com>wrote:
>
>> Le 4/9/13 11:10 AM, Pramila V a écrit :
>> > Hi,
>> >
>> > I need a tutorial link to test the SSHD server & client.
>> Easy.
>>
>> http://mina.apache.org/sshd-project/documentation.html
>>
>>
>> --
>> Regards,
>> Cordialement,
>> Emmanuel Lécharny
>> www.iktek.com
>>
>>
>

Reply via email to