FiletransferprotocolFTPsoftware
Filesystem software
Extends: Technology
File transfer protocol FTP software
Filesystem software
Overview
Category: Filesystem software
Filesystem software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 11-3021.00
- SOC Code: 27-3041.00
- SOC Code: 51-5111.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'File transfer protocol FTP software',
category: 'Filesystem software',
description: 'Filesystem software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "File transfer protocol FTP software",
"applicationCategory": "Filesystem software",
"description": "Filesystem software"
}