Gert Driesen
|
c4b120e6a3
Fix Silverlight and WP compile.
|
hace 11 años |
Gert Driesen
|
188c313818
When disposing a client, (re)use Disconnect() to signal that we're disconnecting - hereby avoiding exceptions getting thrown for a waithandle timeout (waiting for a SSH response message). Note: may need to revisit this again to only avoid throwing exception waiting for a response on a disconnect or channel close/eof message.
|
hace 11 años |
Gert Driesen
|
e1abcd2a08
Remove redundant this qualifier.
|
hace 11 años |
Gert Driesen
|
71664e2c93
Channel:
|
hace 11 años |
Gert Driesen
|
45f99561b4
Channel:
|
hace 11 años |
Gert Driesen
|
acaae44836
Fix exception documentation for BaseClient.Connect() and Session.Connect().
|
hace 11 años |
Gert Driesen
|
af7a3b89f5
Fixed typo in xml doc.
|
hace 11 años |
Gert Driesen
|
a50a5ec8ec
Document SftpPathNotFoundException for Delete overloads.
|
hace 11 años |
Gert Driesen
|
d769506f31
Use SSH_FXP_LSTAT to determine whether a given file or directory exists.
|
hace 11 años |
Gert Driesen
|
2ddb3df0e0
* Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server.
|
hace 11 años |
Gert Driesen
|
a11518fe93
Large improvement of throughput for DownloadFile by taking into account of the SSH_FXP_DATA header info for determining the length of the data we request in each response message. This eliminates an extra SSH_MSG_CHANNEL_DATA message for each SSH_FXP_DATA.
|
hace 11 años |
Gert Driesen
|
34405caa24
BaseClient:
|
hace 11 años |
Gert Driesen
|
108b20965c
Rename WaitHandle method to WaitOnHandle to avoid naming clash with WaitHandle class.
|
hace 11 años |
Gert Driesen
|
cd640aa1cd
Fix compiler and (correct) resharper warnings across the solution.
|
hace 11 años |
olegkap_cp
|
f6480f1fff
Fix thread synchronization issue when uploading files using SCP
|
hace 12 años |
olegkap_cp
|
8934b5d156
Improve internal server window size managment
|
hace 12 años |
olegkap_cp
|
759aa4c9ee
Improve SftpClient Exists method
|
hace 12 años |
olegkap_cp
|
0434c54ef1
Fix problem when huge files could be cut off in the middle
|
hace 12 años |
olegkap_cp
|
d31b4c76e1
Fix how exceptions are thrown
|
hace 12 años |
olegkap_cp
|
db38a04f8a
Add Encoding property to ConnectionInfo to specify what encoding to use for current session.
|
hace 12 años |
olegkap_cp
|
eba904b54e
Add IsUploadCanceled and IsDownloadCanceled properties to allow cancelation of long running operations
|
hace 12 años |
olegkap_cp
|
95eeb107a0
Remove EnsureConnection and move its funcionality into Session.SendMessage method
|
hace 12 años |
olegkap_cp
|
358b08905f
Fix and add XML comments
|
hace 12 años |
olegkap_cp
|
a9a006e220
Add ability to specify terminal modes for Shell terminal
|
hace 13 años |
olegkap_cp
|
83f3f63c21
Add ConnectionInfo.DEFAULT_PORT to be used as default port instead of static
|
hace 13 años |
olegkap_cp
|
44b447afc4
Refactor SFTP to prepare for multiple SFTP version support and add suport for versions 0 thru 3
|
hace 13 años |
olegkap_cp
|
c9ae7f44fd
Add callback parameters to UploadFile, DownloadFile and ListDirectory methods to allow easy way to report progress
|
hace 13 años |
olegkap_cp
|
0124ab2fee
Refactor InternalUploadFile
|
hace 13 años |
olegkap_cp
|
6852e6d2a9
Refactor RequestWrite method to write one block at a time
|
hace 13 años |
olegkap_cp
|
e738ebfb1e
Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests
|
hace 13 años |