| FtpMLST Method |
Returns information about current server folder.
This method uses MLST 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 Function MLST As FtpItem
member MLST : unit -> FtpItem
Return Value
Type:
FtpItemCurrent folder information.
Remarks
Returns name as full path.
See Also