i am trying to write a file to ftps from local file system and i am facing errors.here i attach all configuration related to channel.
source configuration:-

destination node configuration:-

and given are the errors while i run the channel.

errors are:-
Msg 2642 [path=1-2] - FTPSender error (consecutive errors=2): org.apache.camel.component.file.GenericFileOperationFailedException: Error writing file [/upload/Test.hl7.txt]
at org.apache.camel.component.file.GenericFileProducer.writeFile(GenericFileProducer.java:279)
at org.apache.camel.component.file.GenericFileProducer.processExchange(GenericFileProducer.java:165)
at org.apache.camel.component.file.remote.RemoteFileProducer.process(RemoteFileProducer.java:56)
at com.qvera.qie.engine.out.FTPSender.uploadFile(FTPSender.java:143)
at com.qvera.qie.engine.out.FTPSender.sendMessage(FTPSender.java:91)
at com.qvera.qie.engine.out.Sender.run(Sender.java:232)
at java.lang.Thread.run(Thread.java:745)
could you please identify the issue.