Interface IFtpCommandInformation
Generic information about an FTP command.
Namespace: FubarDev.FtpServer.Commands
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFtpCommandInformation
Properties
| Improve this Doc View SourceIsAbortable
Gets a value indicating whether this command is abortable.
Declaration
bool IsAbortable { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsLoginRequired
Gets a value indicating whether a login is required to execute this command.
Declaration
bool IsLoginRequired { get; }
Property Value
Type | Description |
---|---|
Boolean |
Name
Gets the name of the FTP command.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |