Linux Server Security (2nd Edition( [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Linux Server Security (2nd Edition( [Electronic resources] - نسخه متنی

Michael D. Bauer

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Chapter 11. Securing File Services


File transfers
are among the most important Internet transactions. All Internet
applications support file transfer in one form or another. In email,
MIME attachments can take virtually any form, including executables
and archives. HTTP supports file transfers with aplomb:
"loading a web page" actually
entails the downloading and displaying of a multitude of text,
graphic, and even executable code files by your browser. Even
Internet Relay Chat can be used to transfer files between chatters.

When all is said and done, however, email, HTTP, and IRC are all
designed to handle relatively small chunks of data. This chapter
covers tools and protocols specifically designed for transferring
large files and large quantities of files.

The File Transfer Protocol
(FTP) in particular is one of the oldest and (still) most useful
methods for TCP/IP file transfers. Accordingly, this chapter covers
both general FTP security and specific techniques for securing the
ProFTPD FTP server. But FTP isn't the best tool for
every bulk-data-transfer job, so we'll also cover
scp and rsync. These,
unlike FTP, can be encrypted with the help of Secure Shell or
Stunnel, covered in Chapters Chapter 4 and
Chapter 5, respectively.
(Chapter 4 also covers SFTP, an FTP-like
frontend for the Secure Shell.)


/ 94