edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPConnectionOnUploading(Byte, String, Boolean) Method

Note: This API is now obsolete.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
[ObsoleteAttribute("Use OnUploading(byte[], ref string, ref WriteMode)")]
protected bool OnUploading(
	byte[] bytes,
	ref string remoteFile,
	ref bool append
)

Parameters

bytes  Byte
 
remoteFile  String
 
append  Boolean
 

Return Value

Boolean

See Also