This is FTP Extension!
Start with ftp-kr Init
command! (When exists workspace)
It will try to connect when you save it!
-
Disable Auto Upload
By default, the auto-sync feature is enabled
If you want to disable auto-sync, please set autoUpload/autoDelete to false
-
Use Password Input
You can use password input instead of password field
-
Browse FTP Server
You can browse remote directory withftp-kr List
command!
-
You can find extra options in ftp-kr.json with auto complete(
Ctrl+Space
)!
See schema of ftp-kr.json
-
Use Multiple Servers
if you write altServer field, It will show server selection in some commands. -
Use more ftp/sftp options
You can override ftp/sftp options byftpOverride
/sftpOverride
field, It will pass to connect function offtp
/ssh2
package.
- 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
Bug Report & Feature Request: https://github.com/karikera/ftp-kr/issues
Wiki: https://github.com/karikera/ftp-kr/wiki
I'm not good at english, Sorry for my bad english ㅠㅠ
Enjoy!