Administration
  Home arrow Administration arrow Page 3 - Professional File Transfer with proFTP...
Dev Shed Forums 
Administration  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Forums Sitemap 
IBM® developerWorks 
Dedicated Servers 
E-Commerce Hosting 
Linux Web Hosting 
Managed Hosting 
Small Business Hosting 
Download TestComplete 
VPS Hosting 
Weekly Newsletter

 
Developer Updates  
Free Website Content 
IBM Developerworks
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
ADMINISTRATION

Professional File Transfer with proFTPD
By: Vikram Vaswani, (c) Melonfire
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 25
    2003-05-14

    Table of Contents:
  • Professional File Transfer with proFTPD
  • The Sales Pitch
  • Source Control
  • Start Me Up
  • Going Home
  • Signed, Anonymous
  • Giving Back
  • Timberrrrrrrrr!
  • Getting Virtual
  • Passing Messages
  • Ending On A High Note

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
     
    ADVERTISEMENT

    Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here

    Professional File Transfer with proFTPD - Source Control
    (Page 3 of 11 )

    The first order of business to install proFTPD on the Linux box you plan to use as a server. Drop by the official proFTPD Web site at http://www.proftpd.org/and get yourself the latest stable release of the software (this tutorial uses proFTPd 1.2.8).

    Once you've downloaded the source code archive to your Linux server (mine is named "olympus.melonfire.com"), log in as "root"
    $ su -
    Password: ****
    
    and extract the source to a temporary directory.
    $ cd /tmp
    $ tar -xzvf /home/me/proftpd-1.2.8.tar.gz
    Next, configure the package using the provided "configure" script,
    $ cd /tmp/proftpd-1.2.8
    $ ./configure --prefix=/usr/local/ftpd
    and compile and install it.
    $ make
    $ make install
    Unless you specified a different path to the "configure" script, proFTPD will have been installed to the directory "/usr/local/ftpd".

    You can verify this by doing a quick directory scan of that directory - here's what you should see.
    $ ls -lR /usr/local/ftpd/{bin,etc,sbin}
    /usr/local/ftpd/bin:
    total 28
    -rwxr-xr-x    1 root     root         8108 May  7 10:24 ftpcount
    -rwxr-xr-x    1 root     root         4940 May  7 10:24 ftptop
    -rwxr-xr-x    1 root     root        11552 May  7 10:24 ftpwho
    /usr/local/ftpd/etc:
    total 4
    -rw-r--r--    1 root     root         1817 May  7 10:24 proftpd.conf
    /usr/local/ftpd/sbin:
    total 320
    -rwxr-xr-x    1 root     root         5356 May  7 10:24 ftpshut
    lrwxrwxrwx    1 root     root            7 May  7 10:24 in.proftpd ->
    proftpd
    -rwxr-xr-x    1 root     root       313312 May  7 10:24 proftpd
    
    Once you've got proFTPd installed, the next step is to configure it. Let's look at that next.

    More Administration Articles
    More By Vikram Vaswani, (c) Melonfire


     

       

    ADMINISTRATION ARTICLES

    - Configuring Load-Balanced Clusters
    - Load-Balanced Clusters
    - UNIX Time Format Demystified
    - Making Changes in the CVS
    - Building Your First CVS Repository
    - CVS Quickstart Guide
    - Authorizing Users in Samba
    - Handling User Accounts in Samba
    - Authentication in Samba
    - Accounts, Authentication, and Authorization
    - Advanced Concepts on Dealing with Files and ...
    - Dealing with Files and Filesystems
    - More Hacks for the User Environment in BSD
    - Personalizing the User Environment in BSD
    - Customizing the User Environment in BSD

     
    Accelerating Trading Partner Performance
     
    Competing on Analytics
     
    Cost Effective Scaling with Virtualization and Coyote Point Systems
     
    Five Checkpoints to Implementing IP Telephony
     
    Hosted Email Security: Staying Ahead of New Threats
     




    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway