FtpTransferProgressChangedEventArgs.TargetPath Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9083)
TargetPath
Gets the target path of the file or directory which is currently processed. Inherited from TransferProgressChangedEventArgs.
Declaration
public string TargetPath { get; }
Property Value
Type | Description |
---|---|
String | Target path. |