Hi Support,
I need help regarding the issue I am getting to get the files from the folder by using Tamir DLL in .NET console application/window service. The error is :
Tamir.SharpSsh.jsch.SftpException: Exception of type 'Tamir.SharpSsh.jsch.SftpException' was thrown.
at Tamir.SharpSsh.jsch.ChannelSftp.ls(String path)
at Tamir.SharpSsh.Sftp.GetFileList(String path)
I am able to connect SFTP using FileZilla and WinSCP, so I believe rights are proper on the folder, what can the issue be?
I need help regarding the issue I am getting to get the files from the folder by using Tamir DLL in .NET console application/window service. The error is :
Tamir.SharpSsh.jsch.SftpException: Exception of type 'Tamir.SharpSsh.jsch.SftpException' was thrown.
at Tamir.SharpSsh.jsch.ChannelSftp.ls(String path)
at Tamir.SharpSsh.Sftp.GetFileList(String path)
I am able to connect SFTP using FileZilla and WinSCP, so I believe rights are proper on the folder, what can the issue be?