An NDoc Documented Class Library

AbstractRecursiveOperations.Put Method

Puts this entire directory and its contents.

Overload List

Puts this entire directory and its contents.

public void Put(string,string,FileFilter,bool);

Puts this entire directory and its contents.

public void Put(string,string,FileFilter,bool,bool);

Puts this entire directory and its contents, recursively going through the local directory supplied (which can be relative or absolute).

public void Put(string,string,bool);

Puts this entire directory and its contents.

public void Put(string,string,string,bool);

Puts this entire directory and its contents.

public void Put(string,string,string,bool,bool);

See Also

AbstractRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace