PowerTCP SSH and SFTP for .NET
Sftp Class Properties


For a list of all members of this type, see Sftp members.

Public Properties
 NameDescription
Public PropertyAcceptAllHostKeysWhen true, all host keys are accepted if not overridden with HostKeyEventArgs.Verified. When false, the SshConnection.HostKey event must be used to verify host keys. (Inherited from Dart.Ssh.SshConnection)
Public PropertyAutoSetTime Gets or sets whether the modified time should be updated on a file after a Put or Get.  
Public PropertyConnection Gets the underlying Connection instance being used for server communications. (Inherited from Dart.Ssh.SshConnection)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDisableInnerExceptions Set to true to disable the use of Exception.InnerException. (Inherited from Dart.Ssh.ComponentBase)
Public PropertyEncoding Character encoding used by the component. (Inherited from Dart.Ssh.ComponentBase)
Public PropertyOptimizations Exposes properties used for optimizing file transfer speed.  
Public PropertyProtocolVersion Gets the negotiated SFTP protocol version.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyState Gets a value that reflects the current TCP connection state and SSH authentication state. (Inherited from Dart.Ssh.SshConnection)
Public PropertySynchronizingObject Gets or sets the object used to marshal data to the UI thread (for raising events). (Inherited from Dart.Ssh.ComponentBase)
Public PropertySyncRoot Gets an object that is used to synchronize access to the upper layer protocol in use. (Inherited from Dart.Ssh.ComponentBase)
Public PropertyTag Gets or sets an object that stores any user data. (Inherited from Dart.Ssh.ComponentBase)
Public PropertyThreadingModel Controls the threading model used by the component. (Inherited from Dart.Ssh.ComponentBase)
Public PropertyTimeout Gets or sets the amount of time (in milliseconds) that the control will wait for a server response before throwing a timeout exception.  
Public PropertyWorkingDirectory Gets the fully specified working directory.  
Top
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Top
See Also

Reference

Sftp Class
Dart.Ssh Namespace


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic