Argh! I'm just getting nowhere with this. If I turn on my firewall I get the following output from 'sudo ipfw list':
02000 allow ip from any to any via lo*
02010 deny ip from 127.0.0.0/8 to any in
02020 deny ip from any to 127.0.0.0/8 in
02030 deny ip from 224.0.0.0/3 to any in
02040 deny tcp from any to 224.0.0.0/3 in
02050 allow tcp from any to any out
02060 allow tcp from any to any established
02065 allow tcp from any to any frag
02070 allow tcp from any to any dst-port 3689 in
02080 allow tcp from any to any dst-port 5297 in
02090 allow tcp from any to any dst-port 5298 in
12190 deny tcp from any to any
65535 allow ip from any to any
This appears to make absolutely no difference to the FTP application -- the upload still fails irrespective of whether I have the firewall on or off.
Surely this shouldn't be so complicated. Why does the Mac make it so hard?
