SocketTools .NET Edition

FtpClient.GetData Method

Transfers the contents of a file on the server and stores it in a byte array.

Overload List

Transfers the contents of a file on the server and stores it in a byte array.

public bool GetData(string,byte[],ref int);

Transfers the contents of a file from the server and stores it in a MemoryStream.

public bool GetData(string,MemoryStream);

Transfers the contents of a file on the server and stores it in a string.

public bool GetData(string,ref string);

See Also

FtpClient Class | SocketTools Namespace