FTP/SFTP 서버의 파일/디렉토리를 로컬 workspace 로 다운로드/업로드 할 수 있는 확장입니다.
링크 : https://marketplace.visualstudio.com/items?itemName=ruakr.ftp-kr
wprkspace 에서 ftp-kr Init 으로 초기화 합니다.
ftp-kr 기본 설정 입력
설정 완료후 ftp-kr Download All 을 통해 서버에 있는 파일/디렉토리를 다운로드 받을 수 있습니다.
ftp-kr List 명령어를 통해 원격 디렉토리를 둘러 볼 수 있습니다.
기본 명령어
- Real-Time FTP/SFTP synchronization(You can off it!)
ftp-kr: Init
- Starts up extension and generatesftp-kr.json
.ftp-kr: Upload All
- Upload all without same size filesftp-kr: Download All
- Download all without same size filesftp-kr: Upload This
- Upload this file.ftp-kr: Download This
- Download this file.ftp-kr: Delete This
- Delete file in remote server.
고급 명령어
ftp-kr: Diff This
- Diff this file.ftp-kr: Refresh
- Rescan remote files.ftp-kr: Clean All
- Cleaning remote files that not in workspace.ftp-kr: Run task.json
- Run a batch task. It is auto generated and run by* All
commands. You can use it with same syntaxftp-kr: Reconnect
- Reconnect the server.ftp-kr: Cancel
- Cancel current tasksftp-kr: Target
- Swaps the main server. For using with alternate serversftp-kr: List
- Browse remote directories.ftp-kr: View
- View a remote file. used internally
추가
Download All / Upload All 시 내용이 다르더라도 파일의 크기가 같을 경우 무시되므로 주의해야 합니다.
'기타' 카테고리의 다른 글
Output Colorizer - 출력창의 로그를 구문 강조 (0) | 2018.09.06 |
---|---|
Blockalign - 블록 코드 정렬 (0) | 2018.09.03 |
ftp-sync - FTP/SFTP 파일/디렉토리 동기화 (1) | 2018.08.30 |
Better Align - 문자열 코드 정렬 (0) | 2018.08.24 |
change-case - 문자 형식 변경 (0) | 2018.08.20 |