| Ftp | System.Net | Represents the types of FTP protocol methods that can be used with an FTP request. |
| Ftp | GHIElectronics.TinyCLR.Networking | FTP protocol method names used by the server's command handling. |
| FTPCommand | System.Net | Ftp command class |
| FtpDefaultListener | GHIElectronics.TinyCLR.Networking.Ftp | The fallback FTP listener that serves contexts not claimed by any other listener. |
| FtpFilesystemListener | GHIElectronics.TinyCLR.Networking.Ftp | An FTP listener that serves files from a real filesystem directory under a virtual root. |
| FtpListener | GHIElectronics.TinyCLR.Networking | The base class for all Ftp listeners implemented all basic functionalities like context queue management, authentication events |
| FtpListenerContext | GHIElectronics.TinyCLR.Networking | A Context containing an ftp request and a response scratch that should be completed by listeners |
| FtpListenerRequest | GHIElectronics.TinyCLR.Networking | The ftp request |
| FtpListenerResponse | GHIElectronics.TinyCLR.Networking | The ftp response |
| FtpMemoryListener | GHIElectronics.TinyCLR.Networking.Ftp | An FTP listener that serves a fixed in-memory set of files and an activity log. |
| FtpResponseStream | GHIElectronics.TinyCLR.Networking | A virtual stream to do the read / write job from / to sockets |
| FtpWebRequest | System.Net | FtpWebRequest - first implement Active mode |
| FtpWebResponse | System.Net | Only contains a stream to write data |
| PrefixList | GHIElectronics.TinyCLR.Networking | A list to store prefixes |
| UserAuthenticatorArgs | GHIElectronics.TinyCLR.Networking | Provides the user name and password for an authentication request and carries back the result. |
| UserInfo | GHIElectronics.TinyCLR.Networking.Ftp | User information containing username and password |
| WebRequestMethods | System.Net | Container for the FTP protocol method names that can be used with a web request. |
| WebRequestMethodsEx | GHIElectronics.TinyCLR.Networking | Additional FTP protocol method names used internally by the server. |