FtpTreeEventArgs VB.NET Reference Documentation
FtpTreeEventArgs
Current Version: 9.5.0.72
Provides data for many of the FTP2 events.
Properties
NumBytes
NumBytes As UInteger (ReadOnly)
The size of the file in bytes.
topPath
Path As String (ReadOnly)
A file path.
topSkip
Skip As Boolean
Set to True to skip the file from being uploaded or downloaded (depending on the event).
top