Hello, I am new to Servicemix, already done the su and sa tutorials. I need to do some service that takes a .tar.gz file from an ftp server and writes all contained files in a different folder in the same ftp server. I ve tried using service-mix ftp and definig my own file marshaller but that way i can only create a file where i put all decompressed data but it has same name as original file and is actually a big text file containing all the xml data from the files that are stored (which forgot to say is only xml's). Now I dont know which path to go along: defining my own FtpSenderEndpoint looked like an option but i am not sure that can be done cleanly and have no idea hot to configure it in xbean.xml after developed. Looked at the source of eip xpath splitter (which is only for xml files) and not sure if I can use the info there after days or studying it. Maybe some way to do it by implementing some in-the-middle service? Basically I want both some insight on the proper way to do it plus some config details. Also couldnt find something already developed, that is why I am trying to do it myself, if you know of something that is already done, please point me to it! Thanks everyone for your time. Regards, Leonardo.
-- View this message in context: http://old.nabble.com/Splitting-a-tar-file-tp27759567p27759567.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
