vsftpでASCII mode転送を有効にするには

|

vi /etc/vsftpd/vsftpd.conf

# By default the server will pretend to allow ASCII mode but in fact ignore
# the request. Turn on the below options to have the server actually do ASCII
# mangling on files when in ASCII mode.
# Beware that turning on ascii_download_enable enables malicious remote parties
# to consume your I/O resources, by issuing the command "SIZE /big/file" in
# ASCII mode.
# These ASCII options are split into upload and download because you may wish
# to enable ASCII uploads (to prevent uploaded scripts etc. from breaking),
# without the DoS risk of SIZE and ASCII downloads. ASCII mangling should be
# on the client anyway..
#ascii_upload_enable=YES
#ascii_download_enable=YES

ascii_upload_enable=YESを有効にする。

カテゴリ

このブログ記事について

このページは、adminが2005年4月 4日 00:58に書いたブログ記事です。

ひとつ前のブログ記事は「My Amazon Store Manager 2.0の日本語化手順メモ」です。

次のブログ記事は「osCommerce派生バージョン」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。