SocketTools .NET Edition

FtpClient.GetNextFile Method

Get information about the next file in a directory listing returned by the server.

Overload List

Get information about the next file in a directory listing returned by the server.

public bool GetNextFile(ref FileInformation);

Get the next file name in a directory listing returned by the server.

public bool GetNextFile(ref string);

Get information about the next file in a directory listing returned by the server.

public bool GetNextFile(ref string,ref bool);

Get information about the next file in a directory listing returned by the server.

public bool GetNextFile(ref string,ref int,ref bool);

See Also

FtpClient Class | SocketTools Namespace