Download a file from the server to the local system.
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);
FileTransfer Class | SocketTools Namespace