Set this variable to surround filenames with double quotes. This is needed for some SCP servers.

Namespace: Jscape.Scp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

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

See Also