When I try to get list from specific path am getting this Sftp Exception.
SftpItemCollection sftpItemCollection = _sftp.GetList(path);
ErrorDescriptionForBug: Rebex.Net.SftpException, Message with invalid length 2209797 was received.
ErrorStackTrace: at SftpComponent.GetDirectoryListing(String path)
In that folder contents more than 18000 files.
This method works for ftp protocol fine but not sftp.
Any suggestion.