Getting the following error:
System.NullReferenceException: Object reference not set to an instance of an object.
at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.p7xWxtYtY(String )
at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.xSRDVjkQJ(String )
at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.DirDetails(String dirname)
at EnterpriseDT.Net.Ftp.FTPConnection.GetFileInfos(String directory)
at EnterpriseDT.Net.Ftp.ExFTPConnection.GetFileInfos(String directory, Boolean includeSubdirectories)
at WstOverseer.Log.WstServiceLogFetcher.GetLogInfo(String logName) in c:\PWS\FrontOffice\b1308\WST\WstOverseer\Log\WstServiceLogFetcher.cs:line 85
at WstWebApp.Log.LogViewer.RpcGetLogText(JSONObject data) in c:\PWS\FrontOffice\b1308\WST\WstWebApp\Log\LogViewer.aspx.cs:line 99
at WstWebApp.Log.LogViewer.ProcessRpc(RpcHandler rpcHandler) in c:\PWS\FrontOffice\b1308\WST\WstWebApp\Log\LogViewer.aspx.cs:line 40
at WebAppUtilities.RPC.RpcHandler.ProcessRPC() in c:\PWS\FrontOffice\b1308\WebAppUtilities\WebAppUtilities\RPC\RpcHandler.cs:line 202
Really have no clue as to where to start looking to resolve this issue. I can see files in an FTP directory but when I try to download them I get the above error, could it have to do with permissions of the directory?
Any help greatly appreciated.