WebSphere Adapter for FTP
The FTP adapter uses operations to specify the action to be performed on the FTP server during outbound processing. Refer to the following supported operations table for a list of the supported operations and the expected responses for each.
Supported operations for outbound processing
Operation | Result |
---|---|
Create | Creates a file with the specified file name in the specified directory with the content sent across in the request. |
Append | Appends the content in the request to the end of the file. |
Retrieve | Returns the content of the file specified in the request. |
Delete | Deletes the file from the directory specified in the request. |
Overwrite | Overwrites the file in the directory with the content specified in the request. |
Exists | Returns a successful response if the file in the request exists in the specified directory. |
List | Returns all the file names in the specified directory. |
ServerToServerFileTransfer | Transfers the file from one FTP server to another FTP server. |
ExecuteFTPScript | Runs an FTP script file in the specified directory. |
Last updated: Mon 30 Oct 2006 03:48:52
(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)