There is a file name length or files quantity limit to read with rebex?
I am moving files from sterling sftp to local and I got the following:
In the sterling folder exist more than 250 files, the filename length is between 95 and 100 so the connection closes when try to get the folder content.
If I try to read the folder content with 230 files it works.
I used Simple WinForm SFTP Clinet application and also I get the same error
Error WinForm SFTP Clinet:
12:14:49.284 Info Response: SSH_FXP_HANDLE (20, 0x33)
12:14:49.284 Info Command: SSH_FXP_READDIR (21, 0x33)
12:14:49.323 Error SSH: Rebex.Net.SshException: The connection was closed by the server.
at Rebex.Net.SshSession.schh[dg,dh](gviu`2 anl, Int32 anm, gviv ann, dh ano, dg anp, dg anq)
at Rebex.Net.SshSession.schg[dg,dh](gviu`2 anj, dh ank)
at Rebex.Net.SshChannel.mfpa[dg,dh](gviu`2 aen, dh aeo)
at Rebex.Net.SshChannel.mfpk(Byte[] afb, Int32 afc, Int32 afd)
at Rebex.Net.SshChannel.Receive(Byte[] buffer, Int32 offset, Int32 count)
12:14:49.324 Error SSH: Rebex.Net.SshException: The channel has been closed.
at Rebex.Net.SshChannel.mfpm(Byte[] afg, Int32 afh, Int32 afi)
at Rebex.Net.SshChannel.Send(Byte[] buffer, Int32 offset, Int32 count)
12:14:49.324 Error Info: Rebex.Net.SshException: The connection was closed by the server.
at Rebex.Net.SshSession.schh[dg,dh](gviu`2 anl, Int32 anm, gviv ann, dh ano, dg anp, dg anq)
at Rebex.Net.SshSession.schg[dg,dh](gviu`2 anj, dh ank)
at Rebex.Net.SshChannel.mfpa[dg,dh](gviu`2 aen, dh aeo)
at Rebex.Net.SshChannel.mfpk(Byte[] afb, Int32 afc, Int32 afd)
at Rebex.Net.SshChannel.Receive(Byte[] buffer, Int32 offset, Int32 count)
at jqxx.jfmj(Byte[] m, Int32 n, Int32 o)
at jqym.fqdt(Int32 arr)
at jqym.fqdv(ydpp& aru)
at jqym.fqds(UInt32 arp, Boolean arq)
at jqym.fqdr(ydpp arm, UInt32 arn, jqxw aro)
at jqym.fqdc(jqyi apv, jqxw apw)
at Rebex.Net.Sftp.sebj(String su, Regex sv, jqxw sw, ydql sx)