Skip to main content

GHIElectronics.TinyCLR.Networking.Ftp

NuGet: GHIElectronics.TinyCLR.Networking.Ftp

Classes

ClassNamespaceSummary
FtpSystem.NetRepresents the types of FTP protocol methods that can be used with an FTP request.
FtpGHIElectronics.TinyCLR.NetworkingFTP protocol method names used by the server's command handling.
FTPCommandSystem.NetFtp command class
FtpDefaultListenerGHIElectronics.TinyCLR.Networking.FtpThe fallback FTP listener that serves contexts not claimed by any other listener.
FtpFilesystemListenerGHIElectronics.TinyCLR.Networking.FtpAn FTP listener that serves files from a real filesystem directory under a virtual root.
FtpListenerGHIElectronics.TinyCLR.NetworkingThe base class for all Ftp listeners implemented all basic functionalities like context queue management, authentication events
FtpListenerContextGHIElectronics.TinyCLR.NetworkingA Context containing an ftp request and a response scratch that should be completed by listeners
FtpListenerRequestGHIElectronics.TinyCLR.NetworkingThe ftp request
FtpListenerResponseGHIElectronics.TinyCLR.NetworkingThe ftp response
FtpMemoryListenerGHIElectronics.TinyCLR.Networking.FtpAn FTP listener that serves a fixed in-memory set of files and an activity log.
FtpResponseStreamGHIElectronics.TinyCLR.NetworkingA virtual stream to do the read / write job from / to sockets
FtpWebRequestSystem.NetFtpWebRequest - first implement Active mode
FtpWebResponseSystem.NetOnly contains a stream to write data
PrefixListGHIElectronics.TinyCLR.NetworkingA list to store prefixes
UserAuthenticatorArgsGHIElectronics.TinyCLR.NetworkingProvides the user name and password for an authentication request and carries back the result.
UserInfoGHIElectronics.TinyCLR.Networking.FtpUser information containing username and password
WebRequestMethodsSystem.NetContainer for the FTP protocol method names that can be used with a web request.
WebRequestMethodsExGHIElectronics.TinyCLR.NetworkingAdditional FTP protocol method names used internally by the server.

Enums

EnumNamespaceSummary
FtpStatusCodeSystem.NetSpecifies the status codes returned for a File Transfer Protocol (FTP) operation.
UserAuthenticationResultGHIElectronics.TinyCLR.NetworkingUser anthentication result

Delegates

DelegateNamespaceSummary
UserAuthenticatorGHIElectronics.TinyCLR.NetworkingRepresents the method that handles user authentication for the FTP server.