edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Returns the working directory's contents as an array of FTPFile objects.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public override FTPFile[] GetFileInfos()
Visual Basic
Public Overrides Function GetFileInfos As FTPFile()
Visual C++
public:
virtual array<FTPFile^>^ GetFileInfos() override

Return Value

An array of FTPFile objects.

Remarks

This method works for Windows and most Unix FTP servers. Please inform EDT about unusual formats (support@enterprisedt.com).

See Also