HttpClientPut(Byte, String) Method
Namespace: EnterpriseDT.Net.Ftp.HttpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void Put(
byte[] bytes,
string remoteFile
)
Public Sub Put (
bytes As Byte(),
remoteFile As String
)
public:
virtual void Put(
array<unsigned char>^ bytes,
String^ remoteFile
) sealed
abstract Put :
bytes : byte[] *
remoteFile : string -> unit
override Put :
bytes : byte[] *
remoteFile : string -> unit
- bytes Byte
-
- remoteFile String
-
IFileTransferClientPut(Byte, String)