| FtpMLSD Method |
Returns parsed list of files and folders in the current server folder.
This method uses MLSD command (
RFC 3659), that may be NOT supported by the server.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public List<FtpItem> MLSD()
Public Function MLSD As List(Of FtpItem)
public:
List<FtpItem^>^ MLSD()
member MLSD : unit -> List<FtpItem>
Return Value
Type:
ListFtpItemList containing files and folders.
See Also