| 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.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public List<FtpItem> List()
Public Function List As List(Of FtpItem)
public:
List<FtpItem^>^ List()
member List : unit -> List<FtpItem>
Return Value
Type:
ListFtpItemList containing files and folders.
See Also