{"id":3489,"date":"2025-12-02T00:00:00","date_gmt":"2025-12-02T00:00:00","guid":{"rendered":"https:\/\/lp.szlogic.cn\/glossary\/scp-secure-copy-encrypted-file-transfer-ssh-guide\/"},"modified":"2026-06-22T04:28:36","modified_gmt":"2026-06-22T04:28:36","slug":"scp-secure-copy-encrypted-file-transfer-ssh-guide","status":"publish","type":"post","link":"https:\/\/resources.l-p.com\/ru\/glossary\/scp-secure-copy-encrypted-file-transfer-ssh-guide","title":{"rendered":"What Is SCP (Secure Copy)? Your Guide to Secure, Simple File Transfer"},"content":{"rendered":"\n<figure class=\"wp-block-image aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1408\" height=\"768\" src=\"https:\/\/resources.l-p.com\/wp-content\/uploads\/2026\/05\/d0c9daba187247c0a736dd749efa9992.jpg\" alt=\"SCP (Secure Copy)\" class=\"wp-image-3486\" srcset=\"https:\/\/resources.l-p.com\/wp-content\/uploads\/2026\/05\/d0c9daba187247c0a736dd749efa9992.jpg 1408w, https:\/\/resources.l-p.com\/wp-content\/uploads\/2026\/05\/d0c9daba187247c0a736dd749efa9992-300x164.jpg 300w, https:\/\/resources.l-p.com\/wp-content\/uploads\/2026\/05\/d0c9daba187247c0a736dd749efa9992-1024x559.jpg 1024w, https:\/\/resources.l-p.com\/wp-content\/uploads\/2026\/05\/d0c9daba187247c0a736dd749efa9992-768x419.jpg 768w, https:\/\/resources.l-p.com\/wp-content\/uploads\/2026\/05\/d0c9daba187247c0a736dd749efa9992-18x10.jpg 18w\" sizes=\"(max-width: 1408px) 100vw, 1408px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In the world of system administration and data management, transferring files between computers is a daily necessity. While numerous tools exist, one protocol stands out for its simplicity, security, and widespread availability on Unix-like systems: <strong>SCP, or Secure Copy Protocol<\/strong>. This guide will explain <strong>what SCP is<\/strong>, how it works, and why it remains a trusted tool for secure file transfers, especially when integrated into high-performance network environments that rely on components like <a target=\"_blank\" rel=\"\" href=\"https:\/\/www.l-p.com\/store-25432-optics-transceivers-sfp-modules.htm\"><strong>LINK-PP optical transceivers<\/strong><\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Whether you&#8217;re managing servers, backing up data, or deploying applications, understanding SCP is crucial for efficient and safe operations. Let&#8217;s dive into the mechanics, best practices, and modern context of this essential protocol.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" ><strong>\u27a4 Key Takeaways<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><p>Use <strong>SCP<\/strong> to move files safely between computers. It hides your data so others cannot see it when you send it.<\/p><\/li><li><p>Make sure <a target=\"_blank\" rel=\"\" href=\"https:\/\/resources.l-p.com\/glossary\/secure-shell-ssh-encrypted-remote-access-and-file-transfer\"><strong>SSH<\/strong><\/a> is turned on for both computers before you use SCP. This helps stop problems when connecting.<\/p><\/li><li><p>SCP commands are easy to use. You can move files or folders with simple commands in the terminal. This makes it easy for anyone to use.<\/p><\/li><li><p>Try other tools like <a target=\"_blank\" rel=\"\" href=\"https:\/\/resources.l-p.com\/glossary\/ssh-file-transfer-protocol-sftp-secure-file-transfer\"><strong>SFTP<\/strong><\/a> or Rsync if you need more features or want to sync files. SCP works best for fast and safe moves.<\/p><\/li><li><p>Follow good rules, like using password-less login and keeping your SSH keys secret, to make things safer.<\/p><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" ><strong>\u27a4 Understanding SCP: The Basics<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>SCP (Secure Copy Protocol)<\/strong> is a network protocol that leverages <a target=\"_blank\" rel=\"\" href=\"https:\/\/resources.l-p.com\/glossary\/secure-shell-ssh-encrypted-remote-access-and-file-transfer\"><strong>SSH (Secure Shell)<\/strong><\/a> to provide encrypted file transfers between a local host and a remote host, or between two remote hosts. It was designed as a secure alternative to the older, insecure <mark data-color=\"var(--qc-color2)\" style=\"background-color: var(--qc-color2); color: inherit;\">rcp<\/mark> (remote copy) command.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The core principle is straightforward: SCP creates a secure, encrypted tunnel over an SSH connection and transmits files through it. This ensures both <strong>authentication<\/strong> (via SSH keys or passwords) and <strong>confidentiality<\/strong> (via encryption) during transit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Key Characteristics:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><p style=\"margin: 0px;\"><strong>Built on SSH:<\/strong> Uses SSH for its underlying security and connection mechanics.<\/p><\/li><li><p style=\"margin: 0px;\"><strong>Command-Line Simplicity:<\/strong> Operated via the <mark data-color=\"var(--qc-color2)\" style=\"background-color: var(--qc-color2); color: inherit;\">scp<\/mark> command, making it scriptable and automatable.<\/p><\/li><li><p style=\"margin: 0px;\"><strong>Widely Available:<\/strong> Pre-installed on virtually all Linux, macOS, and modern Windows (via OpenSSH) systems.<\/p><\/li><li><p style=\"margin: 0px;\"><strong>Recursive Transfers:<\/strong> Can copy entire directories and their contents.<\/p><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" ><strong>\u27a4 How SCP Works: A Step-by-Step Breakdown<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <strong>SCP<\/strong> process involves a client-server model where the SCP client initiates a connection to an SSH server.<\/p>\n\n\n\n<ol class=\"wp-block-list\" >\n<li><p style=\"margin: 0px;\"><strong>Connection &amp; Authentication:<\/strong> The SCP client initiates an SSH connection to the remote server on port 22 (default). The user authenticates using either a password or, more securely, an SSH key pair.<\/p><\/li><li><p style=\"margin: 0px;\"><strong>Command Execution:<\/strong> Once authenticated, the client invokes the remote <code>scp<\/code> server process in the appropriate mode (<mark data-color=\"var(--qc-color2)\" style=\"background-color: var(--qc-color2); color: inherit;\">source<\/mark> or <mark data-color=\"var(--qc-color2)\" style=\"background-color: var(--qc-color2); color: inherit;\">sink<\/mark>).<\/p><\/li><li><p style=\"margin: 0px;\"><strong>Secure Tunnel Establishment:<\/strong> All subsequent communication happens through the encrypted SSH tunnel.<\/p><\/li><li><p style=\"margin: 0px;\"><strong>File Metadata Transfer:<\/strong> The protocol sends file details like names, sizes, and permissions.<\/p><\/li><li><p style=\"margin: 0px;\"><strong>Data Transfer:<\/strong> The file contents are transmitted in encrypted chunks.<\/p><\/li><li><p style=\"margin: 0px;\"><strong>Verification &amp; Closure:<\/strong> The transfer is verified, and the connection closes.<\/p><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">This process makes SCP an excellent choice for <strong>secure remote backups<\/strong> and <strong>automated file synchronization scripts<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" width=\"1200\" height=\"552\" src=\"https:\/\/resources.l-p.com\/wp-content\/uploads\/2026\/05\/83c967bc5a34410584dad069e3e02588.webp\" alt=\"SCP (Secure Copy)\" class=\"wp-image-3487\" srcset=\"https:\/\/resources.l-p.com\/wp-content\/uploads\/2026\/05\/83c967bc5a34410584dad069e3e02588.webp 1200w, https:\/\/resources.l-p.com\/wp-content\/uploads\/2026\/05\/83c967bc5a34410584dad069e3e02588-300x138.webp 300w, https:\/\/resources.l-p.com\/wp-content\/uploads\/2026\/05\/83c967bc5a34410584dad069e3e02588-1024x471.webp 1024w, https:\/\/resources.l-p.com\/wp-content\/uploads\/2026\/05\/83c967bc5a34410584dad069e3e02588-768x353.webp 768w, https:\/\/resources.l-p.com\/wp-content\/uploads\/2026\/05\/83c967bc5a34410584dad069e3e02588-18x8.webp 18w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" ><strong>\u27a4 SCP vs. SFTP vs. FTP: Choosing the Right Tool<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">While <strong>SCP<\/strong> is great for simple file copies, it&#8217;s part of a family of transfer protocols. Here\u2019s a quick comparison:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table class=\"has-fixed-layout\">\n<colgroup><col style=\"min-width: 25px;\"\/><col style=\"min-width: 25px;\"\/><col style=\"min-width: 25px;\"\/><col style=\"min-width: 25px;\"\/><\/colgroup><tbody><tr><th colspan=\"1\" rowspan=\"1\"><p>Feature<\/p><\/th><th colspan=\"1\" rowspan=\"1\"><p>SCP<\/p><\/th><th colspan=\"1\" rowspan=\"1\"><p><a target=\"_blank\" rel=\"\" href=\"https:\/\/resources.l-p.com\/glossary\/ssh-file-transfer-protocol-sftp-secure-file-transfer\">SFTP (SSH File Transfer Protocol)<\/a><\/p><\/th><th colspan=\"1\" rowspan=\"1\"><p><a target=\"_blank\" rel=\"\" href=\"https:\/\/resources.l-p.com\/glossary\/file-transfer-protocol-ftp-basics-uses-and-security-guide\">FTP (File Transfer Protocol)<\/a><\/p><\/th><\/tr><tr><td colspan=\"1\" rowspan=\"1\"><p><strong>Security<\/strong><\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p>Encrypted (SSH)<\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p>Encrypted (SSH)<\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p><strong>Cleartext (Insecure)<\/strong><\/p><\/td><\/tr><tr><td colspan=\"1\" rowspan=\"1\"><p><strong>Protocol Type<\/strong><\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p>Session-based, simple copy<\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p><strong>Full-featured file access protocol<\/strong><\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p>Separate command\/data channels<\/p><\/td><\/tr><tr><td colspan=\"1\" rowspan=\"1\"><p><strong>Functionality<\/strong><\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p><strong>Basic copy only<\/strong><\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p><strong>Rich: browse, delete, chmod, resume<\/strong><\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p>Basic transfer &amp; directory ops<\/p><\/td><\/tr><tr><td colspan=\"1\" rowspan=\"1\"><p><strong>Speed<\/strong><\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p>Generally fast for single files<\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p>Slightly more overhead, similar speed<\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p>Fast, but no encryption<\/p><\/td><\/tr><tr><td colspan=\"1\" rowspan=\"1\"><p><strong>Best For<\/strong><\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p><strong>Quick, scripted secure copies<\/strong><\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p><strong>Interactive, managed file sessions<\/strong><\/p><\/td><td colspan=\"1\" rowspan=\"1\"><p>Internal, trusted networks only<\/p><\/td><\/tr><\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>For most secure operations today, FTP should be avoided.<\/strong> Choose <strong>SCP for straightforward copy tasks<\/strong> and <strong>SFTP for interactive sessions requiring more file management<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" ><strong>\u27a4 Basic SCP Command Syntax and Examples<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The basic syntax is: <mark data-color=\"var(--qc-color2)\" style=\"background-color: var(--qc-color2); color: inherit;\">scp [options] source_file(s) destination<\/mark><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" >Common Examples:<\/h3>\n\n\n\n<ol class=\"wp-block-list\" >\n<li><p><strong>Copy a local file to a remote server:<\/strong><\/p><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><mark data-color=\"var(--qc-color2)\" style=\"background-color: var(--qc-color2); color: inherit;\">scp \/local\/path\/myfile.txt user@remote_host:\/remote\/path\/<\/mark><\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\" >\n<li><p><strong>Copy a file from a remote server to your local machine:<\/strong><\/p><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><mark data-color=\"var(--qc-color2)\" style=\"background-color: var(--qc-color2); color: inherit;\">scp user@remote_host:\/remote\/path\/remotefile.zip \/local\/downloads\/<\/mark><\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\" >\n<li><p><strong>Copy an entire directory recursively (<mark data-color=\"var(--qc-color2)\" style=\"background-color: var(--qc-color2); color: inherit;\">-r<\/mark> flag):<\/strong><\/p><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><mark data-color=\"var(--qc-color2)\" style=\"background-color: var(--qc-color2); color: inherit;\">scp -r \/local\/directory user@remote_host:\/remote\/path\/<\/mark><\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\" >\n<li><p><strong>Use a specific SSH port (e.g., port 2222):<\/strong><\/p><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><mark data-color=\"var(--qc-color2)\" style=\"background-color: var(--qc-color2); color: inherit;\">scp -P 2222 myfile.txt user@remote_host:\/remote\/path\/<\/mark><\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"5\" >\n<li><p><strong>Limit bandwidth usage (e.g., 1000 KB\/s):<\/strong><\/p><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><mark data-color=\"var(--qc-color2)\" style=\"background-color: var(--qc-color2); color: inherit;\">scp -l 1000 largefile.iso user@remote_host:\/remote\/path\/<\/mark><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" ><strong>\u27a4 Security Under the Hood<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>SCP<\/strong>&#8216;s security is inherited entirely from <a target=\"_blank\" rel=\"\" href=\"https:\/\/resources.l-p.com\/glossary\/secure-shell-ssh-encrypted-remote-access-and-file-transfer\"><strong>SSH<\/strong><\/a>. This includes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><p style=\"margin: 0px;\"><strong>Strong Encryption:<\/strong> Uses ciphers like AES to scramble data.<\/p><\/li><li><p style=\"margin: 0px;\"><strong>Integrity Protection:<\/strong> Ensures files are not tampered with during transfer.<\/p><\/li><li><p style=\"margin: 0px;\"><strong>Authentication:<\/strong> Verifies the server&#8217;s identity (via host keys) and the user&#8217;s identity (via passwords or public-key cryptography).<\/p><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Important Note:<\/strong> While the protocol is secure, the implementation in the classic <strong>SCP<\/strong> tool has known limitations in its protocol design (e.g., around filename sanitization). For the highest security in scripting, many now recommend using <a target=\"_blank\" rel=\"\" href=\"https:\/\/resources.l-p.com\/glossary\/ssh-file-transfer-protocol-sftp-secure-file-transfer\"><strong>SFTP<\/strong><\/a> in batch mode or rsync over SSH (rsync-avz-e ssh). However, SCP remains perfectly adequate for most manual, conscious transfers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" ><strong>\u27a4 The Role of High-Performance Hardware: LINK-PP Optical Modules<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The efficiency of any network protocol, including <strong>SCP<\/strong>, is ultimately constrained by underlying hardware. When transferring terabytes of data between data centers or high-performance computing clusters, <strong>network bandwidth and latency<\/strong> become critical bottlenecks. This is where high-speed infrastructure, particularly <a target=\"_blank\" rel=\"\" href=\"https:\/\/www.l-p.com\/store-25432-optics-transceivers-sfp-modules.htm\"><strong>optical transceivers<\/strong><\/a>, plays a transformative role.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Optical modules<\/strong> convert electrical signals from switches and servers into optical signals for transmission over <a target=\"_blank\" rel=\"\" href=\"https:\/\/resources.l-p.com\/knowledge-center\/fiber-optic-cable-what-it-is-and-how-it-works-explained\"><strong>fiber optic cables<\/strong><\/a>. They are the workhorses of modern high-speed networks (1G, 10G, 25G, 100G, 400G and beyond). Using premium, reliable modules ensures:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><p style=\"margin: 0px;\"><strong>Maximum Throughput:<\/strong> Fills the available bandwidth, making SCP transfers as fast as physically possible.<\/p><\/li><li><p style=\"margin: 0px;\"><strong>Low Latency:<\/strong> Minimizes delay, crucial for large numbers of files or real-time sync operations.<\/p><\/li><li><p style=\"margin: 0px;\"><strong>Link Stability:<\/strong> Reduces errors and retransmissions, leading to reliable and predictable transfer times.<\/p><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">For professionals managing <strong>data-intensive SCP workflows<\/strong>\u2014such as replicating VM images, backing up large datasets, or distributing content\u2014investing in robust network hardware is not optional. It directly impacts operational efficiency and <strong>data transfer success rates<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A standout solution for these demanding environments is the <a target=\"_blank\" rel=\"\" href=\"https:\/\/www.l-p.com\/products\/475586.htm\"><strong>LINK-PP SFP+ 10G LR<\/strong><\/a> optical module. This module supports long-range transmissions up to 10 kilometers, making it ideal for secure SCP transfers between geographically separate data centers or building complexes. Its high reliability and compatibility with major switch brands ensure a stable, low-latency link\u2014exactly what&#8217;s needed for swift and secure <strong>SCP<\/strong> operations on a large scale. When configuring your infrastructure for optimal <strong>secure remote file transfer performance<\/strong>, specifying quality components like the <strong>LINK-PP SFP+ 10G LR<\/strong> is a strategic decision.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" ><strong>\u27a4 Conclusion<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>SCP<\/strong> remains a vital, simple, and secure tool in the sysadmin&#8217;s toolbox. Its deep integration with SSH, straightforward syntax, and strong encryption make it ideal for a wide array of file transfer tasks. While newer tools like <mark data-color=\"var(--qc-color2)\" style=\"background-color: var(--qc-color2); color: inherit;\">rsync<\/mark> over SSH or <a target=\"_blank\" rel=\"\" href=\"https:\/\/resources.l-p.com\/glossary\/ssh-file-transfer-protocol-sftp-secure-file-transfer\"><strong>SFTP<\/strong><\/a> may offer advantages for specific use cases, the humble SCP command is often the fastest and most direct way to move files securely.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Remember, the protocol&#8217;s effectiveness is amplified by a capable network. For mission-critical, high-volume transfers, pairing SCP with high-performance infrastructure\u2014such as <a target=\"_blank\" rel=\"\" href=\"https:\/\/www.l-p.com\/store-25432-optics-transceivers-sfp-modules.htm\"><strong>LINK-PP optical transceivers<\/strong><\/a>\u2014ensures you leverage both optimal software and hardware for <strong>fast, reliable, and secure data movement<\/strong>. Whether you&#8217;re copying a single configuration file or migrating petabytes of data, understanding and utilizing SCP correctly is a fundamental skill for efficient and secure computing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" ><strong>\u27a4 FAQ<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" >What does SCP stand for?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">SCP stands for Secure Copy Protocol. You use it to copy files between computers. It keeps your data safe by using encryption.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" >What do you need to use SCP?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You need access to a terminal and SSH on both computers. You also need the correct username and password or SSH key.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" >What happens if you lose connection during a transfer?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You must start the transfer again. SCP does not support pausing or resuming. You should check your network before large transfers.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" >What is the difference between SCP and SFTP?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">SCP lets you copy files quickly and securely. SFTP gives you more features, like managing files and resuming transfers. Both use SSH for security.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" >What should you do if you see a &#8220;Permission denied&#8221; error?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You should check your file permissions. Make sure you have access to the files and folders. You may need to use <code>sudo<\/code> for protected files.<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>SCP (Secure Copy) enables secure, encrypted file transfers between computers using SSH. See how to use SCP, its features, and best practices.<\/p>","protected":false},"author":1,"featured_media":3488,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[27],"tags":[13,14,15,18,24,26],"class_list":["post-3489","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-glossary","tag-100g-modules","tag-10g-sfp-transceivers","tag-link-pp-1g-sfp-modules","tag-40g-qsfp-transceivers","tag-link-pp","tag-optics-transceivers"],"blocksy_meta":[],"acf":[],"_links":{"self":[{"href":"https:\/\/resources.l-p.com\/ru\/wp-json\/wp\/v2\/posts\/3489","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/resources.l-p.com\/ru\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/resources.l-p.com\/ru\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/resources.l-p.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/resources.l-p.com\/ru\/wp-json\/wp\/v2\/comments?post=3489"}],"version-history":[{"count":5,"href":"https:\/\/resources.l-p.com\/ru\/wp-json\/wp\/v2\/posts\/3489\/revisions"}],"predecessor-version":[{"id":10814,"href":"https:\/\/resources.l-p.com\/ru\/wp-json\/wp\/v2\/posts\/3489\/revisions\/10814"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/resources.l-p.com\/ru\/wp-json\/wp\/v2\/media\/3488"}],"wp:attachment":[{"href":"https:\/\/resources.l-p.com\/ru\/wp-json\/wp\/v2\/media?parent=3489"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/resources.l-p.com\/ru\/wp-json\/wp\/v2\/categories?post=3489"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/resources.l-p.com\/ru\/wp-json\/wp\/v2\/tags?post=3489"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}