Hi All,

I'm trying to use servicemix-ftp component on apache-servicemix-4.2.0-fuse.
My purpose is to download files from a FTP server to the local system.

So,I build ftp-su for polling files from FTP server,and build file-su for
saving files in the local site.
In addition,I build a sa for rising the two su.

After the sa was deployed,I expected that there should be something in the
local folder.
But nothing happened. No downloaded files,no error log.
I think there maybe something wrong in the su xbean setting.
Can any of you help me?

The ftp-su xbean.xml is set as follow:
...
<ftp:poller service="itri:ftppoller" 
               endpoint="endpoint" 
               targetService="itri:filesender"
               uri="ftp://account:password@myFTPserver/test"; 
               period="3000">
        </ftp:poller>

The file-su xbean.xml is set as follow:
...
<file:sender service="itri:filesender" 
                 endpoint="endpoint"
                 directory="file:outbox" 
                 overwrite="true">
        </file:sender>

Thanks for your help in advance
Laurence

--
View this message in context: 
http://servicemix.396122.n5.nabble.com/servicemix-ftp-Problem-about-FTP-component-tp4659137p4659137.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to