Sidebar
0 votes
40 views
by brandon-w-8204 (34.1k points)
I changed from Local System Account to running as a specific or named user. Now my FTP is failing to connect.

1 Answer

0 votes

Use the following Apache Camel parameter "preferredAuthentications=password".

1. On your FTP configuration check the box for "Custom Apache Camel parameters"
2. enter the following into the editor

preferredAuthentications=password

3. Save the channel and resubmit an error or a message

by brandon-w-8204 (34.1k points)
...