SocketTools .NET Edition

FtpClient.FileList Method

Return a list of files on the remote host.

Overload List

Return a list of files on the remote host.

public bool FileList();

Return a list of files on the remote host.

public bool FileList(string);

Return a list of files on the remote host.

public bool FileList(string,bool);

See Also

FtpClient Class | SocketTools Namespace