SSHFTPClientPut(Byte, String) Method
Put data onto the SFTP server in the current directory.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override void Put(
byte[] bytes,
string remote
)
Public Overrides Sub Put (
bytes As Byte(),
remote As String
)
public:
virtual void Put(
array<unsigned char>^ bytes,
String^ remote
) override
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 in current directory.
IFileTransferClientPut(Byte, String)