I'm doing a basic FTP login to an ftp server. Once I'm in I need to also
login to a mail account by executing -> user "[email protected] 10259"
password
How would I do this ?
here is my route so far which logs into the ftp server ->
from("ftp://urlToFTPSite:21?username=myusername&password=mypassword&useList=false").to("stream:out");
How do I execute a command once I'm logged in?
--
View this message in context:
http://camel.465427.n5.nabble.com/FTP-double-login-tp5756919.html
Sent from the Camel - Users mailing list archive at Nabble.com.