250x250
Notice
Recent Posts
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 계층형DB
- 프로그래밍 언어
- TOPCIT
- compare구조체
- 개발프레임워크
- 객체관계형DB
- sync_with_stdio(0)
- Flutter
- ANSI-SPARC
- compare
- BOJ
- 정렬
- 메인 메모리 DB
- aws winscp
- 개발프레임워크의 기술 동향
- 소프트웨어 개발도구
- vector unique erase
- 네트워크형DB
- Backtracking
- 객체 지향형 DB
- 클라우드기반 IDE
- 공간DB
- 시간초과
- 멀티미디어DB
- c++
- 프로그래밍 언어 기술 동향
- 소프트웨어아키텍처 기술 동향
- 온라인처리
- 백트래킹
- boj 11659
Archives
옐그's 코딩라이프
[Server] "PuTTY.exe 찾을 수 없습니다." 오류 해결 본문
WinSCP에서 Putty를 열려고 했는데 다음과 같은 파일 'C:\Program Files (x86)\PuTTY\putty.exe'를 찾을 수 없습니다. 오류가 발생하였다.
이는 putty.exe를 다운받아서 해당 폴더에 넣어주면 된다.
1. 아래 사이트에 접속
Download PuTTY: latest release (0.77) (greenend.org.uk)
Download PuTTY: latest release (0.77)
This page contains download links for the latest released version of PuTTY. Currently this is 0.77, released on 2022-05-27. When new releases come out, this page will update to contain the latest, so this is a good page to bookmark or link to. Alternativel
www.chiark.greenend.org.uk
2. putty.exe 파일중 본인 컴퓨터에 맞는 파일을 다운받는다.
3. Program File (x86) 폴더에 PuTTY 폴더가 없다면 새폴더를 생성 후 다운받은 putty.exe 파일을 넣어준다.
4. 다시 putty 접속을 눌렀더니 이제 실행이 잘된다.!
728x90
'Server' 카테고리의 다른 글
[Server] AWS 서버 외부에서 Nginx 이용하여 접속 및 PHP, mySQL 설치하기 (2) | 2022.10.08 |
---|---|
[Server] AWS ec2 인스턴스 인바운드 규칙 수정하기 (0) | 2022.10.08 |
[Server] AWS 인스턴스 시작 (가입, E2C 설정) (1) | 2022.10.08 |
[Server] ipTIME으로 포트포워딩하기 (0) | 2022.10.06 |
[Apache24][php] php 8버전 필독! httpd: Syntax error on line 5xx ... Can't locate API module structure 'php?_module' in file ~~ (1) | 2022.09.23 |