Interface IFtpConnectionAccessor
Accessor to get/set the current (scoped) FTP connection.
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFtpConnectionAccessor
Properties
| Improve this Doc View SourceFtpConnection
Gets or sets the current FTP connection.
Declaration
IFtpConnection FtpConnection { get; set; }
Property Value
Type | Description |
---|---|
IFtpConnection |