{"id":16626,"date":"2026-03-24T05:05:19","date_gmt":"2026-03-24T05:05:19","guid":{"rendered":"https:\/\/cloudmatika.co.id\/?p=16626"},"modified":"2026-07-17T11:56:11","modified_gmt":"2026-07-17T11:56:11","slug":"accessing-file-transfer-protocol-ftp-on-linux","status":"publish","type":"post","link":"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/","title":{"rendered":"Accessing File Transfer Protocol (FTP) on Linux"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"16626\" class=\"elementor elementor-16626\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-432aa7f e-flex e-con-boxed e-con e-parent\" data-id=\"432aa7f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-09f452f elementor-widget elementor-widget-text-editor\" data-id=\"09f452f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Accessing an FTP (File Transfer Protocol) server from a Linux operating system is quite simple. There are two common methods you can use to connect to an FTP server: through the Terminal or by using a third-party GUI application. Follow the steps below to access FTP on Linux.<\/p><h2><b>Using the Terminal<\/b><\/h2><h3><b>Step 1: Open the Terminal<\/b><\/h3><p>Launch the Terminal application on your Linux system.<\/p><h3><b>Step 2: Connect to the FTP Server<\/b><\/h3><p>Enter the following command:<\/p><pre><em>ftp ip_server<\/em><\/pre><p><b>Note:<\/b> Replace server_ip with the IP address of your FTP server.<\/p><p>For example, if the FTP server&#8217;s IP address is 192.168.1.10, use:<\/p><p>ftp 192.168.1.10<\/p><h3><b>Step 3: Enter Your Credentials<\/b><\/h3><p>Once connected, you will be prompted to enter the FTP username and password. Enter the correct credentials to access the server.<\/p><hr \/><h2><b>Using a Third-Party GUI Application<\/b><\/h2><p>One of the most popular FTP client applications is <b>FileZilla<\/b>. To install FileZilla Client, follow the instructions below based on your Linux distribution.<\/p><h3><b>Installing FileZilla on CentOS<\/b><\/h3><p>Open the Terminal and run the following commands:<\/p><pre><em>sudo yum -y install epel-release\nsudo yum -y install filezilla\n<\/em><\/pre><h3><b>Installing FileZilla on Ubuntu<\/b><\/h3><p>Open the Terminal and run the following commands:<\/p><pre><em>sudo sh -c 'echo \"deb http:\/\/archive.getdeb.net\/ubuntu xenial-getdeb apps\" &gt;&gt; \/etc\/apt\/sources.list.d\/getdeb.list'\nwget -q -O - http:\/\/archive.getdeb.net\/getdeb-archive.key | sudo apt-key add -\nsudo apt update\nsudo apt install filezilla\n<\/em><\/pre><h2><b>Connecting to an FTP Server Using FileZilla<\/b><\/h2><p>After FileZilla has been installed, launch the application and fill in the connection details as follows:<\/p><ul><li aria-level=\"1\"><b>Host:<\/b> Enter the IP address, hostname, or domain name of the FTP server.<\/li><li aria-level=\"1\"><b>Username:<\/b> Enter the FTP user account username.<\/li><li aria-level=\"1\"><b>Password:<\/b> Enter the FTP user account password.<\/li><li aria-level=\"1\"><b>Port:<\/b> Enter the FTP port number.<ul><li aria-level=\"2\">FTP uses port <b>21<\/b> by default.<\/li><li aria-level=\"2\">SFTP uses port <b>22<\/b> by default.<\/li><\/ul><\/li><\/ul><p>The configuration will look similar to the example shown below.<\/p><p>Once all information has been entered correctly, click <b>&#8220;Quickconnect&#8221;<\/b> to establish the connection.<\/p><h2><b>Successfully Connected<\/b><\/h2><p>You have successfully accessed your FTP server using FileZilla and can now manage files between your local computer and the remote server.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Accessing an FTP (File Transfer Protocol) server from a Linux operating system is quite simple. There are two common methods [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":28835,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[62],"tags":[],"class_list":["post-16626","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-support"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Accessing File Transfer Protocol (FTP) on Linux<\/title>\n<meta name=\"description\" content=\"Accessing an FTP (File Transfer Protocol) server from a Linux operating system is quite simple. There are two common methods you can use to connect to an FTP server: through the Terminal or by using a third-party GUI application.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Accessing File Transfer Protocol (FTP) on Linux\" \/>\n<meta property=\"og:description\" content=\"Accessing an FTP (File Transfer Protocol) server from a Linux operating system is quite simple. There are two common methods you can use to connect to an FTP server: through the Terminal or by using a third-party GUI application.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"Cloudmatika\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cloudmatika\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-24T05:05:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-17T11:56:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cloudmatika.co.id\/wp-content\/uploads\/2026\/03\/accessing-file-transfer-protocol-ftp-on-linux.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"959\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cloudmatika\" \/>\n<meta name=\"twitter:site\" content=\"@cloudmatika\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/accessing-file-transfer-protocol-ftp-on-linux\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/accessing-file-transfer-protocol-ftp-on-linux\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/#\\\/schema\\\/person\\\/8fa2d998ff1474b69a4906cfeabeadc5\"},\"headline\":\"Accessing File Transfer Protocol (FTP) on Linux\",\"datePublished\":\"2026-03-24T05:05:19+00:00\",\"dateModified\":\"2026-07-17T11:56:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/accessing-file-transfer-protocol-ftp-on-linux\\\/\"},\"wordCount\":294,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/accessing-file-transfer-protocol-ftp-on-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cloudmatika.co.id\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/accessing-file-transfer-protocol-ftp-on-linux.webp\",\"articleSection\":[\"Support\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/accessing-file-transfer-protocol-ftp-on-linux\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/accessing-file-transfer-protocol-ftp-on-linux\\\/\",\"url\":\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/accessing-file-transfer-protocol-ftp-on-linux\\\/\",\"name\":\"Accessing File Transfer Protocol (FTP) on Linux\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/accessing-file-transfer-protocol-ftp-on-linux\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/accessing-file-transfer-protocol-ftp-on-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cloudmatika.co.id\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/accessing-file-transfer-protocol-ftp-on-linux.webp\",\"datePublished\":\"2026-03-24T05:05:19+00:00\",\"dateModified\":\"2026-07-17T11:56:11+00:00\",\"description\":\"Accessing an FTP (File Transfer Protocol) server from a Linux operating system is quite simple. There are two common methods you can use to connect to an FTP server: through the Terminal or by using a third-party GUI application.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/accessing-file-transfer-protocol-ftp-on-linux\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/accessing-file-transfer-protocol-ftp-on-linux\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/accessing-file-transfer-protocol-ftp-on-linux\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cloudmatika.co.id\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/accessing-file-transfer-protocol-ftp-on-linux.webp\",\"contentUrl\":\"https:\\\/\\\/cloudmatika.co.id\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/accessing-file-transfer-protocol-ftp-on-linux.webp\",\"width\":1000,\"height\":959},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/accessing-file-transfer-protocol-ftp-on-linux\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cloudmatika.co.id\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Accessing File Transfer Protocol (FTP) on Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/#website\",\"url\":\"https:\\\/\\\/cloudmatika.co.id\\\/\",\"name\":\"https:\\\/\\\/cloudmatika.co.id\\\/\",\"description\":\"Cloudmatika\",\"publisher\":{\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cloudmatika.co.id\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/#organization\",\"name\":\"cloudmatika\",\"url\":\"https:\\\/\\\/cloudmatika.co.id\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cloudmatika.co.id\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/logo.webp\",\"contentUrl\":\"https:\\\/\\\/cloudmatika.co.id\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/logo.webp\",\"width\":657,\"height\":144,\"caption\":\"cloudmatika\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/cloudmatika\\\/\",\"https:\\\/\\\/x.com\\\/cloudmatika\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/cloudmatika\\\/\",\"https:\\\/\\\/www.instagram.com\\\/cloudmatika\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cloudmatika.co.id\\\/#\\\/schema\\\/person\\\/8fa2d998ff1474b69a4906cfeabeadc5\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/929097c9bd5114edb21ddbfc712fda138768fbe559ff4e33c9a61bf82b34b5f0?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/929097c9bd5114edb21ddbfc712fda138768fbe559ff4e33c9a61bf82b34b5f0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/929097c9bd5114edb21ddbfc712fda138768fbe559ff4e33c9a61bf82b34b5f0?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/cloudmatika.co.id\"],\"url\":\"https:\\\/\\\/cloudmatika.co.id\\\/en\\\/blog-details\\\/author\\\/t2id_iijvi3iy\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Accessing File Transfer Protocol (FTP) on Linux","description":"Accessing an FTP (File Transfer Protocol) server from a Linux operating system is quite simple. There are two common methods you can use to connect to an FTP server: through the Terminal or by using a third-party GUI application.","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:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/","og_locale":"en_US","og_type":"article","og_title":"Accessing File Transfer Protocol (FTP) on Linux","og_description":"Accessing an FTP (File Transfer Protocol) server from a Linux operating system is quite simple. There are two common methods you can use to connect to an FTP server: through the Terminal or by using a third-party GUI application.","og_url":"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/","og_site_name":"Cloudmatika","article_publisher":"https:\/\/www.facebook.com\/cloudmatika\/","article_published_time":"2026-03-24T05:05:19+00:00","article_modified_time":"2026-07-17T11:56:11+00:00","og_image":[{"width":1000,"height":959,"url":"https:\/\/cloudmatika.co.id\/wp-content\/uploads\/2026\/03\/accessing-file-transfer-protocol-ftp-on-linux.webp","type":"image\/webp"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@cloudmatika","twitter_site":"@cloudmatika","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/#article","isPartOf":{"@id":"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/"},"author":{"name":"admin","@id":"https:\/\/cloudmatika.co.id\/#\/schema\/person\/8fa2d998ff1474b69a4906cfeabeadc5"},"headline":"Accessing File Transfer Protocol (FTP) on Linux","datePublished":"2026-03-24T05:05:19+00:00","dateModified":"2026-07-17T11:56:11+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/"},"wordCount":294,"commentCount":0,"publisher":{"@id":"https:\/\/cloudmatika.co.id\/#organization"},"image":{"@id":"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/cloudmatika.co.id\/wp-content\/uploads\/2026\/03\/accessing-file-transfer-protocol-ftp-on-linux.webp","articleSection":["Support"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/","url":"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/","name":"Accessing File Transfer Protocol (FTP) on Linux","isPartOf":{"@id":"https:\/\/cloudmatika.co.id\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/#primaryimage"},"image":{"@id":"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/cloudmatika.co.id\/wp-content\/uploads\/2026\/03\/accessing-file-transfer-protocol-ftp-on-linux.webp","datePublished":"2026-03-24T05:05:19+00:00","dateModified":"2026-07-17T11:56:11+00:00","description":"Accessing an FTP (File Transfer Protocol) server from a Linux operating system is quite simple. There are two common methods you can use to connect to an FTP server: through the Terminal or by using a third-party GUI application.","breadcrumb":{"@id":"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/#primaryimage","url":"https:\/\/cloudmatika.co.id\/wp-content\/uploads\/2026\/03\/accessing-file-transfer-protocol-ftp-on-linux.webp","contentUrl":"https:\/\/cloudmatika.co.id\/wp-content\/uploads\/2026\/03\/accessing-file-transfer-protocol-ftp-on-linux.webp","width":1000,"height":959},{"@type":"BreadcrumbList","@id":"https:\/\/cloudmatika.co.id\/en\/blog-details\/accessing-file-transfer-protocol-ftp-on-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudmatika.co.id\/"},{"@type":"ListItem","position":2,"name":"Accessing File Transfer Protocol (FTP) on Linux"}]},{"@type":"WebSite","@id":"https:\/\/cloudmatika.co.id\/#website","url":"https:\/\/cloudmatika.co.id\/","name":"https:\/\/cloudmatika.co.id\/","description":"Cloudmatika","publisher":{"@id":"https:\/\/cloudmatika.co.id\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudmatika.co.id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudmatika.co.id\/#organization","name":"cloudmatika","url":"https:\/\/cloudmatika.co.id\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudmatika.co.id\/#\/schema\/logo\/image\/","url":"https:\/\/cloudmatika.co.id\/wp-content\/uploads\/2026\/02\/logo.webp","contentUrl":"https:\/\/cloudmatika.co.id\/wp-content\/uploads\/2026\/02\/logo.webp","width":657,"height":144,"caption":"cloudmatika"},"image":{"@id":"https:\/\/cloudmatika.co.id\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/cloudmatika\/","https:\/\/x.com\/cloudmatika","https:\/\/www.linkedin.com\/company\/cloudmatika\/","https:\/\/www.instagram.com\/cloudmatika\/"]},{"@type":"Person","@id":"https:\/\/cloudmatika.co.id\/#\/schema\/person\/8fa2d998ff1474b69a4906cfeabeadc5","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/929097c9bd5114edb21ddbfc712fda138768fbe559ff4e33c9a61bf82b34b5f0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/929097c9bd5114edb21ddbfc712fda138768fbe559ff4e33c9a61bf82b34b5f0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/929097c9bd5114edb21ddbfc712fda138768fbe559ff4e33c9a61bf82b34b5f0?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/cloudmatika.co.id"],"url":"https:\/\/cloudmatika.co.id\/en\/blog-details\/author\/t2id_iijvi3iy\/"}]}},"_links":{"self":[{"href":"https:\/\/cloudmatika.co.id\/en\/wp-json\/wp\/v2\/posts\/16626","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudmatika.co.id\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudmatika.co.id\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudmatika.co.id\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudmatika.co.id\/en\/wp-json\/wp\/v2\/comments?post=16626"}],"version-history":[{"count":15,"href":"https:\/\/cloudmatika.co.id\/en\/wp-json\/wp\/v2\/posts\/16626\/revisions"}],"predecessor-version":[{"id":28846,"href":"https:\/\/cloudmatika.co.id\/en\/wp-json\/wp\/v2\/posts\/16626\/revisions\/28846"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudmatika.co.id\/en\/wp-json\/wp\/v2\/media\/28835"}],"wp:attachment":[{"href":"https:\/\/cloudmatika.co.id\/en\/wp-json\/wp\/v2\/media?parent=16626"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudmatika.co.id\/en\/wp-json\/wp\/v2\/categories?post=16626"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudmatika.co.id\/en\/wp-json\/wp\/v2\/tags?post=16626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}