Doug-
The pub.client:ftp service is very easy and quite useful for connecting to most ftp servers
serverhost is the ftp server you are connecting to
serverport you can leave empty, unless you are using a non-standard port
username & password refer to the credentials on the remote ftp server
command is ls, put or get, depending on whether you want to list remote files, send (put) a file, or recieve (get)
dirpath is the path of the directory on the remote server
localfile is the filename on your IS (not required if you don’t want to persist the file locally)
remotefile is the remote file name (get or put only)
if you want to do something more complex, you can use the services in the pub.client.ftp folder.
Refer to the webMethods Integration Server Built-In Services Reference manual for more details in the client folder.
#webmethods-Protocol-and-Transport#Integration-Server-and-ESB#webMethods