| FtpMLST Method (String) |
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 FtpItem MLST(
string remotePath
)
Public Function MLST (
remotePath As String
) As FtpItem
public:
FtpItem^ MLST(
String^ remotePath
)
member MLST :
remotePath : string -> FtpItem
Parameters
- remotePath
- Type: SystemString
The path of the remote file or folder.
Return Value
Type:
FtpItemInformation about specified file or folder.
Remarks
Returns name as full path.
See Also