Author: scptech | Posted on: 9/10/2009 9:49:06 AM | Views : 1151

Using C# / ASP.NET 3.5, VS 2008. I tried to list files on a secure ftp site using code listed at this link: http://www.codeguru.com/csharp/.net/net_security/authentication/article.php/c15051
Unfortunately I keep getting the error: The underlying connection was closed: The server committed a protocol violation.
If I try to connect to an unsercure site and list files using the same code, it works fine.
Any help or a working example of using ASP.NET FTP + SSL is appreciated.
...

Go to the complete details ...