FTPConnectionOnUploading(Byte, String, Boolean) Method
Note: This API is now obsolete.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
[ObsoleteAttribute("Use OnUploading(byte[], ref string, ref WriteMode)")]
protected bool OnUploading(
byte[] bytes,
ref string remoteFile,
ref bool append
)
<ObsoleteAttribute("Use OnUploading(byte[], ref string, ref WriteMode)")>
Protected Function OnUploading (
bytes As Byte(),
ByRef remoteFile As String,
ByRef append As Boolean
) As Boolean
protected:
[ObsoleteAttribute(L"Use OnUploading(byte[], ref string, ref WriteMode)")]
bool OnUploading(
array<unsigned char>^ bytes,
String^% remoteFile,
bool% append
)
[<ObsoleteAttribute("Use OnUploading(byte[], ref string, ref WriteMode)")>]
member OnUploading :
bytes : byte[] *
remoteFile : string byref *
append : bool byref -> bool
- bytes Byte
-
- remoteFile String
-
- append Boolean
-
Boolean