SSHSCPClientPut(Byte, String) Method
Put data onto the server
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual void Put(
byte[] bytes,
string remote
)
Public Overridable Sub Put (
bytes As Byte(),
remote As String
)
public:
virtual void Put(
array<unsigned char>^ bytes,
String^ remote
)
abstract Put :
bytes : byte[] *
remote : string -> unit
override Put :
bytes : byte[] *
remote : string -> unit
- bytes Byte
- Array of bytes to put.
- remote String
- Name of remote file or path.
IFileTransferClientPut(Byte, String)