0 votes
by (120 points)
edited

Exception-Message: Thread was being aborted.

Exception-Source: Rebex.Net.SecureSocket

Exception-StackTrace: at wWGvS.ckSCApZ.cDtmAOZ() at Rebex.Net.TlsSocket.Poll(Int32 microSeconds, SocketSelectMode mode) at wWGvS.bEcmRk.BMJzdYZ(Byte[] , Int32 , Int32 ) at wWGvS.bEcmRk.Read(Byte[] buffer, Int32 offset, Int32 count) at wWGvS.bsWOwAZ.Read(Byte[] buffer, Int32 offset, Int32 count) at Rebex.Net.Ftp.bjMtzmZ(String , Boolean , Stream , Int64 , String ) at Rebex.Net.Ftp.GetFile(String remotePath, String localPath, Int64 remoteOffset, Int64 localOffset) at Rebex.Net.Ftp.GetFile(String remotePath, String localPath)

Applies to: Rebex FTP/SSL

1 Answer

0 votes
by (144k points)
edited

This error is thrown by any .NET application's thread if System.Threading.Thread.Abort method is called on it. None of Rebex components calls Thread.Abort by itself, so it looks like it has been called by something else in your application.

A communication log produced using Ftp object's LogWriter property might reveal more information about this. Either add the log to your post or mail it to support@rebex.net for analysis.

...