Upload a file from the local system to the server.
Upload a file from the local system to the server.
public bool PutFile();
Upload a file from the local system to the server.
public bool PutFile(string);
Upload a file from the local system to the server.
public bool PutFile(string,string);
Upload a file from the local system to the server.
public bool PutFile(string,string,bool);
Upload a file from the local system to the server.
public bool PutFile(string,string,long);
Upload a file from the local system to the server.
public bool PutFile(string,string,long,bool);
FileTransfer Class | SocketTools Namespace