Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

FTP.Client.NLST

Andrew Lambert edited this page Jul 27, 2017 · 2 revisions

FTP.Client.NLST

Method Signature

 Sub NLST(TargetDirectory As String = "")

Parameters

Name Type Comment
TargetDirectory String Optional. If not specified then the current working directory is used.

Notes

Like LIST, but for file names only.

Clone this wiki locally