Post the contents of the specified file to a script executed on the remote server.
Post the contents of the specified file to a script executed on the remote server.
public bool PostFile();
Post the contents of the specified file to a script executed on the remote server.
public bool PostFile(string);
Post the contents of the specified file to a script executed on the remote server.
public bool PostFile(string,string);
Post the contents of the specified file to a script executed on the remote server.
public bool PostFile(string,string,string);
FileTransfer Class | SocketTools Namespace