FileZilla FTP 업데이트 체크 방지
FileZilla FTP 업데이트 체크 방지
설정에서 업데이트 확인 안함으로 설정해도 계속 업데이트 확인하는 현상 발생 
https://www.itninja.com/question/remove-or-disabling-check-for-updates-in-filezilla-3-0-11-1
%UserProfile%\AppData\Roaming\FileZilla\filezilla.xml 수정 
<Settings> 
<Setting name="Config Location">%UserProfile%\AppData\Roaming\FileZilla\</Setting> 
<Setting name="Kiosk mode">0</Setting> 
<Setting name="Disable update check">1</Setting> 
<Setting name="Greeting version">9.9.9</Setting> 
<Setting name="Update Check">0</Setting> 
<Setting name="Update Check Interval">0</Setting> 
<Setting name="Update Check Check Beta">0</Setting> 
<Setting name="Last automatic update check">2030-05-02 16:45:08</Setting> 
</Settings> 
//------------------------------------- 
만약 안되면 다음 항목을 큰숫자로 변경 
<Setting name="Update Check Interval">1000</Setting> 
//------------------------------------- 
이미 업데이트 체크를 해서 계속 팝업 알람이 뜨는 상황인 경우 
%UserProfile%\AppData\Roaming\FileZilla\filezilla.xml 수정 
<Setting name="Update Check New Version" 를 찾아서 내용을 삭제 
- 다음 상태로 만든다 
<Setting name="Update Check New Version" platform="win" /> 
//------------------------------------- 
참고 
    - 업데이트 막지 못하는 듯
C:\Windows\System32\drivers\etc\hosts 파일 수정 
# filezilla 업데이트 막기 
127.0.0.1 filezilla-project.org