Causes files to be transferred regardless of date and size.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

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

Remarks

This flag overrides all other flags except DeleteIfSourceAbsent.

See Also