FTP with Windows Server 2003

Bluetiger007 Posted messages 142 Status Member -  
Bluetiger007 Posted messages 142 Status Member -
Hello,
I am a computer scientist and I want to set up a secure FTP server using Windows Server 2003. I have done some research, but I think I still don't have enough documentation on it. Given the time constraints, I am seeking your help.

Could you please help me find good documentation regarding the setup of FTP server and client on Windows Server (server) and Windows XP/Vista/7 (client) using Internet Explorer?

Any information would help (prerequisites, optimization, limitations, costs, etc.), and any suggestions would be welcome...
Thank you in advance.

Looking forward to your response.

Best regards

Configuration: Windows XP SP3, Pentium Dual Core

7 answers

  1. xeo56 Posted messages 106 Status Member 24
     
    yes,

    1. Click on Start, point to Control Panel, and then click on Add/Remove Programs.
    2. Click on Add/Remove Windows Components.
    3. In the Components list, click on Internet Information Services (IIS) (but do not check or uncheck this box), then click on Details.
    4. Check the following boxes if applicable:
    Common Files
    FTP Service (File Transfer Protocol)
    IIS Service Managers
    5. Check the checkboxes next to any other IIS service or subcomponent you wish to install, then click OK.
    6. Click Next.
    7. When prompted, insert the Windows Server 2003 CD-ROM into the computer's CD-ROM or DVD-ROM drive or specify the path to the files, then click OK.
    8. Click Finish.
    IIS and the FTP service are now installed. You need to configure the FTP service to use it.
    Back to top
    Configuring the FTP Service
    To configure the FTP service to allow only anonymous connections, follow these steps:
    1. Start the IIS Manager (Internet Information Services) or open the IIS snap-in.
    2. Expand Server_name where Server_name is the name of the server.
    3. Expand FTP Sites
    4. Right-click on the Default FTP Site, then click Properties.
    5. Click on the Security Accounts tab.
    6. If applicable, check the box to Allow anonymous connections, then check the box to Only allow anonymous connections.

    By checking the Only allow anonymous connections box, you configure the FTP service to allow only anonymous connections. Users cannot log in by providing a username and password.
    7. Click on the Home Directory tab.
    8. If applicable, check the boxes for Read and Log Access, then uncheck the Write box.
    9. Click OK.
    10. Exit the IIS Manager or close the IIS snap-in.
    The FTP server is now configured to accept incoming FTP requests. Copy or move the files you want to make accessible into the FTP publishing folder. The default folder is drive:\Inetpub\Ftproot, where drive is the drive on which IIS services are installed.
    1. Click on Start, point to Control Panel, and then click on Add/Remove Programs.
    2. Click on Add/Remove Windows Components.
    3. In the Components list, click on Internet Information Services (IIS) (but do not check or uncheck this box), then click on Details.
    4. Check the following boxes if applicable:
    Common Files
    FTP Service (File Transfer Protocol)
    IIS Service Managers
    5. Check the checkboxes next to any other IIS service or subcomponent you wish to install, then click OK.
    6. Click Next.
    7. When prompted, insert the Windows Server 2003 CD-ROM into the computer's CD-ROM or DVD-ROM drive or specify the path to the files, then click OK.
    8. Click Finish.
    IIS and the FTP service are now installed. You need to configure the FTP service to use it.
    Back to top
    Configuring the FTP Service
    To configure the FTP service to allow only anonymous connections, follow these steps:
    1. Start the IIS Manager (Internet Information Services) or open the IIS snap-in.
    2. Expand Server_name where Server_name is the name of the server.
    3. Expand FTP Sites
    4. Right-click on the Default FTP Site, then click Properties.
    5. Click on the Security Accounts tab.
    6. If applicable, check the box to Allow anonymous connections, then check the box to Only allow anonymous connections.

    By checking the Only allow anonymous connections box, you configure the FTP service to allow only anonymous connections. Users cannot log in by providing a username and password.
    7. Click on the Home Directory tab.
    8. If applicable, check the boxes for Read and Log Access, then uncheck the Write box.
    9. Click OK.
    10. Exit the IIS Manager or close the IIS snap-in.
    The FTP server is now configured to accept incoming FTP requests. Copy or move the files you want to make accessible into the FTP publishing folder. The default folder is drive:\Inetpub\Ftproot, where drive is the drive on which IIS services are installed.

    --

    xeo56
    4
    1. Bluetiger007 Posted messages 142 Status Member 1
       
      Thank you for your response!!!
      I was on a service mission, too busy to reply to you
      I'm experimenting with this method!
      It is quite detailed!!
      If there are any problems, I'll get back to you!!
      See you!
      Thanks again!!
      0
  2. Nabla's Posted messages 18201 Registration date   Status Contributor Last intervention   3 228
     
    At the level of Windows Server, I don't know, but I use FileZilla Server on Windows XP... it's a reference.
    0
    1. Bluetiger007 Posted messages 142 Status Member 1
       
      Yes, but FileZilla is fine for home use; I want to do something professional. The client requires professional tools, and I think Windows Server is what I need...
      0
    2. xeo56 Posted messages 106 Status Member 24
       
      I use this for large companies.
      0
  3. xeo56 Posted messages 106 Status Member 24
     
    you go to start, tools, and there you've got everything to create your server
    --

    xeo56
    0
    1. Bluetiger007 Posted messages 142 Status Member 1
       
      Thank you, but your answer is too brief. I know it's in tools, specifically in IIS
      but I want as much detail as possible...
      Thanks ;-)
      0
  4. Bluetiger007 Posted messages 142 Status Member 1
     
    Hi!
    please help me;-)
    0
  5. xeo56 Posted messages 106 Status Member 24
     
    You need to download FileZilla Server. Install it on Windows Server 2003. Then it will ask you where you want to save it (create a folder in "C:" and save it there). After that, it will ask you to create a shortcut from the internet, for example: "ftp://toto.com", then it will ask you for a password and a username that you can save. To see if it worked, type "ftp://toto.com", then enter the username and the password you set. And if you want to know if someone has tried to access your FTP server, go to "My Computer" and there is a .log file, open it, and you will see the people who accessed your server, at what time, and which IP address.

    PS: Sorry for last time, the batteries were dead.

    xeo56
    0
  6. bluetiger007
     
    Thank you very much!!
    mixing FileZilla and Windows Server 2003 seems to me much better...
    but my question is whether everything can be done with Windows Server only!
    and on the client side, only Internet Explorer...
    saying in case users want to add Mozilla for downloading but that it at least works with Internet Explorer???

    Do I necessarily need to mix Windows Server 2003 and FileZilla to perform the operation? I will do it that way, but if there is another method, please let me know, all details are welcome....

    Thank you all for your help and participation :-)
    0