Interface IRenameCommandFeature
Feature for the RNFR and RNTO commands.
Namespace: FubarDev.FtpServer.Features
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IRenameCommandFeature
Properties
| Improve this Doc View SourceRenameFrom
Gets or sets the IUnixFileEntry to use for a RNTO operation.
Declaration
SearchResult<IUnixFileSystemEntry> RenameFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| SearchResult<IUnixFileSystemEntry> |