On Thu, Jul 24, 2003 at 05:32:37AM +0530, vidyasagar venkatesh wrote:
does linux have an FTP server capability with which i can share my files over the internet.(similar like FTP in IIS)
Short answer: yes, look around under /etc/init.d/ and you should find at least one FTP Daemon installed and ready to run.
Long answer: Well, FTP is actually an age-old internet service, and has nothing to do with IIS. Does GNU/Linux have an FTP server capability? Of course it does! Its just one of a thousand different network services that one can host on a GNU/Linux box. You just need to install the right package and start the daemon! If you havn't noticed yet, the *NIX heritage that GNU/Linux builds on, ensures that all the great networking things are actually taken for granted ... you don't need to ask whether its there or not! Most distributions will have already installed an FTP daemon and a host of other services.
Here's a good resource to get you started.
"This book covers GNU/LINUX system administration, for popular distributions like RedHat and Debian, as a tutorial for new users and a reference for advanced administrators. It aims to give concise, thorough explanations and practical examples of each aspect of a UNIX system. Anyone who wants a comprehensive text on (what is commercially called) ``LINUX'' need look no further--there is little that is not covered here."
Sameer.