|
Home > Archive > 70-216 > August 2002 > FTP server by Windows 2000 server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
FTP server by Windows 2000 server
|
|
| supergoku0 2002-08-11, 10:37 pm |
| Hi all,
Could somebody please shine me some light for how to set up an FTP server with Windows2000 built-in components?
All advices and web link are appreicated.
TIA,
Goku | |
| mikop 2002-08-11, 10:57 pm |
| technet and search for ftp. click the link on top and go to step by step setup. browse around technet if u need more setup info. its all there. | |
| Bingram 2002-08-13, 9:09 am |
| On any W2K server running IIS you can create and FTP. I won't bore you with the details, but start the wizard in Internet Services Manager by RC the server you want the FTP on and selecting New>FTP site.
Remember the default port is 21. I often change that port to something unused in the TCP port ranges just to add one more level of anoyance for anyone hacking in.
Another thing to remember is home directory. The wizard will ask you to specify a home directory. Goes without saying you don't set the root or sysdir as the home. Better still, put it on different partition than the system files.
Security? Remember rules for anonomous access. Typically you'll set the IUSR account for this. Also remember you can grant or deny access to an FTP site based on IP or DNS rules. Kind of handy to set an FTP on a server, then restrict access allowing only one subnet or a group of subnets on the LAN. | |
| supergoku0 2002-08-13, 9:49 pm |
| Thanks guys,
I've made my W2k box running FTP.
Goku | |
| Slinky 2002-08-14, 8:03 am |
| Also remember, as far as the security aspect, IIS is tightly integrated with NTFS. So use that to secure your files. | |
| Bingram 2002-08-14, 11:19 am |
| quote: Originally posted by Slinky
Also remember, as far as the security aspect, IIS is tightly integrated with NTFS. So use that to secure your files.
That is true to a degree. You can't go wrong by specifying tight NTFS permissions to an FTP home directory. But, keep in mind that access control to an FTP site is done in IIS. It is possible for a user to have DENY read, write and execute, but still be able to access the file through an FTP site, if the site allows anonymous access. To do so, you'd have to set the appropriate level of restrictions on the security accounts tab and specify rules on the directory security tab.
Often times it is easier to restrict FTP and Web sites by way of TCP/IP filters or rules than by traditional W2K NTFS permissions. |
|
|
|
|