Gets or sets whether the data is compressed during the transferring. The data will be compressed if the Ftp server support this feature (MODE Z command)

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

Syntax

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

See Also