Include hidden files in operations that involve listing of directories, and if supported by the server. Not supported in SFTP.

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

Syntax

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

Implements

IFileTransferClient..::..ShowHiddenFiles

See Also