Subject: Fatal error 'ProtocolVersion' has been encountered on the local connection end
Date: 2014-10-22 13:25:25
From: Iris Maag
Source: fatal-error-protocolversion-encountered-local-connection-end
----------------------------------------------------------------------

Hi, I try to conntect with ssl to a ftp server.

The authenfitication works and i also get a filelist. But if I try to Download the files, the function returns an Exception:

c_PP was caught

Fatal error 'ProtocolVersion' has been encountered on the local connection end.

[code lang='c#']

SecurityMode sMode = SecurityMode.Explicit;

_client.Connect(_ftpLogin["ftpServer"], _port, sMode);

string targetFile = Path.Combine(targetdir, Path.GetFileName(filename));

_client.DownloadFile(filename, targetFile);

[/code]

Whats the problem ??

 

Thank you !

---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index