Catalyst File Transfer .NET

FileTransfer.PutData Method

Transfers data from a byte array and stores it in a file on the remote server.

Overload List

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

See Also

FileTransfer Class | SocketTools Namespace