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?
AttributesDataEvent event
Fires when wodSFTP.NET has information about file attributes as a structure.
Syntax
- C#
- VB.NET
delegate void AttributesDataDelegate(object Sender,AttributesDataArgs[] Args);
The AttributesDataEvent(Args[x].AccessTime,Args[x].Gid,Args[x].ModificationTime,Args[x].Permissions,Args[x].Size,Args[x].Uid) syntax has these parts:
The AttributesDataEvent(Args[x].AccessTime,Args[x].Gid,Args[x].ModificationTime,Args[x].Permissions,Args[x].Size,Args[x].Uid) syntax has these parts:
Args[x].AccessTime | DateTime. Class that represents when was file/directory last accessed. |
Args[x].Gid | Long. Group ID - ID of group owner. |
Args[x].ModificationTime | DateTime. Class that represents when was file/directory modified. |
Args[x].Permissions | Long. POSIX representation of file access permissions. |
Args[x].Size | Long. Size of file in bytes. |
Args[x].Uid | Long. User ID - ID of the owning user. |
Delegate Sub AttributesDataDelegate(ByVal Sender As Object, ByVal Args() As WeOnlyDo.Client.SFTP.AttributesArgs)
The AttributesDataEvent(Args[x].AccessTime,Args[x].Gid,Args[x].ModificationTime,Args[x].Permissions,Args[x].Size,Args[x].Uid) syntax has these parts:
The AttributesDataEvent(Args[x].AccessTime,Args[x].Gid,Args[x].ModificationTime,Args[x].Permissions,Args[x].Size,Args[x].Uid) syntax has these parts:
Args[x].AccessTime | DateTime. Class that represents when was file/directory last accessed. |
Args[x].Gid | Long. Group ID - ID of group owner. |
Args[x].ModificationTime | DateTime. Class that represents when was file/directory modified. |
Args[x].Permissions | Long. POSIX representation of file access permissions. |
Args[x].Size | Long. Size of file in bytes. |
Args[x].Uid | Long. User ID - ID of the owning user. |