Gets the file description for the specified filename.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public FtpFile GetMachineFileListing( string filename ) |
Visual Basic |
---|
Public Function GetMachineFileListing ( _ filename As String _ ) As FtpFile |
Visual C++ |
---|
public: FtpFile^ GetMachineFileListing( String^ filename ) |
Parameters
- filename
- Type: System..::..String
file name
Return Value
corresponded file description
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP error occurs. |