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
'Tips' 카테고리의 다른 글
크롬, 엣지 브라우저 이전 버전 다운로드 방법 (0) | 2024.03.02 |
---|---|
Chrome, Edge 브라우저 자동 업데이트 막는 방법 (0) | 2024.03.02 |
엘프 반주기 (ELF) ELFWIN5 사용법, 에러 해결 방법 (1) | 2024.01.06 |
어도비 프로그램 설치시 에러 코드 62, 184 해결 방법 (0) | 2023.12.29 |
리눅스 벤치마크 방법 (0) | 2023.12.16 |