ExFTPConnectionUploadByteArray(Byte, String) Method
Upload an array of bytes to the FTP server in the current working directory.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override void UploadByteArray(
byte[] bytes,
string remoteFile
)
Public Overrides Sub UploadByteArray (
bytes As Byte(),
remoteFile As String
)
public:
virtual void UploadByteArray(
array<unsigned char>^ bytes,
String^ remoteFile
) override
abstract UploadByteArray :
bytes : byte[] *
remoteFile : string -> unit
override UploadByteArray :
bytes : byte[] *
remoteFile : string -> unit
Parameters
- bytes Byte
- Array of bytes to put.
- remoteFile String
- Name of remote file in current working directory.