edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionOnUploaded Method (Byte, String, Int64, Boolean, Exception)

Note: This API is now obsolete.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.4.0.0
Syntax
[ObsoleteAttribute("Use OnUploaded(byte[], string, long, bool, Exception)")]
protected virtual void OnUploaded(
	byte[] bytes,
	string remoteFile,
	long bytesTransferred,
	bool append,
	Exception ex
)

Parameters

bytes
Type: SystemByte
remoteFile
Type: SystemString
bytesTransferred
Type: SystemInt64
append
Type: SystemBoolean
ex
Type: SystemException
See Also