FTPConnectionUploadByteArray(Byte, String, WriteMode) Method
Upload data to the FTP server in the current working directory. Allows
appending if current file exists.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual void UploadByteArray(
byte[] bytes,
string remoteFile,
WriteMode writeMode
)
Public Overridable Sub UploadByteArray (
bytes As Byte(),
remoteFile As String,
writeMode As WriteMode
)
public:
virtual void UploadByteArray(
array<unsigned char>^ bytes,
String^ remoteFile,
WriteMode writeMode
)
abstract UploadByteArray :
bytes : byte[] *
remoteFile : string *
writeMode : WriteMode -> unit
override UploadByteArray :
bytes : byte[] *
remoteFile : string *
writeMode : WriteMode -> unit
Parameters
- bytes Byte
- Array of bytes to put.
- remoteFile String
- Name of remote file in current working directory.
- writeMode WriteMode
- Overwrite, Append or Resume.