close

設定支援UTF-8

 

FreeBSD

cd /usr/ports/ftp/pure-ftpd

make config  #UTF8選項打勾

# UTF-8 support for file names (RFC 2640)
# Define charset of the server filesystem and optionnally the default charset
# for remote clients if they don't use UTF-8.
# Works only if pure-ftpd has been compiled with --with-rfc2640

FileSystemCharset       UTF-8
ClientCharset           UTF-8

 

 

 

Gentoo Linux

USE="charconv" emerge pure-ftpd

## Only works if USE "charconv" is enabled (only Pure-FTPd >=1.0.21).
## Set the charset of the filesystem.
# CHARCONV="--fscharset <charset>"
CHARCONV="--fscharset utf-8"

## Only works if USE "charconv" is enabled (only Pure-FTPd >=1.0.21).
## Set the charset of the filesystem.
# CHARCONV="--fscharset <charset>"
CHARCONV="--fscharset utf-8"

arrow
arrow
    全站熱搜

    igogo 發表在 痞客邦 留言(0) 人氣()