 | FtpList Method |
Returns parsed list of files and folders in the current server folder. This method uses LIST command.
There is no standard that describes LIST command response,
GetList is a better choice in most cases.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic List<FtpItem> List()
Public Function List As List(Of FtpItem)
public:
List<FtpItem^>^ List()
member List : unit -> List<FtpItem>
Return Value
ListFtpItemList containing files and folders.
Remarks
See Also