Skip to content

Instantly share code, notes, and snippets.

View TORAHTECH's full-sized avatar

Dondre' (Ben Yoseph ben Yahsararel) TORAHTECH

View GitHub Profile
@ilhamgusti
ilhamgusti / sftp.json
Created June 25, 2019 00:14
SFTP config VSCode
[{
"name": "ini config root pemrograman",
"host": "ini host",
"protocol": "ftp",
"port": 21,
"username": "ini username",
"password": "ini password",
"remotePath": "/",
"uploadOnSave": true,
"downloadOnOpen": true,
// iMacro CheatSheet - Command Reference
// http://wiki.imacros.net/Command_Reference
// iMacros supports 3 types of variables:
// * The macro variables !VAR0 thru !VAR9. They can be used with the SET and ADD command inside a macro.
// * Built-in variables. They contain certain values set by iMacros.
// * User-defined variables. They are defined in-macro using the SET command.