Re: passive mode
I'm using win95 and I'm behihd a firewall. The pseudo image kit
doesn't work, and I can't find a way to change the make-pseudoimage
script to make ncftp2 work in passive mode. Can anyone help ?
The following patch to make-pseudo-image should
do the trick. I suggest that this patch should be part of the standard
pseudo-image-kit, as it makes no harm. The second part of the patch is
--- make-pseudo-image.orig Mon Sep 18 15:55:40 2000
+++ make-pseudo-image Thu Oct 12 11:02:43 2000
@@ -198,8 +198,9 @@
# other versions ignore it)
echo "set confirm-close no" >> "$Commands"
- # Use binary mode
+ # Use binary mode and passive mode
echo "binary" >> "$Commands"
+ echo "set passive yes" >> "$Commands"
(
i=1
Reply to: