Commit 9b333b42 authored by Marius DAVID's avatar Marius DAVID
Browse files

Merge branch 'lemmy-8436929' into 'main'

Add submission: SSH, FTP, HTTP

See merge request marius851000/fediverse-canvas-atlas-2024!324
parents e73f53d1 8602872b
Loading
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
{
    "id": 1937690626,
    "name": "SSH, FTP, HTTP",
    "description": "Three communication protocols that are, or have been, important for the internet:\n\nSSH: Secure Shell. A protocol that allows users to securely log in to a remote computer via a command-line interface, which is very useful for managing computers on a network.\n\nFTP: File Transfer Protocol. Largely obsolete these days due to its lack of security, but was once widely used for transferring files to and from webservers.\n\nHTTP: Hypertext Transport Protocol. The thing that makes the web work - when you visit websites, your browser communicates with the site via HTTP messages.",
    "links": {},
    "path": {
        "43-48": [
            [
                305,
                10
            ],
            [
                305,
                5
            ],
            [
                346,
                5
            ],
            [
                346,
                9
            ]
        ]
    },
    "center": {
        "43-48": [
            308,
            8
        ]
    },
    "source_list": {
        "lemmy": [
            8436929
        ]
    }
}
 No newline at end of file