svn2web passive ftp (from behind NAT/router)
Posted on 2009-05-17 00:27:41


Hey svn2web is finaly working for me from behind my NAT router. The trick was to create a new line between line 49 and 50 in put_ftp and put the following on the new line:

$ftpCommands[] = "passive";

This made svn2web work for me . There you go enjoy this little trick  Cool!

P.S. just to be clear the following 2 lines are line 49 and 50:

$ftpCommands[] = "prompt off";
$ftpCommands[] = "lcd $localStuff";