Get information about the next file in a directory listing returned by the server.
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);
FileTransfer Class | SocketTools Namespace