Re: Pure-ftp 的紀錄檔,中文部分是亂碼~ - BBS
By Lauren
at 2005-09-25T16:57
at 2005-09-25T16:57
Table of Contents
※ 引述《[email protected] (It's time!)》之銘言:
: ※ 引述《[email protected] (生酒煙比師程工苦命)》之銘言:
: > 這是 preu-ftpd 的"功能",只要你用 W3C 或 CLF 的 log 格式,就會自動
: > 幫你把跳脫字元編碼過。你可以裝個 /usr/ports/mnet/urlendec,就可以
: > 解上面用 URL 編碼過的檔案。
: > /home/%5B2005-08%5D/%AC_%A6%B3%AD%DB%28Alan%20Kuo%29
: > /home/[2005-08]/柯有倫(Alan Kuo)
: 恩~~這個我知道,但是我是想讓 pure-ftpd 直接記錄中文名稱~不要去編碼
: 因為我之前也是用 -O clf:/var/log/pureftpd.log , 那時候可以正常顯示~
: 不知道有沒有辦法?謝謝大大~
請參考 altlog.c
if ((quoted_filename = urlencode(filename)) == NULL) {
return -1;
}
稍微動點手腳就好了。
例如:
/*
if ((quoted_filename = urlencode(filename)) == NULL) {
return -1;
}*/
quoted_filename = filename;
--
: ※ 引述《[email protected] (生酒煙比師程工苦命)》之銘言:
: > 這是 preu-ftpd 的"功能",只要你用 W3C 或 CLF 的 log 格式,就會自動
: > 幫你把跳脫字元編碼過。你可以裝個 /usr/ports/mnet/urlendec,就可以
: > 解上面用 URL 編碼過的檔案。
: > /home/%5B2005-08%5D/%AC_%A6%B3%AD%DB%28Alan%20Kuo%29
: > /home/[2005-08]/柯有倫(Alan Kuo)
: 恩~~這個我知道,但是我是想讓 pure-ftpd 直接記錄中文名稱~不要去編碼
: 因為我之前也是用 -O clf:/var/log/pureftpd.log , 那時候可以正常顯示~
: 不知道有沒有辦法?謝謝大大~
請參考 altlog.c
if ((quoted_filename = urlencode(filename)) == NULL) {
return -1;
}
稍微動點手腳就好了。
例如:
/*
if ((quoted_filename = urlencode(filename)) == NULL) {
return -1;
}*/
quoted_filename = filename;
--
Tags:
BBS
All Comments
Related Posts
ftp抓下來的影片無法播放
By Ursula
at 2005-09-24T22:14
at 2005-09-24T22:14
linux compatible??
By Eartha
at 2005-09-24T17:38
at 2005-09-24T17:38
linux compatible??
By Sandy
at 2005-09-24T17:29
at 2005-09-24T17:29
如何用 windows 讀取freebsd硬碟格式資料...
By Quanna
at 2005-09-24T16:48
at 2005-09-24T16:48
安裝 x11/XFree86-4-libraries 出現 error
By Olga
at 2005-09-24T16:43
at 2005-09-24T16:43