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?
Events
AttributesDataEvent | Fires when wodSFTP.NET has information about file attributes as a structure. |
AttributesEvent | Fires when wodSFTP.NET has information about file attributes. |
ConnectedEvent | Fired when wodSFTP.NET successfully connects to the server. |
CryptoInformationEvent | Fires before wodSFTP established encrypted connection with the server. |
DisconnectedEvent | Fired when wodSFTP.NET disconnects from the server. |
DoneEvent | Fires when initiated method has completed. |
FingerPrintEvent | Fired when wodSFTP.NET receives public key from the server. |
ListItemsEvent | Fires when wodSFTP.NET has information about file or directory list. |
LoopErrorEvent | Fires after wodSFTP.NET performs operation on item and error occurs. |
LoopItemEvent | Fires before wodSFTP.NET performs operation on file from the GetFiles/PutFiles/DeleteFiles/LoopFiles sequence. |
ProgressEvent | Fires during file transfers to show current progress of the upload or download. |
RemoteDataEvent | Fires after wodSFTP has some data to be provided as result of RemoteRead command. |
StateChangedEvent | Fires when wodSFTP.NET changes its state. |