SocketTools .NET Edition

FtpClient.GetFileList Method

Returns an unparsed list of files in the specified directory.

Overload List

Returns an unparsed list of files in the specified directory.

public bool GetFileList(string,ref string);

Returns an unparsed list of files in the specified directory.

public bool GetFileList(string,ref string,bool);

Returns an unparsed list of files in the current working directory.

public bool GetFileList(ref string);

See Also

FtpClient Class | SocketTools Namespace