FTP Module
The FTP Module provides connectivity to remote FTP servers. This section contains details for the messages delivered from the FTP Module.
This topic provides the MIB Name and MIB OID information, in addition to high-level details about each notification in the FTP Module.
MIB Name : CASTIRON-COMP-FTP-MIB
MIB OID : .1.3.6.1.4.1.13336.2.2.3.6
The following table provides an alphabetical list of all notifications that can be issued by the FTP Module.
Notification | Level | System | Description |
---|---|---|---|
AppendAfter | Info | Orchestration | Response received after issuing an append command to the file on remote server. |
AppendBefore | Info | Orchestration | In process of issuing an append command to the file on remote server. |
ConnectionFailure | Severe | Orchestration | The FTP operation failed because a connection to the server could not be established. |
ConnectionRetry | Warning | Orchestration | The FTP operation failed while trying to connect to the server. This will cause a retry. |
DeleteAfter | Info | Orchestration | Response received when a file was deleted from the remote server. |
DeleteBefore | Info | Orchestration | In process of deleting a file to the remote server. |
DeleteDupLIstEntry | Info | Orchestration | Duplicate list is at maximum capacity. Removing a file from the duplicate list. |
DeleteInfoSummary | Info | Orchestration | A complete summary of delete file activity configuration. |
DirChangeAfter | Info | Orchestration | Changed to the specified directory on remote server. |
DirChangeBefore | Info | Orchestration | Changing directory on the remote server. |
DuplicateFile | Info | Orchestration | The file was previously processed by FTP poll activity. |
EncodingError | Severe | Orchestration | The data encoding specified is not supported by FTP activity. |
EndpointInfoSummary | Info | Orchestration | A complete summary of endpoint information specified. |
FileNotMoved | Warning | Orchestration | File was not moved from original location as there is already another file in the destination location and overwrite option is false. |
FileProcessed | Info | Orchestration | The file is processed by FTP activity and is left in place. |
FileProcessingError | Warning | Orchestration | Error occurred while processing the file. |
FtpPatternConversion | Warning | Orchestration | In the versions greater than 3.6 FTP use different style of pattern. If project is published from studio version before that, FTP will automatically change the pattern to new style. |
GetAfter | Info | Orchestration | Response received when a file was downloaded to the remote server. |
GetBefore | Info | Orchestration | In process of downloading a file to the remote server. |
GetInfoSummary | Info | Orchestration | A complete summary of get file activity configuration. |
InternalException | Severe | Orchestration | A internal error occurred while executing FTP activity. |
ListAfter | Info | Orchestration | Response received when the directory was listed on the remote server. |
ListBefore | Info | Orchestration | In process of listing a directory on the remote server. |
ListFileSummary | Info | Orchestration | A complete summary of list file activity configuration. |
NListAfter | Info | Orchestration | Response received when the directory was name listed on the remote server. |
NListBefore | Info | Orchestration | In process of name listing a directory on the remote server. |
OperationError | Severe | Orchestration | FTP activity was unable to perform operation on FTP server. |
PutAfter | Info | Orchestration | Response received when a file was uploaded to the remote server. |
PutBefore | Info | Orchestration | In process of uploading a file to the remote server. |
PutDuplicateFileName | Severe | Orchestration | File with same name exists on the specified server location. Configuration specified not to overwrite, so erroring out. |
PutEmptyFileName | Severe | Orchestration | The file name specified in put activity is empty. |
PutInfoSummary | Info | Orchestration | A complete summary of put file activity configuration. |
RenameAfter | Info | Orchestration | Response received when a file was renamed to the remote server. |
RenameBefore | Info | Orchestration | In process of renaming a file to the remote server. |
RenameDupError | Severe | Orchestration | Rename operation errored as file with same name already exists. |
RenameInfoSummary | Info | Orchestration | A complete summary of get file activity configuration. |
SshFingerprintInfo | Info | Orchestration | SSH finger print information for communication with FTP server. |
SshModeInfo | Info | Orchestration | SSH mode information for communication with FTP server. |
TimeStampError | Warning | Orchestration | The timestamp command is not supported by the FTP server. Continuing the FTP activity operation using default timestamp. |
TimestampCommand | Warning | Orchestration | The timestamp command is not supported by the FTP server. Continuing the FTP activity operation. |
UnableToDelete | Warning | Orchestration | Error occurred while deleting file from the specified location. |
UnableToMove | Warning | Orchestration | Error occurred while moving file to destination location. |