Hi, please add some documentation about ftp:prefer-epsv setting to the manpage so people will know what to try while trying to log in to an ftp-server that doesn't support epsv. At least my attempts didn't work:
<--- 534 Fallback to [C] ---> EPSV <--- 500 Unknown command ---- Switch passive mode off ---> LIST ---> ABOR Robert --- lftp.1 2009-03-03 14:33:48.000000000 +0100 +++ lftp.2 2009-04-22 17:12:36.000000000 +0200 @@ -1073,6 +1073,9 @@ allowed port range for active mode. Format is min-max, or `full' or `any' to indicate any port. Default is `full'. .TP +.BR ftp:prefer-epsv \ (boolean) +use EPSV as preferred passive mode. Default is `true'. +.TP .BR ftp:proxy \ (URL) specifies ftp proxy to use. To disable proxy set this to empty string. Note that it is an ftp proxy which
