{"id":3356,"date":"2025-12-09T14:50:20","date_gmt":"2025-12-09T19:50:20","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2014\/07\/18\/shared-sftp-setup\/"},"modified":"2025-12-09T14:53:19","modified_gmt":"2025-12-09T19:53:19","slug":"sftp-shared-hosting-filezilla-setup","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/","title":{"rendered":"Connect to SFTP for Shared Hosting Accounts Using FileZilla"},"content":{"rendered":"<p>SFTP (SSH File Transfer Protocol) provides a secure method for transferring files to your InMotion Hosting <a href=\"https:\/\/www.inmotionhosting.com\/shared-hosting\">Shared Hosting<\/a> account. Unlike standard FTP, SFTP uses SSH key authentication instead of your cPanel login credentials, offering stronger security for your file transfers.<\/p>\n\n\n\n<p>This guide walks you through generating SSH access keys and configuring FileZilla to connect via SFTP.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Generate SSH Access Keys in cPanel<\/h2>\n\n\n\n<p>Before connecting with SFTP, you must create public and private SSH keys through cPanel. If you already have keys configured for <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/shared-reseller-ssh\/\">SSH access on your shared or reseller server<\/a>, you can use those same keys for SFTP.<\/p>\n\n\n\n<p>To generate new keys:<\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Log in to your cPanel account.<\/li>\n\n\n\n<li>Under <strong>Security<\/strong>, click <strong>SSH Access<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Manage SSH Keys<\/strong>, then <strong>Generate a New Key<\/strong>.<\/li>\n\n\n\n<li>Enter a strong password, confirm it, and click <strong>Generate Key<\/strong>.<\/li>\n\n\n\n<li>Return to <strong>Manage SSH Keys<\/strong> and click <strong>Manage<\/strong> next to your new public key.<\/li>\n\n\n\n<li>Click <strong>Authorize<\/strong> to enable the key for connections.<\/li>\n<\/ol>\n\n\n\n<p>After authorizing your public key, download your private key in PPK format:<\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Under <strong>Private Keys<\/strong>, click <strong>View\/Download<\/strong> next to your key.<\/li>\n\n\n\n<li>Scroll to <strong>Convert the key to PPK format<\/strong>.<\/li>\n\n\n\n<li>Enter your passphrase and click <strong>Download Key<\/strong>.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Configure FileZilla for SFTP<\/h2>\n\n\n\n<p>Setting up FileZilla for SFTP requires two steps: adding your private key file and creating a connection profile.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">PPK File Version Compatibility<\/h3>\n\n\n\n<p>When cPanel converts your key to PPK format, it may generate either PPK version 2 or version 3, depending on your server\u2019s cPanel version. According to the <a href=\"https:\/\/wiki.filezilla-project.org\/Howto\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">FileZilla documentation<\/a>, FileZilla version 3.55.0 and later supports PPK v3 keys. If you use an older FileZilla version and encounter issues loading your key file, you have two options: update FileZilla to the latest version, or use a different FTP client such as WinSCP or Cyberduck.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Add Your Private Key File <\/h3>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Open FileZilla. <\/li>\n\n\n\n<li>From the top menu, click <strong>Edit<\/strong>, then <strong>Settings<\/strong>.<\/li>\n\n\n\n<li>In the Settings window, click <strong>SFTP<\/strong> in the left sidebar.<\/li>\n\n\n\n<li>Click <strong>Add key file<\/strong> in the right panel.<br><br><img decoding=\"async\" src=\"\/support\/images\/stories\/edu\/ssh\/sftp\/1-click-settings-addkeyfile.png\" alt=\"Add Key File to FileZilla\"><\/li>\n\n\n\n<li>Navigate to your downloaded PPK file and click <strong>Open<\/strong>.<\/li>\n\n\n\n<li>Verify the key appears in the list and click <strong>OK<\/strong> to save.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Create the SFTP Connection Profile<\/h3>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Click <strong>File<\/strong>, then <strong>Site Manager<\/strong>.<\/li>\n\n\n\n<li>Click <strong>New Site<\/strong> and give your connection a recognizable name.<\/li>\n\n\n\n<li>Enter the following settings:<br>\u2022 <strong>Host<\/strong>: Your domain name (example.com) or server IP<br>\u2022 <strong>Port<\/strong>: 2222<br>\u2022 <strong>Protocol<\/strong>: SFTP<br>\u2022 <strong>Logon Type<\/strong>: Key file<br>\u2022 <strong>User<\/strong>: Your cPanel username<br>\u2022 <strong>Key file<\/strong>: Browse to your PPK file<\/li>\n\n\n\n<li>Click <strong>Connect<\/strong> to establish the SFTP connection.<\/li>\n<\/ol>\n\n\n\n<p>FileZilla may prompt you to accept the server\u2019s host key on your first connection. Click <strong>OK<\/strong> to add it to your trusted hosts.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting Common Issues<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Connection Timeout Errors<\/h3>\n\n\n\n<p>Verify you are using port 2222, not the standard SSH port 22. Shared and Reseller servers require port 2222 for SSH and SFTP connections.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Authentication Failures<\/h3>\n\n\n\n<p>Confirm your public key is authorized in cPanel under <strong>SSH Access &gt; Manage SSH Keys<\/strong>. The key status should show \u201cauthorized\u201d rather than \u201cnot authorized.\u201d<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Key File Not Loading<\/h3>\n\n\n\n<p>If FileZilla silently fails when adding your key, the file may be in an incompatible format. Update FileZilla to the latest version or regenerate your key using PPK version 2 format through PuTTYgen.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Password Prompts Appearing<\/h3>\n\n\n\n<p>If FileZilla keeps asking for a password despite having your key configured, verify the Logon Type is set to \u201cKey file\u201d rather than \u201cAsk for password\u201d or \u201cInteractive.\u201d<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Use SFTP Instead of FTP?<\/h2>\n\n\n\n<p>SFTP encrypts both your credentials and file data during transfer, making it the preferred method for secure file management. For websites handling sensitive information or requiring <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/connecting-scp-sftp\/\">PCI compliance<\/a>, when you fail PCI compliance for FTP being open, you can use SFTP or SCP to connect to your server.<\/p>\n\n\n\n<p>Standard FTP transmits data in plain text, which creates security vulnerabilities on shared networks. SFTP eliminates this risk by tunneling all communication through an encrypted SSH connection.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Next Steps<\/h2>\n\n\n\n<p>After establishing your SFTP connection, you can upload, download, and manage files in your hosting account securely. For additional file transfer options, explore these resources:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/ftp-getting-started-guide\/\">FTP Getting Started Guide<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/connecting-scp-sftp\/\">Connecting with SCP and SFTP<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/shared-reseller-ssh\/\">SSH Access for Shared and Reseller Servers<\/a><\/li>\n<\/ul>\n\n\n\n<p>If you encounter connection issues or need help with SSH key generation, InMotion Hosting\u2019s support team is available 24\/7 to assist.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SFTP (SSH File Transfer Protocol) provides a secure method for transferring files to your InMotion Hosting Shared Hosting account. Unlike standard FTP, SFTP uses SSH key authentication instead of your cPanel login credentials, offering stronger security for your file transfers. This guide walks you through generating SSH access keys and configuring FileZilla to connect via<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/\"> Read More ><\/a><\/p>\n","protected":false},"author":56983,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4314],"tags":[],"class_list":["post-3356","post","type-post","status-publish","format-standard","hentry","category-ftp"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SFTP Setup Guide for Shared Hosting Using FileZilla | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Connect securely to your shared hosting account with SFTP. Learn how to generate SSH keys in cPanel and configure FileZilla for encrypted file transfers.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SFTP Setup Guide for Shared Hosting Using FileZilla | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Connect securely to your shared hosting account with SFTP. Learn how to generate SSH keys in cPanel and configure FileZilla for encrypted file transfers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-09T19:50:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-09T19:53:19+00:00\" \/>\n<meta name=\"author\" content=\"Carrie Smaha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@carriesmaha\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Carrie Smaha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/\"},\"author\":{\"name\":\"Carrie Smaha\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8\"},\"headline\":\"Connect to SFTP for Shared Hosting Accounts Using FileZilla\",\"datePublished\":\"2025-12-09T19:50:20+00:00\",\"dateModified\":\"2025-12-09T19:53:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/\"},\"wordCount\":699,\"commentCount\":31,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"articleSection\":[\"FTP\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/\",\"name\":\"SFTP Setup Guide for Shared Hosting Using FileZilla | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2025-12-09T19:50:20+00:00\",\"dateModified\":\"2025-12-09T19:53:19+00:00\",\"description\":\"Connect securely to your shared hosting account with SFTP. Learn how to generate SSH keys in cPanel and configure FileZilla for encrypted file transfers.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Connect to SFTP for Shared Hosting Accounts Using FileZilla\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8\",\"name\":\"Carrie Smaha\",\"description\":\"Carrie Smaha is a Senior Marketing Operations leader with over 20 years of experience in digital strategy, web development, and IT project management. She specializes in go-to-market programs and SaaS solutions for WordPress and VPS Hosting, working closely with technical teams and customers to deliver high-performance, scalable platforms. At InMotion Hosting, she drives product marketing initiatives that blend strategic insight with technical depth.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/carriesmaha\/\",\"https:\/\/x.com\/carriesmaha\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/carries\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SFTP Setup Guide for Shared Hosting Using FileZilla | InMotion Hosting","description":"Connect securely to your shared hosting account with SFTP. Learn how to generate SSH keys in cPanel and configure FileZilla for encrypted file transfers.","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:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/","og_locale":"en_US","og_type":"article","og_title":"SFTP Setup Guide for Shared Hosting Using FileZilla | InMotion Hosting","og_description":"Connect securely to your shared hosting account with SFTP. Learn how to generate SSH keys in cPanel and configure FileZilla for encrypted file transfers.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2025-12-09T19:50:20+00:00","article_modified_time":"2025-12-09T19:53:19+00:00","author":"Carrie Smaha","twitter_card":"summary_large_image","twitter_creator":"@carriesmaha","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Carrie Smaha","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/"},"author":{"name":"Carrie Smaha","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8"},"headline":"Connect to SFTP for Shared Hosting Accounts Using FileZilla","datePublished":"2025-12-09T19:50:20+00:00","dateModified":"2025-12-09T19:53:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/"},"wordCount":699,"commentCount":31,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"articleSection":["FTP"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/","name":"SFTP Setup Guide for Shared Hosting Using FileZilla | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2025-12-09T19:50:20+00:00","dateModified":"2025-12-09T19:53:19+00:00","description":"Connect securely to your shared hosting account with SFTP. Learn how to generate SSH keys in cPanel and configure FileZilla for encrypted file transfers.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/sftp-shared-hosting-filezilla-setup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Connect to SFTP for Shared Hosting Accounts Using FileZilla"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8","name":"Carrie Smaha","description":"Carrie Smaha is a Senior Marketing Operations leader with over 20 years of experience in digital strategy, web development, and IT project management. She specializes in go-to-market programs and SaaS solutions for WordPress and VPS Hosting, working closely with technical teams and customers to deliver high-performance, scalable platforms. At InMotion Hosting, she drives product marketing initiatives that blend strategic insight with technical depth.","sameAs":["https:\/\/www.linkedin.com\/in\/carriesmaha\/","https:\/\/x.com\/carriesmaha"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/carries\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4314,"name":"FTP","slug":"ftp","link":"https:\/\/www.inmotionhosting.com\/support\/website\/ftp\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3356","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/56983"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=3356"}],"version-history":[{"count":13,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3356\/revisions"}],"predecessor-version":[{"id":131287,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3356\/revisions\/131287"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=3356"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=3356"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=3356"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}