Hello Tirtza,

According to FileZilla log you're trying to connect via SFTP protocol,
which is a protocol for file transfer over SSH different from FTP.

So, you should chose "FTPS" (FTP OVER TLS/SSL IMPLICIT)  in the server
type combo  or even FTPES if you keep implicit-ssl to false.

Let us know if you should have any other problems,

David


2009/12/10 Tirtza Bernstein <tirt...@simply-y.com>:
> Hi,
>
> I am trying to configure the ftpserver to use ssl.  When I set implicit-ssl
> to be false it works (through filezilla and port 21) however if I switch
> implicit-ssl to be true I can't connect.
>
>
>
> Status:                      Connecting to 1.2.3.4...
>
> Response:               fzSftp started
>
> Command:               open "ad...@1.2.3.4" 22
>
> Error:                        Connection timed out
>
> Error:      Could not connect to server
>
>
>
> <nio-listener name="default" port="22" implicit-ssl="false"
> idle-timeout="600" >
>
>                  <ssl protocol ="SSL">
>
>                        <keystore file="./res/myftp.jks"
> password="mypassword" />
>
>                  </ssl>
>
> </nio-listener>
>
>
>
> What am I doing wrong?
>
>
>
> Thanks
>
>
>
>

Reply via email to