An NDoc Documented Class Library

FTPSyncRules.FilterOnServer Property

Controls whether files are filtered on the client (the default) or on the server. Requires server to support filtering.

public bool FilterOnServer {get; set;}

Remarks

When set to true filters will be passed to the server such that only files that match the filter are returned to the client in directory listings. This can be more efficient since smaller listings may be returned, but it requires the server to support filtering (wildcards or regular-expressions).

See Also

FTPSyncRules Class | EnterpriseDT.Net.Ftp Namespace