Hi I have camel osgi bundle running on a serviceMix (linux box). It has an endpoint to consume from a windows ftp server and it doesn't seem to work. See how the endpoint looks like below - I have tried different combinations but it doesn't seem to work.
The zip file I am after to consume is located in E:\ftproot\hotfolder. I tried to consume from a linux ftp server and the below endpoint works just fine. Can anyone help me construct the endpoint to consume from a windows machine? I believe the windows machine has vsftpd installed. For Windows ftp.url.xps.in=ftp://user@hostname//E:/ftproot/hotfolder?password=********&binary=true&maximumReconnectAttempts=2&reconnectDelay=3000&delete=true&consumer.delay=50&doneFileName=${file:name.noext}.done&separator=Windows For Linux ftp.url.xps.in=sftp://user@hostanme//usr/fs/hotfolder?password=xxxxxx&binary=true&maximumReconnectAttempts=2&reconnectDelay=3000&move=.done&consumer.delay=50&doneFileName=${file:name.noext}.done -- View this message in context: http://camel.465427.n5.nabble.com/Consuming-from-an-FTP-windows-tp5729197.html Sent from the Camel - Users mailing list archive at Nabble.com.
