Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SFTP
- Methods
- Properties
- Authentication
- Blocking
- BufferSize
- Compression
- Encryption
- EncryptionList
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- LastError
- ListItem
- LocalPath
- Login
- MaxTransferRate
- Password
- Port
- PrivateKey
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- RemotePath
- Resume
- State
- Timeout
- TransferMode
- TransferRate
- TransferTime
- Version
- Events
- How to get support?
Authentications enumeration
List of all authentication methods wodSFTP.NET can use to access the server.
Remarks
Authentication is set through Authentication property before Connect method is issued.Possible values for Authentications:
None | Try to authenticate with no password/key. |
Password | Use password authentication (default). |
PublicKey | Use public key authentication. |
Both | Try both password and public key authentications. |