Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Passive FTP
Name: Kevin E. Date: September 18, 2002 at 08:07:32 Pacific OS: Redhat 7.3 CPU/Ram: 256
Comment:
Running Redhat as a Router IP Masqarading/etc. it requires me to use passive transfers on my other machines to access ftp sites. How do you resolve this issue?
Summary: HI All I am A newbie to iptables and was wondering can some one help me with a issue. I got A linux server with 2 network cards installed in it one is the internal network and other is the external ne...
Summary: Does your ftp deamon support passive ftp transfers ? Passive transfers are ususally required when ftp traffic is going through a natd firewall. I'm surprised you are seeing that here. ...
Summary: Hi, I have a script that runs a passive ftp to get a .dmp file in another linux machine. The contents of the script is : ftp -piv <<** open ip_of_another_machine cd /dmp get file.dmp by ** The ....