Hi everyone..
I getting the following error during the logon to the FTP server (Windows) from a linux console...
nhsanchez@testlx:~$ ftp-ssl sftp-3
Connected to sftp-3
220-Complete FTP server
220 CompleteFTP v 8.1.3
Name (sftp-3:nhsanchez):
234 AUTH SSL successful.
[SSL Cipher AES256-SHA]
331 Password required for nhsanchez
Password:
230 User nhsanchez logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for listing
ftp: SSL_connect DATA error -1 - error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
226 Transfer complete
There is any way to solve this issue?, everything seems to be working well from other windows servers.
Thanks in advance