Transfers data from a byte array and stores it in a file on the remote server.
Transfers data from a byte array and stores it in a file on the remote server.
public bool PutData(string,byte[],int);
Transfers data from a string buffer and stores it in a file on the remote server.
public bool PutData(string,string,int);
FileTransfer Class | SocketTools Namespace