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 generates ftp-kr.json.
  • ftp-kr: Upload All - Upload all without same size files
  • ftp-kr: Download All - Download all without same size files
  • ftp-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 syntax
  • ftp-kr: Reconnect - Reconnect the server.
  • ftp-kr: Cancel - Cancel current tasks
  • ftp-kr: Target - Swaps the main server. For using with alternate servers
  • ftp-kr: List - Browse remote directories.
  • ftp-kr: View - View a remote file. used internally

추가
Download All / Upload All 시 내용이 다르더라도 파일의 크기가 같을 경우 무시되므로 주의해야 합니다.


+ Recent posts