/ftp-kr

My FTP Extension For VSCode!

Primary LanguageTypeScript

VSCode FTP Extension

This is FTP Extension!

Start with ftp-kr Init command! (When exists workspace)

init

init after
It will try to connect when you save it!

download all

Details

  • Disable Auto Upload
    By default, the auto-sync feature is enabled
    If you want to disable auto-sync, please set autoUpload/autoDelete to false
    auto

  • Use Password Input
    You can use password input instead of password field
    password input

  • Browse FTP Server
    You can browse remote directory with ftp-kr List command!
    list

  • You can find extra options in ftp-kr.json with auto complete(Ctrl+Space)!
    See schema of ftp-kr.json
    autocom

  • Use Multiple Servers
    multiserver
    if you write altServer field, It will show server selection in some commands.

  • Use Private Key
    You can use SFTP with private key!
    privatekey

  • Use more ftp/sftp options
    You can override ftp/sftp options by ftpOverride/sftpOverride field, It will pass to connect function of ftp/ssh2 package.

Available functions & commands

  • Real-Time FTP/SFTP synchronization(You can off it!)
  • This extension check modification with file size
  • ftp-kr: Init - Create ftp-kr.json.
  • ftp-kr: Upload All - Upload all without same size file
  • ftp-kr: Download All - Download all without exists file
  • ftp-kr: Upload This - Upload this file.
  • ftp-kr: Download This - Download this file.
  • ftp-kr: Refresh All - Rescan remote files.
  • ftp-kr: Clean All - Cleaning remote files that not in workspace.
  • ftp-kr: Refresh All - Cleaning remote file list cache.
  • ftp-kr: List - Browse remote directory.

And...

Wiki: https://github.com/karikera/ftp-kr/wiki
I'm not good at english, Sorry for my bad english ㅠㅠ

Could you donate me ...?
BTC: 1HD7vgpnwEzycDipxZU4cSz31cjkGqB53W
BCH: 1U9KPQZaBSXXRRwnJ9ZPV5iSq7Fw3VvXY

Enjoy!