Skip to content

Commit

Permalink
Disable fallback to active or passive mode respectively.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Oct 14, 2017
1 parent 7245c4e commit 14a9811
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -638,7 +638,7 @@ Current default browser view is outline view (0-List view, 1-Outline view, 2-Col
/*
Fallback to active or passive mode respectively
*/
defaults.put("ftp.connectmode.fallback", String.valueOf(true));
defaults.put("ftp.connectmode.fallback", String.valueOf(false));
/*
Protect the data channel by default. For TLS, the data connection
can have one of two security levels.
Expand Down

0 comments on commit 14a9811

Please sign in to comment.