Catalyst File Transfer .NET

FileTransfer.PostFile Method

Post the contents of the specified file to a script executed on the remote server.

Overload List

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);

See Also

FileTransfer Class | SocketTools Namespace