SftpProblemDetectedEventArgs.RemoteItem Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9147)
RemoteItem
Gets the remote file or directory that is currently processed or null (Nothing in Visual Basic) if not available.
Inherited from Problem
Declaration
public FileSystemItem RemoteItem { get; }
Property Value
Type | Description |
---|---|
File |
Remote item. |