I have an application that needs to connect to a customer's ftp server via the GXS proxy server. I can do this with a simple Linux FTP script, but I would like to do it with Camel Spring. The ftp script simply does ftp, open ip, user 'username password' (to authenticate at GXS), a second user 'user@customerftpserver password' (to authenticate at the customer ftp site), cd to the directory we're going to pull files from and then mget.
Is it possible to do that with Camel Spring? If so, how? What would the xml look like? -- View this message in context: http://camel.465427.n5.nabble.com/How-can-FTP-Component-connect-to-FTP-Server-via-GXS-Proxy-tp5713818.html Sent from the Camel - Users mailing list archive at Nabble.com.
