| .. |
|
Requests
|
7f2edeb55f
Fix "randomness".
|
9 years ago |
|
Responses
|
9ecfa0d38c
Refactor loading of a response to an extended request (SSH_FXP_EXTENDED):
|
8 years ago |
|
SftpDataResponseBuilder.cs
|
e2cf28a28d
Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there).
|
8 years ago |
|
SftpDownloadAsyncResultTest.cs
|
bb4e719711
Added tests for SftpDownloadAsyncResult.
|
9 years ago |
|
SftpFileAttributesTest.cs
|
90145be344
Removed some (conditional) debug code.
|
9 years ago |
|
SftpFileReaderTestBase.cs
|
90a13a6c5a
Fix SFTP file UTC time handling (#356)
|
5 years ago |
|
SftpFileReaderTest_DisposeShouldUnblockReadAndReadAhead.cs
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 years ago |
|
SftpFileReaderTest_Dispose_SftpSessionIsNotOpen.cs
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 years ago |
|
SftpFileReaderTest_Dispose_SftpSessionIsOpen_BeginCloseThrowsException.cs
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 years ago |
|
SftpFileReaderTest_Dispose_SftpSessionIsOpen_EndCloseThrowsException.cs
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 years ago |
|
SftpFileReaderTest_LastChunkBeforeEofIsComplete.cs
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 years ago |
|
SftpFileReaderTest_LastChunkBeforeEofIsPartial.cs
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 years ago |
|
SftpFileReaderTest_PreviousChunkIsIncompleteAndEofIsNotReached.cs
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 years ago |
|
SftpFileReaderTest_PreviousChunkIsIncompleteAndEofIsReached.cs
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 years ago |
|
SftpFileReaderTest_ReadAheadBeginReadException.cs
|
35233fc822
Added async methods for SSH_FXP_OPEN, SSH_FXP_REALPATH, SSH_FXP_STAT and SSH_FXP_LSTAT.
|
8 years ago |
|
SftpFileReaderTest_ReadAheadEndInvokeException_DiscardsFurtherReadAheads.cs
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 years ago |
|
SftpFileReaderTest_ReadAheadEndInvokeException_PreventsFurtherReadAheads.cs
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 years ago |
|
SftpFileReaderTest_ReadBackBeginReadException.cs
|
e937c9d841
Improve exception handler for SftpFileReader.
|
8 years ago |
|
SftpFileReaderTest_ReadBackEndInvokeException.cs
|
e937c9d841
Improve exception handler for SftpFileReader.
|
8 years ago |
|
SftpFileReaderTest_Read_ReadAheadExceptionInWaitOnHandle_ChunkAvailable.cs
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 years ago |
|
SftpFileReaderTest_Read_ReadAheadExceptionInWaitOnHandle_NoChunkAvailable.cs
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 years ago |
|
SftpFileReaderTest_Read_ReahAheadExceptionInBeginRead.cs
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 years ago |
|
SftpFileStreamTestBase.cs
|
9444f21461
Added more tests for SftpFileStream.SetLength(long).
|
8 years ago |
|
SftpFileStreamTest_CanRead_Closed_FileAccessRead.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_CanRead_Closed_FileAccessReadWrite.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_CanRead_Closed_FileAccessWrite.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_CanRead_Disposed_FileAccessRead.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_CanRead_Disposed_FileAccessReadWrite.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_CanRead_Disposed_FileAccessWrite.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_CanWrite_Closed_FileAccessRead.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_CanWrite_Closed_FileAccessReadWrite.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_CanWrite_Closed_FileAccessWrite.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_CanWrite_Disposed_FileAccessRead.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_CanWrite_Disposed_FileAccessReadWrite.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_CanWrite_Disposed_FileAccessWrite.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Close_Closed.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Close_Disposed.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Close_SessionNotOpen.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Close_SessionOpen.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileAccessInvalid.cs
|
08b2d05ed8
Added tests for issue #191, and update tests for issue #154.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeAppend_FileAccessRead.cs
|
c2552e4e4b
SftpFileStream:
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeAppend_FileAccessReadWrite.cs
|
c2552e4e4b
SftpFileStream:
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeAppend_FileAccessWrite.cs
|
90a13a6c5a
Fix SFTP file UTC time handling (#356)
|
5 years ago |
|
SftpFileStreamTest_Ctor_FileModeCreateNew_FileAccessRead.cs
|
b3e704b404
Sync .NET 3.5 test project file, and remove usage of string interpolation.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeCreateNew_FileAccessReadWrite.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeCreateNew_FileAccessWrite.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeCreate_FileAccessRead.cs
|
b3e704b404
Sync .NET 3.5 test project file, and remove usage of string interpolation.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeCreate_FileAccessReadWrite_FileDoesNotExist.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeCreate_FileAccessReadWrite_FileExists.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeCreate_FileAccessWrite_FileDoesNotExist.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeCreate_FileAccessWrite_FileExists.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeInvalid.cs
|
08b2d05ed8
Added tests for issue #191, and update tests for issue #154.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeOpenOrCreate_FileAccessRead.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeOpenOrCreate_FileAccessReadWrite.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeOpenOrCreate_FileAccessWrite.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeOpen_FileAccessRead.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeOpen_FileAccessReadWrite.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeOpen_FileAccessWrite.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeTruncate_FileAccessRead.cs
|
b3e704b404
Sync .NET 3.5 test project file, and remove usage of string interpolation.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeTruncate_FileAccessReadWrite.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_Ctor_FileModeTruncate_FileAccessWrite.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Dispose_Closed.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Dispose_Disposed.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Dispose_SessionNotOpen.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Dispose_SessionOpen.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Finalize_SessionOpen.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Flush_ReadMode_DataInBuffer_NotReadFromBuffer.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_Flush_ReadMode_DataInBuffer_ReadFromBuffer.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_Flush_ReadMode_NoDataInBuffer.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_Flush_SessionNotOpen.cs
|
79c9a4baea
SftpFileStream: Position in stream should be left untouched when clearing read buffer.
|
8 years ago |
|
SftpFileStreamTest_Flush_WriteMode_DataInBuffer.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_Flush_WriteMode_NoDataInBuffer.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_ReadByte_ReadMode_NoDataInWriteBufferAndNoDataInReadBuffer_Eof.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_ReadByte_ReadMode_NoDataInWriteBufferAndNoDataInReadBuffer_LessDataThanReadBufferSizeAvailable.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_Read_ReadMode_NoDataInReaderBufferAndReadLessBytesFromServerThanCountAndEqualToBufferSize.cs
|
5408aace90
Avoid reading from the server twice to determine EOF.
|
8 years ago |
|
SftpFileStreamTest_Read_ReadMode_NoDataInReaderBufferAndReadLessBytesFromServerThanCountAndLessThanBufferSize.cs
|
5408aace90
Avoid reading from the server twice to determine EOF.
|
8 years ago |
|
SftpFileStreamTest_Read_ReadMode_NoDataInReaderBufferAndReadMoreBytesFromServerThanCount.cs
|
5408aace90
Avoid reading from the server twice to determine EOF.
|
8 years ago |
|
SftpFileStreamTest_Seek_PositionedAtBeginningOfStream_OriginBeginAndOffsetNegative.cs
|
40efaa6e5a
Move back to writing all read bytes to read buffer, not only those that exceed the user supplied buffer.
|
8 years ago |
|
SftpFileStreamTest_Seek_PositionedAtBeginningOfStream_OriginBeginAndOffsetPositive.cs
|
9e75eef572
Remove unused fields.
|
8 years ago |
|
SftpFileStreamTest_Seek_PositionedAtBeginningOfStream_OriginBeginAndOffsetZero.cs
|
40efaa6e5a
Move back to writing all read bytes to read buffer, not only those that exceed the user supplied buffer.
|
8 years ago |
|
SftpFileStreamTest_Seek_PositionedAtMiddleOfStream_OriginBeginAndOffsetZero_NoBuffering.cs
|
6fd1cc78c3
Update Read(byte[] buffer, int offset, int count) to not write bytes to read buffer when the read buffer is empty and count is greater than the number of bytes read from the server.
|
8 years ago |
|
SftpFileStreamTest_Seek_PositionedAtMiddleOfStream_OriginBeginAndOffsetZero_ReadBuffer.cs
|
0e083cfe60
Move Extensions to Renci.SshNet.Common namespace.
|
8 years ago |
|
SftpFileStreamTest_SetLength_Closed.cs
|
08b2d05ed8
Added tests for issue #191, and update tests for issue #154.
|
8 years ago |
|
SftpFileStreamTest_SetLength_DataInReadBuffer_NewLengthGreatherThanPosition.cs
|
90a13a6c5a
Fix SFTP file UTC time handling (#356)
|
5 years ago |
|
SftpFileStreamTest_SetLength_DataInReadBuffer_NewLengthLessThanPosition.cs
|
90a13a6c5a
Fix SFTP file UTC time handling (#356)
|
5 years ago |
|
SftpFileStreamTest_SetLength_DataInWriteBuffer_NewLengthGreatherThanPosition.cs
|
90a13a6c5a
Fix SFTP file UTC time handling (#356)
|
5 years ago |
|
SftpFileStreamTest_SetLength_DataInWriteBuffer_NewLengthLessThanPosition.cs
|
90a13a6c5a
Fix SFTP file UTC time handling (#356)
|
5 years ago |
|
SftpFileStreamTest_SetLength_Disposed.cs
|
08b2d05ed8
Added tests for issue #191, and update tests for issue #154.
|
8 years ago |
|
SftpFileStreamTest_SetLength_SessionNotOpen.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_SetLength_SessionOpen_FIleAccessRead.cs
|
14b571fdd4
Update tests now that we reject invalid combination of FileMode and FileAccess.
|
8 years ago |
|
SftpFileStreamTest_SetLength_SessionOpen_FIleAccessReadWrite.cs
|
90a13a6c5a
Fix SFTP file UTC time handling (#356)
|
5 years ago |
|
SftpFileStreamTest_SetLength_SessionOpen_FIleAccessWrite.cs
|
90a13a6c5a
Fix SFTP file UTC time handling (#356)
|
5 years ago |
|
SftpFileStreamTest_Write_SessionOpen_CountGreatherThanTwoTimesTheWriteBufferSize.cs
|
90a13a6c5a
Fix SFTP file UTC time handling (#356)
|
5 years ago |
|
SftpFileSystemInformationTest.cs
|
959ec3240f
Ignore bunch of placeholder tests.
|
9 years ago |
|
SftpFileTest.cs
|
85e9e6bbed
Mark integration tests as such.
|
9 years ago |
|
SftpHandleResponseBuilder.cs
|
e2cf28a28d
Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there).
|
8 years ago |
|
SftpInitRequestBuilder.cs
|
e2cf28a28d
Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there).
|
8 years ago |
|
SftpListDirectoryAsyncResultTest.cs
|
90145be344
Removed some (conditional) debug code.
|
9 years ago |
|
SftpNameResponseBuilder.cs
|
e2cf28a28d
Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there).
|
8 years ago |
|
SftpOpenRequestBuilder.cs
|
e2cf28a28d
Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there).
|
8 years ago |
|
SftpReadRequestBuilder.cs
|
e2cf28a28d
Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there).
|
8 years ago |
|
SftpRealPathRequestBuilder.cs
|
e2cf28a28d
Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there).
|
8 years ago |
|
SftpSessionTest_Connected_RequestRead.cs
|
b548622524
Rename (I)SftpMessageFactory to (I)SftpResponseFactory.
|
8 years ago |
|
SftpSessionTest_Connected_RequestStatVfs.cs
|
b548622524
Rename (I)SftpMessageFactory to (I)SftpResponseFactory.
|
8 years ago |
|
SftpSessionTest_DataReceived_MultipleSftpMessagesInSingleSshDataMessage.cs
|
b548622524
Rename (I)SftpMessageFactory to (I)SftpResponseFactory.
|
8 years ago |
|
SftpSessionTest_DataReceived_MultipleSftpMessagesSplitOverMultipleSshDataMessages.cs
|
b548622524
Rename (I)SftpMessageFactory to (I)SftpResponseFactory.
|
8 years ago |
|
SftpSessionTest_DataReceived_SingleSftpMessageInSshDataMessage.cs
|
b548622524
Rename (I)SftpMessageFactory to (I)SftpResponseFactory.
|
8 years ago |
|
SftpStatVfsRequestBuilder.cs
|
e2cf28a28d
Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there).
|
8 years ago |
|
SftpStatVfsResponseBuilder.cs
|
36f94c26cc
Move StatVfsResponse to tests.
|
8 years ago |
|
SftpSynchronizeDirectoriesAsyncResultTest.cs
|
959ec3240f
Ignore bunch of placeholder tests.
|
9 years ago |
|
SftpUploadAsyncResultTest.cs
|
959ec3240f
Ignore bunch of placeholder tests.
|
9 years ago |
|
SftpVersionResponseBuilder.cs
|
e2cf28a28d
Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there).
|
8 years ago |