The FtpFileInfo class is used to represent information about files stored
on an FTP server.
Namespace:
KetLabs.FTPAssembly: Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)
Syntax
| C# |
|---|
[SerializableAttribute] public class FtpFileInfo |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class FtpFileInfo |
| Visual C++ |
|---|
[SerializableAttribute] public ref class FtpFileInfo |
Remarks
The FtpFileInfo class is used to represent information about files stored
on an FTP server. Because there is no standard representation for
file information on FTP servers, it may not always be possible to
extract all the information that can be represented by FtpFileInfo, or
it may even be possible to extract more information.