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.
FTP server
Name: chupzy Date: June 26, 2004 at 11:30:54 Pacific OS: Win2k server CPU/Ram: 800/512
Comment:
I set up my FTP site using the IIS. I set up port forwarding on port 21 on my firewall. But i can onli view the ftp from my network. My frens cant connect from the internet. Anyone can help? thx
Name: oddduck Date: June 26, 2004 at 14:15:47 Pacific
Reply:
This is due to something called PASV mode. Passive mode (PASV) uses random connections (and "typically" random ports) to connect to the ftp as well as port 21. PASV mode works by allowing FTP clients to initiate sending of both control and data messages. Without PASV, FTP servers initiate the data requests only.
There are 2 ways you can get around this.
Your friends can either disable PASV mode on there FTP client or in web broswer. Disabling passive in IE is done in tools -> internet options -> advanced -> browsing -> use passive FTP.
You could also set up your FTP server (I am not very familiar with IIS as I use a 3rd party application) to only use a certain range of ports for passive and then have that range of ports forwarded on the router.
Hope this helps, oddduck
0
Response Number 2
Name: chupzy Date: June 26, 2004 at 19:04:52 Pacific
Reply:
What 3rd party software do you use?
0
Response Number 3
Name: Sanjaya Sugiarto (by Sanjaya) Date: June 26, 2004 at 23:01:37 Pacific
Summary: The problem is when IISRESET /RESTART is used, all three children of IISADMIN: W3SVC, MSFTPSVC, SMTPSVC stop and then start again, web resumes and is functional, smtp server resumes and is functional,...
Summary: Need some guidence here with FTP and DFS or another possible solution. Environment and Objective: I have a home lan with several computers that are sharing a broadband connection through a hardware f...
Summary: im trying to set up a ftp server using Windows 2000 Pro and its Built in Internet Informtaion Services 5.0. i have been able to get the ftp up and running and users logging in but i am having great di...