Skip to main content

FtpDefaultListener Class

NuGet: GHIElectronics.TinyCLR.Networking.Ftp
Assembly: GHIElectronics.TinyCLR.Networking.Ftp
Namespace: GHIElectronics.TinyCLR.Networking.Ftp

The fallback FTP listener that serves contexts not claimed by any other listener.

public class FtpDefaultListener : FtpListener

Constructors

FtpDefaultListener()

public FtpDefaultListener() : base(false)

Creates the default listener that is not registered with the listener manager.

Methods

Start()

public override void Start()

Starts the listener at the root prefix and launches its worker thread.

Stop()

public override void Stop()

Stops the listener and shuts down its worker thread.

Run()

protected virtual void Run()

Worker loop that serves directory listing and navigation requests.