I am configuring users that run a third party application that uses Rebex. I have been told that the Rebex version is 3.0.3723.0. So I assume that is the FTPS, I am waiting on confirmation of the SFTP version. Once I have that I will post. The issue is that most users can upload files without an issue. There are a few however that cannot, yet they can download data. I have tested with another FTP client and the account has the right permissions as I can write with it. Below is the error in the users log.
Failed - Error encountered - Error in Main() - Rebex.Net.SshException: Connection has been closed by the remote connection end; disconnected by application. .
at Rebex.Net.SshSession.cqLugQ(Byte[] , Int32 , Int32 )
at Rebex.Net.SshSession.AapcLiZ(Byte[] , Int32 , Int32 )
at Rebex.Net.SshSession.cDtmAOZ(Int64& , Boolean )
at Rebex.Net.SshChannel.cDtmAOZ(Boolean , Int64& )
at Rebex.Net.SshChannel.Receive(Byte[] buffer, Int32 offset, Int32 count)
at wWGvS.APnbEo.BXQTfX(Int32 )
at wWGvS.APnbEo.CFLiXJ(BBdsJfZ& )
at wWGvS.APnbEo.CFLiXJ(UInt32 )
at wWGvS.APnbEo.AQJlLd(UInt32 )
at Rebex.Net.Sftp.cqcMbi(AsNqWa , Object , String , Stream , Int64 , Int64 ) - cannot upload file 'My.File.Name'
Any ideas or suggestions?