SocketTools .NET Edition

FtpClient.Read Method

Read file data from the server and store it in a byte array.

Overload List

Read file data from the server and store it in a byte array.

public int Read(byte[]);

Read file data from the server and store it in a byte array.

public int Read(byte[],int);

Read file data from the server and store it in a string.

public int Read(ref string);

Read file data from the server and store it in a string.

public int Read(ref string,int);

See Also

FtpClient Class | SocketTools Namespace