I am trying to do transfer files to windows m/c thro FTP adapter of opendeploy.
So i do a OD deployment where source and target are on the same solaris, in the target section of the deployment config, i include the odadpater.
Once the OD deployment is complete, the filelist manifest is available for the ftp adapter to do the ftp to the windows m/c, but i am facing issue on the FTPAdapter side.
[PHP]
bash-3.00$ more /iw-od/conf/testFtpAdapter.xml
[/PHP]
FTP configuration details
[PHP]
bash-3.00$ more "/opt/cmsapps/iw/OpenDeployNG/tmp/ftpconfig"
Host=windowsSVR
User=testuser
Port=21
Password=testuser$$
TargetDir=C:\\Interwoven\\OpenDeployNG\\tmp
[/PHP]
In the log file that gets created for the adapter i am seeing the below errors
[PHP]
bash-3.00$ more adp.ftp.testFtpAdapter.MYDEFINITIONNAME.sourceSVR.to.localhost.log
2012-01-04 02:44:14,206 INFO Begin logfile [/opt/cmslogs/iw/OpenDeployNG/log/adp.ftp.testFtpAdapter.MYDEFINITIONNAME.sourceSVR.to.localhost.log] ---------
2012-01-04 02:44:14,207 DEBUG Got logger: level=DEBUG, logFile=/opt/cmslogs/iw/OpenDeployNG/log/adp.ftp.testFtpAdapter.MYDEFINITIONNAME.sourceSVR.to.localhost.log, layo
utPattern="%d %-5p %m%n"
2012-01-04 02:44:14,207 INFO Input Parameter(Config) file = /opt/cmsapps/iw/OpenDeployNG/tmp/ftpconfig
2012-01-04 02:44:14,207 INFO Printing out the Deployment details
2012-01-04 02:44:14,207 INFO ODHOME = /opt/cmsapps/iw/OpenDeployNG
2012-01-04 02:44:14,208 INFO Connecting to remote Host = windowsSVR Port =21
2012-01-04 02:44:14,219 INFO Printing out the Manifest item details
2012-01-04 02:44:14,219 INFO Path = odadapter.jar
2012-01-04 02:44:14,220 INFO Type = FILE
2012-01-04 02:44:14,220 INFO Action = UPDATE
2012-01-04 02:44:14,220 INFO Reason = UPDATE
2012-01-04 02:44:14,220 INFO Status = COMPLETED
2012-01-04 02:44:14,220 INFO Target Area = /opt/cmsapps/iw/OpenDeployNG/tmp
2012-01-04 02:44:14,220 INFO Source Area = /opt/cmsapps/iw/OpenDeployNG/userlib
2012-01-04 02:44:14,220 INFO absPath = /opt/cmsapps/iw/OpenDeployNG/tmp/odadapter.jar
2012-01-04 02:44:14,221 INFO In FtpHelper:

ut()
2012-01-04 02:44:14,256 ERROR com.enterprisedt.net.ftp.FTPException: User testuser cannot log in.
2012-01-04 02:44:14,256 DEBUG Exception stacktrace:
com.enterprisedt.net.ftp.FTPException: User testuser cannot log in.
at com.enterprisedt.net.ftp.FTPControlSocket.validateReply(Unknown Source)
at com.enterprisedt.net.ftp.FTPClient.login(Unknown Source)
at com.interwoven.od.adapter.delivery.ftpadapter.FtpHelper.openConnection(FtpHelper.java:103)
at com.interwoven.od.adapter.delivery.ftpadapter.FtpHelper.putFile(FtpHelper.java:271)
at com.interwoven.od.adapter.delivery.ftpadapter.IWftpAdapter.deploy(IWftpAdapter.java:177)
at com.interwoven.deploy.engine.TMicroDeployRx.invokeDeliveryAdapters(TMicroDeployRx.java:3769)
at com.interwoven.deploy.engine.TMicroDeployRx.commit(TMicroDeployRx.java:2487)
at com.interwoven.deploy.engine.TMicroDeployRx.run(TMicroDeployRx.java:1363)
at java.lang.Thread.run(Thread.java:619)
2012-01-04 02:44:14,257 ERROR UNSUCCESSFUL in establishing ftp Connection
[/PHP]