OnRamp for Commerce One MarketSite 3.5 SP1 | webMethods OnRamp for Commerce One MarketSite Adapter Documentation | webMethods OnRamp for CommerceOne MarketSite Adapter Installation and User’s Documentation | Public Records, Specifications, and Services | wm.PartnerMgr.gateway.transport.FTPTransport | OutboundProcess
 
OutboundProcess
FTPs a document to a specified host. This is the transport service that the Partner Manager invokes for routing rules that deliver their documents via the FTP transport. When this transport executes, it FTPs the contents of data/content to the specified file location.
Package
WmPartners
Input Parameters
data
An IS Document (an IData object) containing the following element:
content An object that contains the data that you want the transport to send. This object must be one of the following types: String, byte[ ], or InputStream.
transportParams
An IS Document (an IData object) containing the following elements:
*serverhost String Specifies the host name of the FTP server to which you want the transport to send the document.
*serverport String Specifies the port number on which the FTP server listens for incoming requests. The default is 21.
*username String Specifies the user ID that you want the transport to use when it connects to the FTP server.
*password String Specifies the password that you want the transport to use when it connects to the FTP server.
*dirpath String Specifies the directory into which you want the document copied.
Note:
You do not need to specify a file name, because the transport automatically assigns a name to the documents it sends. This name has the format, “ftpfilexx.data”, where xx is an ID that the FTP transport defines.
Output Parameters
None.