Re: [問題] bsd內建的ftp
※ 引述《wiclhim.bbs@ptt.cc (唉~~期中考><)》之銘言:
> 要如何讓他可以支援中文檔名的上傳呀
> 我所使用的版本為5.4版
> 拜託各位大大幫忙解惑一下吧
> 最近剛開始研究freebsd
如果你有裝 Freebsd source code 的話,
修改 /usr/src/libexec/ftpd/ftpcmd.y 這個檔
將底下這行
==============================================
int flags = GLOB_BRACE | GLOB_NOCHECK;
==============================================
改成
==============================================
int flags = GLOB_NOCHECK | GLOB_NOESCAPE;
==============================================
然後重新 compile 及 install
# make clean
# make
# make install
But I'm not sure, hope it works for you. :)
More information, please man 3 glob.
http://netlab.cse.yzu.edu.tw/~statue/freebsd/zh-tut/ftpd.html
--
∕ 發信站: 來源:
◥◤ 元智資管.螺絲起子 59-117-48-73.dynamic.hinet.net
┴ (bbs.mis.yzu.edu.tw)
討論串 (同標題文章)
完整討論串 (本文為第 2 之 2 篇):
FreeBSD 近期熱門文章
PTT數位生活區 即時熱門文章