FtpTreeEventArgs C# Reference Documentation
FtpTreeEventArgs
Current Version: 9.5.0.72
Provides data for many of the FTP2 events.
Properties
NumBytes
public uint NumBytes {get; }
The size of the file in bytes.
topPath
public string Path {get; }
A file path.
topSkip
public bool Skip {get; set; }
Set to true to skip the file from being uploaded or downloaded (depending on the event).
top