Catalyst File Transfer .NET

FileTransfer.GetFile Method

Download a file from the server to the local system.

Overload List

Download a file from the server to the local system.

public bool GetFile();

Download a file from the server to the local system.

public bool GetFile(string);

Download a file from the server to the local system.

public bool GetFile(string,string);

Download a file from the server to the local system.

public bool GetFile(string,string,bool);

Download a file from the server to the local system.

public bool GetFile(string,string,long);

Download a file from the server to the local system.

public bool GetFile(string,string,long,bool);

See Also

FileTransfer Class | SocketTools Namespace