

'Declaration<ObsoleteAttribute("The SFtpConnection class has been renamed to SFtpSession. Please change the name in your code. The class functionality is the same. Only the class name has changed.")> Public Class SFtpConnection Inherits SFtpSession Implements System.IDisposable
'UsageDim instance As SFtpConnection
[Obsolete("The SFtpConnection class has been renamed to SFtpSession. Please change the name in your code. The class functionality is the same. Only the class name has changed.")] public class SFtpConnection : SFtpSession, System.IDisposable
System.Object
Xceed.SSH.Client.SFtpSession
Xceed.SSH.Client.SFtpConnection
| Name | Description | |
|---|---|---|
![]() | SFtpConnection Constructor | Overloaded. This class has been renamed to SFtpSession. Please change the name in your code. The class functionality is the same. Only the class name has changed. |
| Name | Description | |
|---|---|---|
![]() | SftpClientInternal | The SFtpClient that uses this SFtpSession. (Inherited from Xceed.SSH.Client.SFtpSession) |
![]() | SshClientInternal | The SSHClient that uses this SFtpSession. (Inherited from Xceed.SSH.Client.SFtpSession) |
![]() | TraceWriterInternal | The System.IO.TextWriter which will trace the communications between the client-side and the SFTP server. (Inherited from Xceed.SSH.Client.SFtpSession) |
| Name | Description | |
|---|---|---|
![]() | Connected | TODODOC (Inherited from Xceed.SSH.Client.SFtpSession) |
![]() | SFtpClient | Gets the SFtpClient that uses this SFtpSession. (Inherited from Xceed.SSH.Client.SFtpSession) |
![]() | SFtpServerProtocolVersion | Gets a value that indicates the SFtp protocol version number that the SFtp server uses for the current session. (Inherited from Xceed.SSH.Client.SFtpSession) |
![]() | SshClient | Gets the SSHClient that uses this SFtpSession. (Inherited from Xceed.SSH.Client.SFtpSession) |
![]() | Timeout | Gets or sets a value, in seconds, indicating after what period of time an SFTP operation should timeout. (Inherited from Xceed.SSH.Client.SFtpSession) |
![]() | TraceWriter | Gets or sets the System.IO.TextWriter which will trace the communications between the client-side and the SFTP server. (Inherited from Xceed.SSH.Client.SFtpSession) |
| Name | Description | |
|---|---|---|
![]() | ComputeHostedFullName | Computes a human-readable full pathname starting with "sftp://hostname" representing the fully qualified path of all host files containing the item and the path of the item itself. (Inherited from Xceed.SSH.Client.SFtpSession) |
![]() | ComputeStreamBufferSize | Computes the optimal buffer size for SFtp file transfers on the specified stream. (Inherited from Xceed.SSH.Client.SFtpSession) |
![]() | Connect | Overloaded. (Inherited from Xceed.SSH.Client.SFtpSession) |
![]() | Disconnect | (Inherited from Xceed.SSH.Client.SFtpSession) |
![]() | Dispose | Overloaded. Releases all cached connections. (Inherited from Xceed.SSH.Client.SFtpSession) |
| Name | Description | |
|---|---|---|
![]() | Finalize | Allows the SFtpSession object to attempt to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Xceed.SSH.Client.SFtpSession) |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Standard: netstandard2.0, netstandard2.1
.NET Framework: net20, net35, net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.