I'm behind a NAT'ing non-proxying firewall and I could not update jikes because the download failed. Specifically, this...

curl -f -L -s -S -O ftp://www-126.ibm.com/pub/jikes/1.18/jikes-1.18.tar.bz2

... failed.

I modified NetAccess.pm such that the above became....

curl -P - -f -L -s -S -O ftp://www-126.ibm.com/pub/jikes/1.18/jikes-1.18.tar.bz2

... and now it works fine. I see that NOT setting 'ProxyPassiveFTP' should do the same, but it appears not.

Actually, I just did a 'fink configure' and answered....

Use passive mode FTP transfers (to get through a firewall)? [Y/n]

... 'n' to this question and it fixed the problem. That seems counter-intuitive.

b.bum



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to