Gets or sets whether or not the component should overwrite files during downloads.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public bool Overwrite { get; set; }
Visual Basic
Public Property Overwrite As Boolean
	Get
	Set
Visual C++
public:
property bool Overwrite {
	bool get ();
	void set (bool value);
}

See Also