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

FTPConnectionOnUploaded(Byte, String, Int64, Boolean, Exception) 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 OnUploaded(byte[], string, long, bool, Exception)")]
protected virtual void OnUploaded(
	byte[] bytes,
	string remoteFile,
	long bytesTransferred,
	bool append,
	Exception ex
)

Parameters

bytes  Byte
 
remoteFile  String
 
bytesTransferred  Int64
 
append  Boolean
 
ex  Exception
 

See Also