Help with FTP

This is a discussion about Help with FTP in the Windows Software category; I want to try and set up a FTP on my computer. I'm running w2k pro at the moment, but also got w2k server, and was thinking about using IIS to set it all up. Just wanted to ask if there is anything particular I should think about.

Windows Software 5498 This topic was started by , . Last reply by ,


data/avatar/default/avatar24.webp

43 Posts
Location -
Joined 2000-02-04
I want to try and set up a FTP on my computer. I'm running w2k pro at the moment, but also got w2k server, and was thinking about using IIS to set it all up.
Just wanted to ask if there is anything particular I should think about. Is 2k pro enough, or should I upgrade to server? I also was thinking of using a Norton Firewall. Since it will be a pure FTP, do I need to open more than port 20/21 in the firewall? Is there any page (other than this, of course;) with help/tutorials/hints for putting up a FTP?
 
I know this is a lot of questions, but basicly, I just wanna know if there is any "typical" holes to fall in when setting up an FTP, or anything u must NOT do.
 
ANY help will be deeply appreciated!!!

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Aug 7
Created
Aug 8
Last Response
0
Likes
3 minutes
Read Time
User User User
Users

Responses to this topic


data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
http://www.microsoft.com/technet/treevie...tain/custom.asp
 
Win2K Pro will usually work fine, however the OS is limited to 10 concurrent connections. That link will illustrate way to customize the service. Also, FTP servers tend to negotiate an alternate port with the client, and some NAT/PAT and firewall systems inhibit this ability. So, clients *may* have to connect via PASV (passive) mode. This should cover most of the issues that I have had in the past.
 
Also, here's a cool little trick you can do in IIS so that a user is auto-magically redirected to his/her own home directory.
 
http://iisanswers.com/Top10FAQ/t10-FTPuersfolder.htm

data/avatar/default/avatar17.webp

757 Posts
Location -
Joined 2000-10-14
Quote:Win2K Pro will usually work fine, however the OS is limited to 10 concurrent connections.

Was it 5 in 98???


Has M$ increased this number for win2k pro?

I know the server versions allow alot more concurrent tcp connections right?

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
NT workstation has always been 10 (at least through 4.0 and 5.0), and I imagine this will carry through to WinXP. I never really considered Win98 PWS for anything other than development of ASP code locally before publishing to a "real" server.
 
Oh, and server is considered "unlimited".

data/avatar/default/avatar17.webp

757 Posts
Location -
Joined 2000-10-14
yah thats what I thought. Its just that many users have 98 on thier machines and some programs we are testing at work (mobile agents) need tcp connections...so the 98 user is kinda fudged. But...Im not involved in this project ... just office talk.

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
Bummer. Well, if there are problems with the project you could always tell them it's because they can't code worth a damn.
 


data/avatar/default/avatar17.webp

757 Posts
Location -
Joined 2000-10-14
i wouldnt say that....its prolly my interpretations.