Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

파일 전송이 어려울 때 텍스트 파일 내용 복사하기(putty) #13

Open
wafe opened this issue Feb 2, 2020 · 0 comments
Open

Comments

@wafe
Copy link
Owner

wafe commented Feb 2, 2020

putty 로 ssh 접속은 가능한데, 그 외의 다른 네트워크 작업(파일 전송 등)은 불가능한 환경에서 작업하는 경우가 왕왕 있다. 혹은 꼭 불가능하지는 않더라도 터널링으로 연결되어 있어서 간단한 텍스트 파일 좀 복사하자고 sftp 같은 걸 연결하기가 엄청 번거로운 경우도 있겠다.

이럴 때 putty 기능만으로 간단히 복사하는 방법

윈도우 좌측 상단 프로그램 아이콘을 누르면 나타나는 메뉴(시스템 메뉴)에서 Clear Scrollback 메뉴를 눌러 putty 가 가지고 있는 이전 내용을 지워준다.

그리고 원하는 파일을 화면에 출력해준다.

cat thefile.txt

다시 putty 시스템 메뉴에서 Copy All to Clipboard 를 선택한 뒤, 텍스트 에디터에 붙여넣으면 된다.

putty 가 최대로 유지할 수 있는 스크롤 화면 만큼을 한 번에 복사할 수 있다.

hyunjun added a commit to hyunjun/bookmarks that referenced this issue Feb 12, 2020
Jupyter Notebooks in Visual Studio Code https://techcommunity.microsoft.com/t5/educator-developer-blog/jupyter-notebooks-in-visual-studio-code/ba-p/1155747
사용중인 VSCode(Visual Studio Code) 확장 플러그인 목록 https://junhobaik.github.io/vsc-plugin-list

파일 전송이 어려울 때 텍스트 파일 내용 복사하기(putty) wafe/Pile-of-Things#13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant