{"id":69925,"date":"2025-08-16T17:28:46","date_gmt":"2025-08-16T17:28:46","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/"},"modified":"2025-08-16T17:28:46","modified_gmt":"2025-08-16T17:28:46","slug":"20-ftp-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/","title":{"rendered":"20 FTP Quiz Questions and Answers"},"content":{"rendered":"<p>FTP, or File Transfer Protocol, is a standard network protocol used for transferring files between a client and a server over the internet or a local network. It enables users to upload, download, delete, and manage files on remote systems, operating on a client-server model that typically uses TCP\/IP for reliable data transmission. Originally developed in the 1970s, FTP supports both active and passive modes to handle firewall restrictions, though it transmits data in plain text, making it vulnerable to interception. For secure alternatives, variants like FTPS (FTP over SSL\/TLS) or SFTP (SSH File Transfer Protocol) are often recommended.<\/p>\n<h3>Table of contents<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: OnlineExamMaker AI quiz generator &#8211; The easiest way to make quizzes online<\/a><\/li>\n<li><a href=\"#2\">Part 2: 20 FTP quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#3\">Part 3: Save time and energy: generate quiz questions with AI technology <\/a><\/li>\n<\/ul>\n<p><img decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2025\/08\/1843-ftp.webp\" alt=\"\"\/><\/p>\n<h3 id=\"1\">Part 1: OnlineExamMaker AI quiz generator &#8211; The easiest way to make quizzes online<\/h3>\n<p>Are you looking for an online assessment to test the FTP knowledge of your learners? OnlineExamMaker uses artificial intelligence to help quiz organizers to create, manage, and analyze exams or tests automatically. Apart from AI features, OnlineExamMaker advanced security features such as full-screen lockdown browser, online webcam proctoring, and face ID recognition.<\/p>\n<p><strong>Take a product tour of OnlineExamMaker:<\/strong><br \/>\n\u25cf Includes a safe exam browser (lockdown mode), webcam and screen recording, live monitoring, and chat oversight to prevent cheating.<br \/>\n\u25cf AI Exam Grader for efficiently grading quizzes and assignments, offering inline comments, automatic scoring, and &#8220;fudge points&#8221; for manual adjustments.<br \/>\n\u25cf Embed quizzes on websites, blogs, or share via email, social media (Facebook, Twitter), or direct links.<br \/>\n\u25cf Handles large-scale testing (thousands of exams\/semester) without internet dependency, backed by cloud infrastructure.<\/p>\n<div class=\"embed_video_blog\">\n<div class=\"embed-responsive embed-responsive-16by9\" style=\"margin-bottom:16px;\">\n <iframe class=\"embed-responsive-item\" src=\"https:\/\/www.youtube.com\/embed\/zlqho9igH2Y\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Automatically generate questions using AI<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Try AI Question Generator<\/a><\/div>\n<div class=\"p-style-b\">Generate questions for any topic<\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/sign-up.html?refer=blog_btn\"> Create A Quiz<\/a><\/div>\n<div class=\"p-style-b\">100% free forever<\/div>\n<\/div>\n<\/div>\n<\/div>\n<h3 id=\"2\">Part 2: 20 FTP quiz questions &#038; answers<\/h3>\n<p><button id=\"copyquestionsBtn\" type=\"button\" onclick=\"myFunction()\">Copy Quiz Questions<\/button>\u00a0\u00a0or\u00a0\u00a0<button id=\"genquestionsBtn\" class=\"genbtnstyle\" type=\"button\" onclick=\"myFunction1()\">Generate Questions using AI<\/button><\/p>\n<div id=\"copy_questions\">\n<p>1. What does FTP stand for?<br \/>\n   A. File Transfer Protocol<br \/>\n   B. Fast Transmission Process<br \/>\n   C. File Tracking Program<br \/>\n   D. Full Transfer Procedure<br \/>\n   <strong>Answer<\/strong>: A<br \/>\n   <strong>Explanation<\/strong>: FTP stands for File Transfer Protocol, which is a standard network protocol used for transferring files between a client and a server on a computer network.<\/p>\n<p>2. Which port is commonly used for FTP control connections?<br \/>\n   A. Port 21<br \/>\n   B. Port 22<br \/>\n   C. Port 80<br \/>\n   D. Port 443<br \/>\n   <strong>Answer<\/strong>: A<br \/>\n   <strong>Explanation<\/strong>: FTP typically uses port 21 for control connections, where commands are exchanged between the client and server.<\/p>\n<p>3. What is the primary purpose of FTP?<br \/>\n   A. To transfer files over a network<br \/>\n   B. To encrypt data transmissions<br \/>\n   C. To manage user authentication<br \/>\n   D. To host web pages<br \/>\n   <strong>Answer<\/strong>: A<br \/>\n   <strong>Explanation<\/strong>: The main function of FTP is to facilitate the transfer of files from one host to another over TCP\/IP networks.<\/p>\n<p>4. In FTP, what does the PASV command do?<br \/>\n   A. Switches to passive mode<br \/>\n   B. Lists files in the directory<br \/>\n   C. Retrieves a file<br \/>\n   D. Stores a file<br \/>\n   <strong>Answer<\/strong>: A<br \/>\n   <strong>Explanation<\/strong>: The PASV command initiates passive mode in FTP, which helps with firewall issues by having the server open a data port for the client.<\/p>\n<p>5. Which of the following is a disadvantage of FTP?<br \/>\n   A. It transmits data in plain text<br \/>\n   B. It requires a constant connection<br \/>\n   C. It lacks built-in encryption<br \/>\n   D. All of the above<br \/>\n   <strong>Answer<\/strong>: D<br \/>\n   <strong>Explanation<\/strong>: FTP has several drawbacks, including transmitting data in plain text, requiring a constant connection for some operations, and lacking native encryption, making it vulnerable to security risks.<\/p>\n<p>6. What type of FTP uses encryption for secure transfers?<br \/>\n   A. FTPS<br \/>\n   B. SFTP<br \/>\n   C. Both A and B<br \/>\n   D. Neither A nor B<br \/>\n   <strong>Answer<\/strong>: C<br \/>\n   <strong>Explanation<\/strong>: FTPS (FTP over SSL\/TLS) and SFTP (SSH File Transfer Protocol) both provide encrypted channels for secure file transfers, unlike standard FTP.<\/p>\n<p>7. How many connections does FTP typically use?<br \/>\n   A. Two (control and data)<br \/>\n   B. One<br \/>\n   C. Three<br \/>\n   D. Four<br \/>\n   <strong>Answer<\/strong>: A<br \/>\n   <strong>Explanation<\/strong>: FTP uses a control connection for commands and a separate data connection for file transfers, making two connections in total.<\/p>\n<p>8. What command is used in FTP to change the working directory on the server?<br \/>\n   A. CWD<br \/>\n   B. CD<br \/>\n   C. LIST<br \/>\n   D. RETR<br \/>\n   <strong>Answer<\/strong>: A<br \/>\n   <strong>Explanation<\/strong>: The CWD (Change Working Directory) command is used in FTP to navigate to a different directory on the remote server.<\/p>\n<p>9. Which protocol is FTP often compared to for secure alternatives?<br \/>\n   A. SFTP<br \/>\n   B. HTTP<br \/>\n   C. SMTP<br \/>\n   D. DNS<br \/>\n   <strong>Answer<\/strong>: A<br \/>\n   <strong>Explanation<\/strong>: SFTP is a secure alternative to FTP, as it uses SSH for encryption, addressing FTP&#8217;s security vulnerabilities.<\/p>\n<p>10. In active mode FTP, who initiates the data connection?<br \/>\n    A. The server<br \/>\n    B. The client<br \/>\n    C. Both simultaneously<br \/>\n    D. Neither<br \/>\n    <strong>Answer<\/strong>: A<br \/>\n    <strong>Explanation<\/strong>: In active mode, the server initiates the data connection back to the client&#8217;s specified port.<\/p>\n<p>11. What is anonymous FTP?<br \/>\n    A. FTP access without a username and password<br \/>\n    B. Encrypted FTP connections<br \/>\n    C. FTP for anonymous users only<br \/>\n    D. A type of FTP server software<br \/>\n    <strong>Answer<\/strong>: A<br \/>\n    <strong>Explanation<\/strong>: Anonymous FTP allows users to log in with a public account (often &#8220;anonymous&#8221;) and a generic password, enabling public file sharing.<\/p>\n<p>12. Which FTP command is used to download a file?<br \/>\n    A. RETR<br \/>\n    B. STOR<br \/>\n    C. DELE<br \/>\n    D. RNFR<br \/>\n    <strong>Answer<\/strong>: A<br \/>\n    <strong>Explanation<\/strong>: The RETR (Retrieve) command is used by the client to request a file download from the server.<\/p>\n<p>13. What does the FTP response code 226 indicate?<br \/>\n    A. Closing data connection<br \/>\n    B. File action completed<br \/>\n    C. Command not implemented<br \/>\n    D. Service not available<br \/>\n    <strong>Answer<\/strong>: A<br \/>\n    <strong>Explanation<\/strong>: The response code 226 means the server is closing the data connection, often after a successful file transfer.<\/p>\n<p>14. FTP operates at which layer of the OSI model?<br \/>\n    A. Application layer<br \/>\n    B. Transport layer<br \/>\n    C. Network layer<br \/>\n    D. Data link layer<br \/>\n    <strong>Answer<\/strong>: A<br \/>\n    <strong>Explanation<\/strong>: FTP is an application-layer protocol, as it deals with end-user services for file transfers.<\/p>\n<p>15. What is the difference between FTP and TFTP?<br \/>\n    A. TFTP is simpler and lacks authentication<br \/>\n    B. FTP is faster than TFTP<br \/>\n    C. TFTP uses TCP, while FTP uses UDP<br \/>\n    D. There is no difference<br \/>\n    <strong>Answer<\/strong>: A<br \/>\n    <strong>Explanation<\/strong>: TFTP (Trivial File Transfer Protocol) is a stripped-down version of FTP that does not support authentication or directories, making it simpler for basic transfers.<\/p>\n<p>16. How can FTP be secured?<br \/>\n    A. By using FTPS or a VPN<br \/>\n    B. By disabling ports<br \/>\n    C. By limiting file sizes<br \/>\n    D. By using HTTP instead<br \/>\n    <strong>Answer<\/strong>: A<br \/>\n    <strong>Explanation<\/strong>: FTP can be secured by implementing FTPS, which adds SSL\/TLS encryption, or by tunneling through a VPN.<\/p>\n<p>17. What is the maximum number of concurrent connections in standard FTP?<br \/>\n    A. It depends on server configuration<br \/>\n    B. Exactly one<br \/>\n    C. Unlimited<br \/>\n    D. Exactly two<br \/>\n    <strong>Answer<\/strong>: A<br \/>\n    <strong>Explanation<\/strong>: The number of concurrent FTP connections is determined by the server&#8217;s settings and resources, not a fixed limit in the protocol.<\/p>\n<p>18. Which FTP mode is recommended for clients behind firewalls?<br \/>\n    A. Passive mode<br \/>\n    B. Active mode<br \/>\n    C. Both<br \/>\n    D. Neither<br \/>\n    <strong>Answer<\/strong>: A<br \/>\n    <strong>Explanation<\/strong>: Passive mode is preferred for clients behind firewalls because it allows the client to initiate both control and data connections, reducing firewall issues.<\/p>\n<p>19. What command is used in FTP to upload a file?<br \/>\n    A. STOR<br \/>\n    B. RETR<br \/>\n    C. LIST<br \/>\n    D. DELE<br \/>\n    <strong>Answer<\/strong>: A<br \/>\n    <strong>Explanation<\/strong>: The STOR (Store) command is used to upload a file from the client to the server.<\/p>\n<p>20. Why might FTP be replaced in modern applications?<br \/>\n    A. Due to security concerns and better alternatives like SFTP<br \/>\n    B. Because it is too slow<br \/>\n    C. It requires special hardware<br \/>\n    D. It is not compatible with mobile devices<br \/>\n    <strong>Answer<\/strong>: A<br \/>\n    <strong>Explanation<\/strong>: FTP is often replaced because of its lack of encryption and vulnerability to attacks, with protocols like SFTP offering more secure options.<\/p>\n<\/div>\n<p><button id=\"copyquestionsBtn\" type=\"button\" onclick=\"myFunction()\">Copy Quiz Questions<\/button>\u00a0\u00a0or\u00a0\u00a0<button id=\"genquestionsBtn\" class=\"genbtnstyle\" type=\"button\" onclick=\"myFunction1()\">Generate Questions using AI<\/button><\/p>\n<h3 id=\"3\">Part 3: Save time and energy: generate quiz questions with AI technology<\/h3>\n<div class=\"embed_video_blog\">\n<div class=\"embed-responsive embed-responsive-16by9\" style=\"margin-bottom:16px;\">\n <iframe class=\"embed-responsive-item\" src=\"https:\/\/www.youtube.com\/embed\/zlqho9igH2Y\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Automatically generate questions using AI<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Try AI Question Generator<\/a><\/div>\n<div class=\"p-style-b\">Generate questions for any topic<\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/sign-up.html?refer=blog_btn\"> Create A Quiz<\/a><\/div>\n<div class=\"p-style-b\">100% free forever<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><script src=\"https:\/\/unpkg.com\/@popperjs\/core@2\"><\/script><br \/>\n<script src=\"https:\/\/unpkg.com\/tippy.js@6\"><\/script><\/p>\n<p><script type=\"text\/javascript\">\nfunction myFunction() {\nvar copyText = document.getElementById(\"copy_questions\");console.log(copyText.innerText);navigator.clipboard.writeText(copyText.innerText);\n}\nfunction myFunction1() {\n\u00a0  \u00a0 \u00a0 window.open(\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html\");\n\u00a0 }\nvar copy1, copy2;\n        tippy('#copyquestionsBtn', {\n        'content': \"Copy questions to clipboard\",\n       trigger: 'mouseenter',\n       'onCreate':function(instance){\n              copy1 = instance;\n       },\n       'onTrigger' : function(instance, event) {\n              copy2.hide();\n       }\n       });\n       tippy('#copyquestionsBtn', {\n       'content': \"Copied successfully\",\n       trigger: 'click',\n       'onCreate':function(instance){\n              copy2 = instance;\n       },\n       'onTrigger' : function(instance, event) {\n              copy1.hide();\n       }\n       });\ntippy('#genquestionsBtn', {\n        'content': \"Generate questions using AI for free\",\n         trigger: 'mouseenter'\n       });\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>FTP, or File Transfer Protocol, is a standard network protocol used for transferring files between a client and a server over the internet or a local network. It enables users to upload, download, delete, and manage files on remote systems, operating on a client-server model that typically uses TCP\/IP for reliable data transmission. Originally developed [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":69361,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-69925","post","type-post","status-publish","format-standard","hentry","category-questions-answers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>20 FTP Quiz Questions and Answers - OnlineExamMaker Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"20 FTP Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"FTP, or File Transfer Protocol, is a standard network protocol used for transferring files between a client and a server over the internet or a local network. It enables users to upload, download, delete, and manage files on remote systems, operating on a client-server model that typically uses TCP\/IP for reliable data transmission. Originally developed [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-16T17:28:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2025\/08\/1843-ftp.webp\" \/>\n<meta name=\"author\" content=\"Rebecca\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rebecca\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/\",\"name\":\"20 FTP Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2025-08-16T17:28:46+00:00\",\"dateModified\":\"2025-08-16T17:28:46+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/8447ed5937ab8046fa68476e432b32b2\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"20 FTP Quiz Questions and Answers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/\",\"name\":\"OnlineExamMaker Blog\",\"description\":\"OnlineExamMaker\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/8447ed5937ab8046fa68476e432b32b2\",\"name\":\"Rebecca\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5f03edf06dd3745ea73e610a6d830a63?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5f03edf06dd3745ea73e610a6d830a63?s=96&r=g\",\"caption\":\"Rebecca\"},\"url\":\"https:\/\/onlineexammaker.com\/kb\/author\/rebeccaoem\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"20 FTP Quiz Questions and Answers - OnlineExamMaker Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"20 FTP Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"FTP, or File Transfer Protocol, is a standard network protocol used for transferring files between a client and a server over the internet or a local network. It enables users to upload, download, delete, and manage files on remote systems, operating on a client-server model that typically uses TCP\/IP for reliable data transmission. Originally developed [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2025-08-16T17:28:46+00:00","og_image":[{"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2025\/08\/1843-ftp.webp"}],"author":"Rebecca","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rebecca","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/","name":"20 FTP Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2025-08-16T17:28:46+00:00","dateModified":"2025-08-16T17:28:46+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/8447ed5937ab8046fa68476e432b32b2"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/20-ftp-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"20 FTP Quiz Questions and Answers"}]},{"@type":"WebSite","@id":"https:\/\/onlineexammaker.com\/kb\/#website","url":"https:\/\/onlineexammaker.com\/kb\/","name":"OnlineExamMaker Blog","description":"OnlineExamMaker","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/8447ed5937ab8046fa68476e432b32b2","name":"Rebecca","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5f03edf06dd3745ea73e610a6d830a63?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5f03edf06dd3745ea73e610a6d830a63?s=96&r=g","caption":"Rebecca"},"url":"https:\/\/onlineexammaker.com\/kb\/author\/rebeccaoem\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/69925"}],"collection":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/comments?post=69925"}],"version-history":[{"count":0,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/69925\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/69361"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=69925"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=69925"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=69925"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}