ComponentSpace FTP Class Library Reference

IFileFilter Interface

Provides a filter for determining which files to upload or download during a multi-file operation.

For a list of all members of this type, see IFileFilter Members.

[Visual Basic]
Public Interface IFileFilter
[C#]
public interface IFileFilter

Remarks

Applications using the MultiFile class optionally may supply a filter for determining which files are to be uploaded or downloaded.

To do so, create a class that implements this interface and pass it to the MultiFile methods.

Requirements

Namespace: ComponentSpace.Ftp

Assembly: ComponentSpace.Ftp (in ComponentSpace.Ftp.dll)

See Also

IFileFilter Members | ComponentSpace.Ftp Namespace