Hello,
You should start with creating FTP port on Integration server,
and create on service like logftp and call ftp.login service from wm public into it,provide parameters username,password,localhost & port which you defined while creating FTP port.
then use ftp.ls command to get directories and you will get directories like “admin”,“Administrator”,“replicate”,“ns”
if you want to go inside these directories put like admin/pipeline u will get list of pipeline folder files and then through ftp:get service you give remotefile as admin/pipeline/a.xml & then you will get those file fetch data and now you can put through ftp.put and to other folder which you can access only through getting these directories (“admin”,“Administrator”,“replicate”,“ns”). and then logout from server.
thank you
#webMethods#Integration-Server-and-ESB#webmethods-Protocol-and-Transport