2012.12.3
4 Dec 12
Toggle Dropdown
Version 2024
2024.2.0
12 Nov 24
2024.1.0
1 Jul 24
2024.0.0
21 Feb 24
Version 2023
2023.0.1
29 Dec 23
2023.0.0
10 Oct 23
Version 2020
2020.0.2
29 May 22
2020.0.1
24 Jan 21
2020.0.0
31 Dec 20
2020.0.0-beta1
7 Jun 20
Version 2016
2016.1.0
16 Oct 17
2016.1.0-beta4
7 Oct 17
2016.1.0-beta3
20 Sep 17
2016.1.0-beta2
16 Aug 17
2016.1.0-beta1
14 Dec 16
2016.0.0
2 Aug 16
2016.0.0-beta3
27 Jul 16
2016.0.0-beta2
25 Jun 16
2016.0.0-beta1
19 Jun 16
Version 2014
2014.4.6-beta2
22 Nov 14
2014.4.6-beta1
6 Apr 14
Version 2013
2013.4.7
6 Apr 13
2013.1.27
27 Jan 13
2013.1.8
8 Jan 13
Version 2012
2012.21.12
21 Dec 12
2012.20.12
20 Dec 12
2012.12.3
4 Dec 12
2012.3.9
9 Mar 12
Version 2011
2011.12.7
3 Mar 12
2011.9.28
13 Oct 11
2011.7.29
16 Sep 11
Compare to version...
with 2012.20.12
Toggle Dropdown
Version 2024
2024.2.0
12 Nov 24
2024.1.0
1 Jul 24
2024.0.0
21 Feb 24
Version 2023
2023.0.1
29 Dec 23
2023.0.0
10 Oct 23
Version 2020
2020.0.2
29 May 22
2020.0.1
24 Jan 21
2020.0.0
31 Dec 20
2020.0.0-beta1
7 Jun 20
Version 2016
2016.1.0
16 Oct 17
2016.1.0-beta4
7 Oct 17
2016.1.0-beta3
20 Sep 17
2016.1.0-beta2
16 Aug 17
2016.1.0-beta1
14 Dec 16
2016.0.0
2 Aug 16
2016.0.0-beta3
27 Jul 16
2016.0.0-beta2
25 Jun 16
2016.0.0-beta1
19 Jun 16
Version 2014
2014.4.6-beta2
22 Nov 14
2014.4.6-beta1
6 Apr 14
Version 2013
2013.4.7
6 Apr 13
2013.1.27
27 Jan 13
2013.1.8
8 Jan 13
Version 2012
2012.21.12
21 Dec 12
2012.20.12
20 Dec 12
2012.12.3
4 Dec 12
2012.3.9
9 Mar 12
Version 2011
2011.12.7
3 Mar 12
2011.9.28
13 Oct 11
2011.7.29
16 Sep 11
Download Package
Open in NuGet
<
PackageReference
Include
=
"SSH.NET"
Version
=
"2012.12.3"
/>
API Differences between 2012.12.3 and 2012.20.12
11
Additions
16
Removals
Renci.SshNet
public
static
class
Extensions
public
static
void
Clear
(
this
StringBuilder
value
)
public
class
ScpClient
:
BaseClient
public
void
Download
(
string
filename
,
Stream
destination
)
public
void
Upload
(
Stream
source
,
string
filename
)
public
void
Download
(
string
filename
,
Stream
destination
)
public
void
Upload
(
Stream
source
,
string
filename
)
public
class
SftpClient
:
BaseClient
public
SftpFileSytemInformation
GetStatus
(
string
path
)
public
void
RenameFile
(
string
oldPath
,
string
newPath
,
bool
isPosix
)
Renci.SshNet.Common
public
class
NetConfServerException
:
SshException
protected
NetConfServerException
(
SerializationInfo
info
,
StreamingContext
context
)
protected
NetConfServerException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
ScpException
:
SshException
protected
ScpException
(
SerializationInfo
info
,
StreamingContext
context
)
protected
ScpException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SftpPathNotFoundException
:
SshException
protected
SftpPathNotFoundException
(
SerializationInfo
info
,
StreamingContext
context
)
protected
SftpPathNotFoundException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SftpPermissionDeniedException
:
SshException
protected
SftpPermissionDeniedException
(
SerializationInfo
info
,
StreamingContext
context
)
protected
SftpPermissionDeniedException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SshAuthenticationException
:
SshException
protected
SshAuthenticationException
(
SerializationInfo
info
,
StreamingContext
context
)
protected
SshAuthenticationException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SshConnectionException
:
SshException
protected
SshConnectionException
(
SerializationInfo
info
,
StreamingContext
context
)
protected
SshConnectionException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SshException
:
Exception
protected
SshException
(
SerializationInfo
info
,
StreamingContext
context
)
protected
SshException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SshOperationTimeoutException
:
SshException
protected
SshOperationTimeoutException
(
SerializationInfo
info
,
StreamingContext
context
)
protected
SshOperationTimeoutException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SshPassPhraseNullOrEmptyException
:
SshException
protected
SshPassPhraseNullOrEmptyException
(
SerializationInfo
info
,
StreamingContext
context
)
protected
SshPassPhraseNullOrEmptyException
(
SerializationInfo
info
,
StreamingContext
context
)
Renci.SshNet.Sftp
public
class
SftpFileSytemInformation
public
abstract
class
SubsystemSession
:
IDisposable
public
event
EventHandler
<
EventArgs
>
Disconnected