FileZilla_Server-0_9_34.exe 를 설치하고, 윈도우 탐색기에서 FTP 로 접근하면 한글 파일 송/수신이 안된다.
ControlSocket.cpp 수정내용:
88line
m_useUTF8 = true; 를 -> m_useUTF8 = false; 로 변경
2301line
if (args == _T("UTF8 ON")) { } 부분 사용 안함.
모니터 프로그램의 폰트가 마음에 안들어서 변경 :
interface/StatusCtrl.cpp 수정내용:
295line
DEFAULT_GUI_FONT 를 -> SYSTEM_FIXED_FONT 로 변경
컴파일 :
1. FileZilla_Server-0_9_34/zlib/ 필요시 컴파일 한다.
생성파일:
Release/zlib.lib
2. FileZilla_Server-0_9_34 컴파일 한다.
생성파일:
Release/FileZilla server.exe
interface/Release/FileZilla Server Interface.exe
ControlSocket.cpp 수정내용:
88line
m_useUTF8 = true; 를 -> m_useUTF8 = false; 로 변경
2301line
if (args == _T("UTF8 ON")) { } 부분 사용 안함.
모니터 프로그램의 폰트가 마음에 안들어서 변경 :
interface/StatusCtrl.cpp 수정내용:
295line
DEFAULT_GUI_FONT 를 -> SYSTEM_FIXED_FONT 로 변경
컴파일 :
1. FileZilla_Server-0_9_34/zlib/ 필요시 컴파일 한다.
생성파일:
Release/zlib.lib
2. FileZilla_Server-0_9_34 컴파일 한다.
생성파일:
Release/FileZilla server.exe
interface/Release/FileZilla Server Interface.exe