File Upload Aborted

Below are the Event Attributes specific to File Upload Aborted. This Event is fired when FTP/S client aborts a file transfer by sending ABOR command.

 

Note: Some clients do not send ABOR command but instead simply close the connection. In this case no event is fired.

 

Attribute Name Definition
ClientIP The client IP address the file upload request was received on.
ClientPort The client port that this file upload was sent from.
CurrentDir The virtual directory path that file upload request was sent from.
File The server local path of file upload.
Local Whether or not the file upload is a file local to the server.
LocalDir The local directory path of the parent directory of the file uploaded.
LocalPath The server local path of file upload. Same as the 'File' property.
Name The name of the file used when sending file upload request.
ServerIP The server IP address the file upload request was received on.
ServerPort The server port that this file upload was received on.
Sessionid An unique user session identifier.
Success Whether or not file upload was aborted successfully.
Username The username that sent the file upload request.
UsernameEmail The email of the user.
UsernameName The full name of the user.

 

Below are the Event Attributes common to all Event types.

 

Attribute Name Definition
ApplicationInstanceId The unique application instance identifier.
CurrentTimeMillis The difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
DayOfMonth The current day of the month. Valid values are 1-31.
DayOfWeek The current day of the week. Valid values are 1-7 with first day starting on Monday.
DayOfYear The current day of the year. Valid values are 1-365 (366 in leap year).
DomainName The name of the domain for which this event occurred.
Hour The current hour of the day. Valid values are 0-23.
Id The unique event identifier.
Millisecond The current millisecond of the second. Valid values are 0-999.
Minute The current minute of the hour. Valid values are 0-59.
Month The current month of the year. Valid values are 1-12.
Second The current second of the minute. Valid values are 0-59.
WeekOfMonth The current week of the month. Valid values are 1-5.
WeekofYear The current week of the year. Valid values are 1-52.
Year The current four-digit year.