_FtpClient.Connect(hostname); <- exception raised here if (privateKey != null) { _FtpClient.Login(username, privateKey); } else { _FtpClient.Login(username, password); }
_FtpClient.Connect("nsmediadocs.sftp.upload.akamai.com");
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.