This assembly is not depending on NAnt. This way the functionality it exposes can also be used in other projects.
 Classes
Classes
| Class | Description | |
|---|---|---|
|  | FileMapping | 
            Maps a local file to a remote URI.
             | 
|  | FtpDirectoryInfo | 
            Holds information about a directory that resides on a remote FTP server.
             | 
|  | FtpFileInfo | 
            Holds file information about a file that resides in a remote FTP server.
             | 
|  | FTPHelper | 
            Helper class that performs FTP operations.
             | 
|  | FtpInfoBase | 
            Base class for FTP files and directories.
             | 
|  | FtpWebRequestFactory | 
            A class that is capable of creating FtpWebRequest objects
            prefilled with the necessary credentials.
             | 
|  | LocalDirectoryInfo | 
            Holds information about a directory that resides on the local file system.
             | 
|  | LocalFileInfo | 
            Holds file information about a local file.
             | 
|  | NullLogger | 
            A stub logger that doesn't log anywhere.
             | 
|  | W3CValidationResult | 
            The result of a validation retrieved from w3c online validation.
             | 
|  | W3CValidator | 
            Validates documents against online w3c validation services.
             | 
|  | WebResponseExtensions | 
            Extension methods for the WebResponse class.
             | 
 Interfaces
Interfaces
| Interface | Description | |
|---|---|---|
|  | IDirectoryInfo | 
            Holds information about a directory.
            The directory might be a local directory, a remote directory, a virtual directory, etc.
             | 
|  | IFileInfo | 
            Represents information over a file.
            The file may be a local file, remote file, virtual file, etc.
             | 
|  | ILogger | 
            Represents a logging interface.
             | 
 Enumerations
Enumerations
| Enumeration | Description | |
|---|---|---|
|  | OverwriteCondition | 
            Defines the conditions that determine if a remote file will be overwritten by a local file during copy.
             | 





