ListParams Property

See Also

FtpDLX Class  | FtpDLX Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

ListParams Property

Holds additional parameters for LIST command.

[Visual Basic]
Public Property ListParams As String
[C#]
public string ListParams {get; set;}
[JScript]
public function get,set ListParams : String

Remarks

ListParams property defines if any parameters are sent together with LIST command when ListDir method is called. By default, "-al" arguments are sent, but not all servers may like this. You can set this property to empty string to make wodFtpDLX.NET send only LIST command with no parameters when ListDir is called, or choose any other arguments you may need. You can make filtering for LIST command to list only certain files using this property, such as "*.exe" although this should not be used as general method for such filtering.

This property does not affect ListNames method which sends NLST command - NLST is always sent with no parameters.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

FtpDLX Class  | FtpDLX Members

 

 


© WeOnlyDo Software. All Rights Reserved.