GenericFileOperationFailedException - Cannot list directory: root

servicemix下运行camel sftp时报错GenericFileOperationFailedException - Cannot list directory: root

from("sftp://root@localhost/test?password=123456&stepwise=false&fileName=ftp_route.txt&delete=true").to("file:/home/test/ftpoutput/");

注意路径:/root/目录下是否有test文件夹,如无则会包上述错误

猜你喜欢

转载自coffeehot.iteye.com/blog/2108635