1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
556 views
by ben-s-7515 (13.0k points)
I am able to test an FTP connection with FileZilla and it works just fine, but when I connect using QIE I get a timeout error.  What can I do to get it to work?

1 Answer

+1 vote

Most often this is caused by the 'Active' transfer mode.  You can check the 'Use passive transfer mode' and see if this works.  If you are still having problems, then you can use the 'Custom Apache Camel paramters' checkbox and input the following:

preferredAuthentications=password

by ben-s-7515 (13.0k points)
...