Gert Driesen
|
48205c7f6d
Improve SetLength compatibility with FileStream:
|
8 years ago |
Gert Driesen
|
f38c7ce3af
SftpFileStream: In Append mode, create the remote file if it does not already exist.
|
8 years ago |
Gert Driesen
|
c2552e4e4b
SftpFileStream:
|
8 years ago |
Gert Driesen
|
ea36b240aa
Reduce allocations.
|
8 years ago |
Gert Driesen
|
b4841baa10
Do not create a List.
|
8 years ago |
Gert Driesen
|
e30319a848
Sync project files.
|
8 years ago |
Gert Driesen
|
36f94c26cc
Move StatVfsResponse to tests.
|
8 years ago |
Gert Driesen
|
b548622524
Rename (I)SftpMessageFactory to (I)SftpResponseFactory.
|
8 years ago |
Gert Driesen
|
e2cf28a28d
Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there).
|
8 years ago |
Gert Driesen
|
9ecfa0d38c
Refactor loading of a response to an extended request (SSH_FXP_EXTENDED):
|
8 years ago |
Gert Driesen
|
3e1dd2d345
Added CryptoAbstraction.GenerateRandom(int length) method.
|
8 years ago |
Gert Driesen
|
f90131229a
Fix doc.
|
8 years ago |
Gert Driesen
|
216f364587
Update comments.
|
8 years ago |
Gert Driesen
|
385b8a6c28
Increase initial window size for SSH channels from 2 MB to 2147483647 (2^31 - 1) bytes.
|
8 years ago |
Gert Driesen
|
cc04517efd
Use BE methods on Pack.
|
8 years ago |
Gert Driesen
|
7c05bd19ba
Increase max. SSH packet size back to 68536 (64 KB + 3000).
|
8 years ago |
Gert Driesen
|
ea47d9db98
Fix xml doc.
|
8 years ago |
Gert Driesen
|
e86fd18b21
Limit size of SSH packet to 35.000 bytes.
|
8 years ago |
Gert Driesen
|
fa640e12a5
Improve documentation of LocalPacketSize.
|
8 years ago |
Gert Driesen
|
46966d37cb
Precise that we only support SSH-2.
|
8 years ago |
Gert Driesen
|
a9a38d7e94
Merge pull request #199 from sshnet/sftpfilestream
|
8 years ago |
Gert Driesen
|
55e31b1e7b
Sync project file
|
8 years ago |
Gert Driesen
|
bfc52294da
Merge remote-tracking branch 'refs/remotes/origin/develop' into sftpfilestream
|
8 years ago |
Gert Driesen
|
17a9c61464
Use langversion 5 for .NET Core project.
|
8 years ago |
Gert Driesen
|
b680765692
Add comment to clarify that StreamReader uses a buffer size of 1024 bytes.
|
8 years ago |
Gert Driesen
|
5408aace90
Avoid reading from the server twice to determine EOF.
|
8 years ago |
Gert Driesen
|
416f7be804
Ensure write buffer is initialized before attempting to use it.
|
8 years ago |
Gert Driesen
|
5dda8f5247
Merge branch 'sftpfilestream' of https://github.com/sshnet/SSH.NET into sftpfilestream
|
8 years ago |
Gert Driesen
|
c83188a5a9
Harden test.
|
8 years ago |
Gert Driesen
|
50ea405d5a
Sync project file.
|
8 years ago |