Administration
  Home arrow Administration arrow Page 3 - Professional File Transfer with proFTPD
Dev Shed Forums  
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Smartphone Development  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Mobile Linux  
App Generation ROI  
IBM® developerWorks  
Forums Sitemap  
E-Commerce Hosting  
Linux Web Hosting  
Managed Hosting  
Small Business Hosting  
VPS Hosting  
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 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? 
Google.com  
ADMINISTRATION

Professional File Transfer with proFTPD
By: Vikram Vaswani, (c) Melonfire
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: starstarstarstarstar / 26
    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:
      error-file:tidyout.log Del.ici.ous error-file:tidyout.log Digg
      error-file:tidyout.log Blink error-file:tidyout.log Simpy
      error-file:tidyout.log Google error-file:tidyout.log Spurl
      error-file:tidyout.log Y! MyWeb error-file:tidyout.log 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


    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

    - Network Booting via PXE: the Basics
    - Scalix: Linux Administrator`s Guide
    - Network Administration with FreeBSD 7
    - Components of an Information Architecture
    - The Anatomy of an Information Architecture
    - 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





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek