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?
Hostname property
Hostname of server where we will connect.
Type
String.Syntax
- C#
- VB.NET
String Hostname {get; set; };
Property Hostname As String
Remarks
Prior to issuing Connect method, you should set Hostname property to name of remote server, or his IP address. wodSFTP.NET will resolve given string, and will use that value when Connect method is called.Resolving of the hostname can take few seconds, and it all depends on your operating system. It is possible that component will freeze in that time because resolving is a blocking call.