Share Folders using FTP builtin windows service

File Transfer Protocol (FTP) is an easy way to access files remotely in the same network or over the web too.

Windows Server 2003 has a built-in feature to enable FTP, here's how to activate FTP.

Before we start we'll need Windows Server 2003 ISO .

  1. Go to CONTROL PANEL, Add Or Remove Programs
  2. On the  left side , click: Add/Remove Windows Components
  3. Select : Application Server ,
  4. Click  Details
  5. Select Internet Information Services (IIS)
  6. Click Details
  7. Select File Transfer Protocol(FTP) Service
  8. OK
  9. Click Next
After  previous steps are done, complete as followd:
  1. Go to CONTROL PANEL, Administrative Tools
  2. Click Internet Information Services (IIS) Manager
  3. On the left tree side, expand FTP Sites  node
  4. Right Click  Default FTP Site,  Choose New , FTP Site...
  5. Choose IP Address : 192.168.1.92
  6. In The  Path page, Click Browse to choose desired Folder you want to share it (Say it's srvr_dsk)
  7. Open Browser go to : FTP://192.168.1.92/
  8. You're done !

No comments:

Post a Comment

Remove unused Layouts in Oracle Apex

 Tables used : APEX_XXXXXXX.WWV_FLOW_REPORT_LAYOUTS APEX_XXXXXXX.WWV_FLOW_SHARED_QUERIES use the following query to delete unused Layouts. ...