2016.0.0-beta3
27 Jul 16
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 2016.0.0-beta2
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
=
"2016.0.0-beta3"
/>
API Differences between 2016.0.0-beta3 and 2016.0.0-beta2
0
Additions
10
Removals
Renci.SshNet.Common
public
class
NetConfServerException
:
SshException
protected
NetConfServerException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
ProxyException
:
SshException
protected
ProxyException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
ScpException
:
SshException
protected
ScpException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SftpPathNotFoundException
:
SshException
protected
SftpPathNotFoundException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SftpPermissionDeniedException
:
SshException
protected
SftpPermissionDeniedException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SshAuthenticationException
:
SshException
protected
SshAuthenticationException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SshConnectionException
:
SshException
protected
SshConnectionException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SshException
:
Exception
protected
SshException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SshOperationTimeoutException
:
SshException
protected
SshOperationTimeoutException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
SshPassPhraseNullOrEmptyException
:
SshException
protected
SshPassPhraseNullOrEmptyException
(
SerializationInfo
info
,
StreamingContext
context
)