Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
TYPO3 4.3 Multimedia Cookbook

You're reading from   TYPO3 4.3 Multimedia Cookbook Over 50 great recipes for effectively managing multimedia content to create an organized web site in TYPO3

Arrow left icon
Product type Paperback
Published in Feb 2010
Publisher Packt
ISBN-13 9781847198488
Length 228 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Toc

Table of Contents (13) Chapters Close

TYPO3 4.3 Multimedia Cookbook
Credits
About the Author
About the Reviewers
1. Preface
1. Getting Started 2. Managing Digital Assets FREE CHAPTER 3. Operating with Metadata in Media Files 4. Rendering Images 5. Rendering Video and Audio 6. Connecting to External APIs 7. Creating Services 8. Automating Processes

Setting up FTP access


There are times when you need to allow FTP access to your users. There are plenty of FTP daemons to make it easy. However, you would have to set up individual users, and configure their restricted access. It is much better to leverage the backend user configuration already in TYPO3, and use it to provide basic FTP access to the same files accessible in the backend.

Getting ready

We will use Pure-FTPd daemon to provide FTP access. The steps below assume you are on a Debian system, and Pure-FTPd is available in package repositories. If its not, you would need to compile it from source.

How to do it...

  1. 1. Install Pure-FTPd, along with the MySQL authentication module.

    Shell> apt-get install pure-ftpd-common pure-ftpd-mysql
    
  2. 2. Open the MySQL configuration file (by default in /etc/pure-ftpd/db/mysq.conf). Edit the following values:

    • MYSQLServer: Point it to your MySQL server IP, or localhost

    • MYSQLUser: DB username

    • MYSQLPassword: DB password

    • MYSQLDatabase: Name of the DB that TYPO3...

You have been reading a chapter from
TYPO3 4.3 Multimedia Cookbook
Published in: Feb 2010
Publisher: Packt
ISBN-13: 9781847198488
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image