{"id":194,"date":"2020-03-28T07:33:04","date_gmt":"2020-03-27T22:33:04","guid":{"rendered":"https:\/\/tech.softbell.net\/?p=194"},"modified":"2020-03-28T07:33:04","modified_gmt":"2020-03-27T22:33:04","slug":"%ec%9a%b0%eb%b6%84%ed%88%ac-vsftp-%ec%84%9c%eb%b2%84-%ec%84%a4%ec%b9%98%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/tech.softbell.net\/?p=194","title":{"rendered":"\uc6b0\ubd84\ud22c vsFTP \uc11c\ubc84 \uc124\uce58\ud558\uae30"},"content":{"rendered":"\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<h2 class=\"wp-block-heading\">\uc0ac\uac74 \ubc1c\ub2ec<\/h2>\n\n\n\n<p>\ucc98\uc74c \uc6b0\ubd84\ud22c \ub9ac\ub205\uc2a4 \uc11c\ubc84\ub97c \uc124\uce58\ud558\uace0 \uc790 \uadf8\ub7fc \uc6b4\uc601\uc744 \ud574\ubcfc\uae4c! \ud558\uace0 \ud544\uc694\ud55c \ud30c\uc77c\uc744 \uc11c\ubc84\ub85c \ubcf5\uc0ac\ud558\ub824\uace0 \ud558\ub2c8 FTP \uc11c\ubc84\uac00 \ud544\uc694\ud588\ub2e4.<br>\uadf8\ub798\uc11c FTP \uc11c\ubc84\ub97c \uc124\uce58\ud558\ub824\uace0 \ubcf4\ub2c8 \uc885\ub958\uac00 \uc5ec\ub7ec \uac00\uc9c0 \uc788\ub294 \uac83\uc774 \uc544\ub2cc\uac00!<br>\ucc3e\uc544\ubcf4\ub2e4 \ub098\ub294 \ub300\uc911\uc801\uc73c\ub85c \ub9ce\uc774 \uc0ac\uc6a9\ud558\ub294? vsFTPd(Very Secure FTP Daemon)\ub97c \uc774\uc6a9\ud558\uae30\ub85c \ud588\ub2e4.<\/p>\n<\/div><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<h2 class=\"wp-block-heading\">\uc6b4\uc601 \ud658\uacbd<\/h2>\n\n\n\n<p>OS: Ubuntu Server 16.04 LTS, 18.04 LTS<\/p>\n<\/div><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<h2 class=\"wp-block-heading\">\uc124\uce58<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">$ sudo apt update\n$ sudo apt install vsftpd<\/pre>\n<\/div><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<h2 class=\"wp-block-heading\">\uc124\uc815<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">$ cd \/etc\/\n$ sudo cp vsftpd.conf vsftpd.conf_ori\n$ sudo vi vsftpd.conf\n... \uc8fc\uc11d\uc5d0 \uc801\ud78c \ub77c\uc778 \ubc88\ud638\ub97c \ub530\ub77c\uac00\uc11c \uc218\uc815 ...\nlisten=YES # 14 \ub77c\uc778 \uc218\uc815\nlisten_ipv6=NO # 22 \ub77c\uc778 \uc218\uc815\nwrite_enable=YES # 31 \ub77c\uc778 \uc8fc\uc11d \ud574\uc81c\nlocal_umask=022 # 35 \ub77c\uc778 \uc8fc\uc11d \ud574\uc81c\nchroot_local_user=YES # 122 \ub77c\uc778 \uc8fc\uc11d \ud574\uc81c\nchroot_list_enable=YES # 123 \ub77c\uc778 \uc8fc\uc11d \ud574\uc81c\npasv_min_port=40000 # 157 \ub77c\uc778 \ucd94\uac00\npasv_max_port=50000 # 158 \ub77c\uc778 \ucd94\uac00\n\n$ sudo vi vsftpd.chroot_list\nFTP \uc811\uc18d\uc744 \ud5c8\uc6a9\ud560 \uacc4\uc815 (\ud55c \uc904\uc5d0 \ud558\ub098\uc529)<\/pre>\n<\/div><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<h2 class=\"wp-block-heading\">\uc801\uc6a9<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">$ sudo systemctl restart vsftpd\n$ sudo systemctl status vsftpd<\/pre>\n<\/div><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<h2 class=\"wp-block-heading\">\ubc29\ud654\ubcbd<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">$ sudo ufw allow 20\/tcp comment 'FTP'\n$ sudo ufw allow 21\/tcp comment 'FTP'\n$ sudo ufw allow 40000:50000\/tcp comment 'FTP'<\/pre>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><\/p>\n<\/div><\/div>\n\n\n\n<p><\/p>\n<p>\uc870\ud68c\uc218: 199<\/p>","protected":false},"excerpt":{"rendered":"<p>\ucc98\uc74c \uc6b0\ubd84\ud22c \ub9ac\ub205\uc2a4 \uc11c\ubc84\ub97c \uc124\uce58\ud558\uace0 \uc790 \uadf8\ub7fc \uc6b4\uc601\uc744 \ud574\ubcfc\uae4c! \ud558\uace0 \ud544\uc694\ud55c \ud30c\uc77c\uc744 \uc11c\ubc84\ub85c \ubcf5\uc0ac\ud558\ub824\uace0 \ud558\ub2c8 FTP \uc11c\ubc84\uac00 \ud544\uc694\ud588\ub2e4.<br \/>\n\uadf8\ub798\uc11c FTP \uc11c\ubc84\ub97c \uc124\uce58\ud558\ub824\uace0 \ubcf4\ub2c8 \uc885\ub958\uac00 \uc5ec\ub7ec \uac00\uc9c0 \uc788\ub294 \uac83\uc774 \uc544\ub2cc\uac00!<br \/>\n\ucc3e\uc544\ubcf4\ub2e4 \ub098\ub294 \ub300\uc911\uc801\uc73c\ub85c \ub9ce\uc774 \uc0ac\uc6a9\ud558\ub294? vsFTPd(Very Secure FTP Daemon)\ub97c \uc774\uc6a9\ud558\uae30\ub85c \ud588\ub2e4.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[62,18,80],"tags":[88,90,100,102],"class_list":["post-194","post","type-post","status-publish","format-standard","hentry","category-linux","category-os","category-ubuntu","tag-ftp","tag-install","tag-server","tag-ubuntu"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"\ucc98\uc74c \uc6b0\ubd84\ud22c \ub9ac\ub205\uc2a4 \uc11c\ubc84\ub97c \uc124\uce58\ud558\uace0 \uc790 \uadf8\ub7fc \uc6b4\uc601\uc744 \ud574\ubcfc\uae4c! \ud558\uace0 \ud544\uc694\ud55c \ud30c\uc77c\uc744 \uc11c\ubc84\ub85c \ubcf5\uc0ac\ud558\ub824\uace0 \ud558\ub2c8 FTP \uc11c\ubc84\uac00 \ud544\uc694\ud588\ub2e4. \uadf8\ub798\uc11c FTP \uc11c\ubc84\ub97c \uc124\uce58\ud558\ub824\uace0 \ubcf4\ub2c8 \uc885\ub958\uac00 \uc5ec\ub7ec \uac00\uc9c0 \uc788\ub294 \uac83\uc774 \uc544\ub2cc\uac00! \ucc3e\uc544\ubcf4\ub2e4 \ub098\ub294 \ub300\uc911\uc801\uc73c\ub85c \ub9ce\uc774 \uc0ac\uc6a9\ud558\ub294? vsFTPd(Very Secure FTP Daemon)\ub97c \uc774\uc6a9\ud558\uae30\ub85c \ud588\ub2e4.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Bell\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/tech.softbell.net\/?p=194\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"ko_KR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Bell&#039;s Tech Blog - \ubc29\uc6b8\uc758 \uae30\uc220 \ube14\ub85c\uadf8\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\uc6b0\ubd84\ud22c vsFTP \uc11c\ubc84 \uc124\uce58\ud558\uae30 - Bell&#039;s Tech Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"\ucc98\uc74c \uc6b0\ubd84\ud22c \ub9ac\ub205\uc2a4 \uc11c\ubc84\ub97c \uc124\uce58\ud558\uace0 \uc790 \uadf8\ub7fc \uc6b4\uc601\uc744 \ud574\ubcfc\uae4c! \ud558\uace0 \ud544\uc694\ud55c \ud30c\uc77c\uc744 \uc11c\ubc84\ub85c \ubcf5\uc0ac\ud558\ub824\uace0 \ud558\ub2c8 FTP \uc11c\ubc84\uac00 \ud544\uc694\ud588\ub2e4. \uadf8\ub798\uc11c FTP \uc11c\ubc84\ub97c \uc124\uce58\ud558\ub824\uace0 \ubcf4\ub2c8 \uc885\ub958\uac00 \uc5ec\ub7ec \uac00\uc9c0 \uc788\ub294 \uac83\uc774 \uc544\ub2cc\uac00! \ucc3e\uc544\ubcf4\ub2e4 \ub098\ub294 \ub300\uc911\uc801\uc73c\ub85c \ub9ce\uc774 \uc0ac\uc6a9\ud558\ub294? vsFTPd(Very Secure FTP Daemon)\ub97c \uc774\uc6a9\ud558\uae30\ub85c \ud588\ub2e4.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tech.softbell.net\/?p=194\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-03-27T22:33:04+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-03-27T22:33:04+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"\uc6b0\ubd84\ud22c vsFTP \uc11c\ubc84 \uc124\uce58\ud558\uae30 - Bell&#039;s Tech Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"\ucc98\uc74c \uc6b0\ubd84\ud22c \ub9ac\ub205\uc2a4 \uc11c\ubc84\ub97c \uc124\uce58\ud558\uace0 \uc790 \uadf8\ub7fc \uc6b4\uc601\uc744 \ud574\ubcfc\uae4c! \ud558\uace0 \ud544\uc694\ud55c \ud30c\uc77c\uc744 \uc11c\ubc84\ub85c \ubcf5\uc0ac\ud558\ub824\uace0 \ud558\ub2c8 FTP \uc11c\ubc84\uac00 \ud544\uc694\ud588\ub2e4. \uadf8\ub798\uc11c FTP \uc11c\ubc84\ub97c \uc124\uce58\ud558\ub824\uace0 \ubcf4\ub2c8 \uc885\ub958\uac00 \uc5ec\ub7ec \uac00\uc9c0 \uc788\ub294 \uac83\uc774 \uc544\ub2cc\uac00! \ucc3e\uc544\ubcf4\ub2e4 \ub098\ub294 \ub300\uc911\uc801\uc73c\ub85c \ub9ce\uc774 \uc0ac\uc6a9\ud558\ub294? vsFTPd(Very Secure FTP Daemon)\ub97c \uc774\uc6a9\ud558\uae30\ub85c \ud588\ub2e4.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?p=194#blogposting\",\"name\":\"\\uc6b0\\ubd84\\ud22c vsFTP \\uc11c\\ubc84 \\uc124\\uce58\\ud558\\uae30 - Bell's Tech Blog\",\"headline\":\"\\uc6b0\\ubd84\\ud22c vsFTP \\uc11c\\ubc84 \\uc124\\uce58\\ud558\\uae30\",\"author\":{\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/#organization\"},\"datePublished\":\"2020-03-28T07:33:04+09:00\",\"dateModified\":\"2020-03-28T07:33:04+09:00\",\"inLanguage\":\"ko-KR\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?p=194#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?p=194#webpage\"},\"articleSection\":\"Linux, Operating system, Ubuntu, FTP, Install, Server, Ubuntu\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?p=194#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.softbell.net#listItem\",\"position\":1,\"name\":\"\\ud648\",\"item\":\"https:\\\/\\\/tech.softbell.net\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?cat=18#listItem\",\"name\":\"Operating system\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?cat=18#listItem\",\"position\":2,\"name\":\"Operating system\",\"item\":\"https:\\\/\\\/tech.softbell.net\\\/?cat=18\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?cat=62#listItem\",\"name\":\"Linux\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.softbell.net#listItem\",\"name\":\"\\ud648\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?cat=62#listItem\",\"position\":3,\"name\":\"Linux\",\"item\":\"https:\\\/\\\/tech.softbell.net\\\/?cat=62\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?cat=80#listItem\",\"name\":\"Ubuntu\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?cat=18#listItem\",\"name\":\"Operating system\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?cat=80#listItem\",\"position\":4,\"name\":\"Ubuntu\",\"item\":\"https:\\\/\\\/tech.softbell.net\\\/?cat=80\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?p=194#listItem\",\"name\":\"\\uc6b0\\ubd84\\ud22c vsFTP \\uc11c\\ubc84 \\uc124\\uce58\\ud558\\uae30\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?cat=62#listItem\",\"name\":\"Linux\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?p=194#listItem\",\"position\":5,\"name\":\"\\uc6b0\\ubd84\\ud22c vsFTP \\uc11c\\ubc84 \\uc124\\uce58\\ud558\\uae30\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?cat=80#listItem\",\"name\":\"Ubuntu\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/#organization\",\"name\":\"Bell's Tech Blog\",\"description\":\"\\ubc29\\uc6b8\\uc758 \\uae30\\uc220 \\ube14\\ub85c\\uadf8\",\"url\":\"https:\\\/\\\/tech.softbell.net\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?author=2#author\",\"url\":\"https:\\\/\\\/tech.softbell.net\\\/?author=2\",\"name\":\"Bell\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?p=194#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/84215149e6ed0c8ad9f93ccb8c1f9d1ec029a6944b409128e5d594b7b8a51105?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Bell\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?p=194#webpage\",\"url\":\"https:\\\/\\\/tech.softbell.net\\\/?p=194\",\"name\":\"\\uc6b0\\ubd84\\ud22c vsFTP \\uc11c\\ubc84 \\uc124\\uce58\\ud558\\uae30 - Bell's Tech Blog\",\"description\":\"\\ucc98\\uc74c \\uc6b0\\ubd84\\ud22c \\ub9ac\\ub205\\uc2a4 \\uc11c\\ubc84\\ub97c \\uc124\\uce58\\ud558\\uace0 \\uc790 \\uadf8\\ub7fc \\uc6b4\\uc601\\uc744 \\ud574\\ubcfc\\uae4c! \\ud558\\uace0 \\ud544\\uc694\\ud55c \\ud30c\\uc77c\\uc744 \\uc11c\\ubc84\\ub85c \\ubcf5\\uc0ac\\ud558\\ub824\\uace0 \\ud558\\ub2c8 FTP \\uc11c\\ubc84\\uac00 \\ud544\\uc694\\ud588\\ub2e4. \\uadf8\\ub798\\uc11c FTP \\uc11c\\ubc84\\ub97c \\uc124\\uce58\\ud558\\ub824\\uace0 \\ubcf4\\ub2c8 \\uc885\\ub958\\uac00 \\uc5ec\\ub7ec \\uac00\\uc9c0 \\uc788\\ub294 \\uac83\\uc774 \\uc544\\ub2cc\\uac00! \\ucc3e\\uc544\\ubcf4\\ub2e4 \\ub098\\ub294 \\ub300\\uc911\\uc801\\uc73c\\ub85c \\ub9ce\\uc774 \\uc0ac\\uc6a9\\ud558\\ub294? vsFTPd(Very Secure FTP Daemon)\\ub97c \\uc774\\uc6a9\\ud558\\uae30\\ub85c \\ud588\\ub2e4.\",\"inLanguage\":\"ko-KR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?p=194#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/?author=2#author\"},\"datePublished\":\"2020-03-28T07:33:04+09:00\",\"dateModified\":\"2020-03-28T07:33:04+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/#website\",\"url\":\"https:\\\/\\\/tech.softbell.net\\\/\",\"name\":\"Bell's Tech Blog\",\"description\":\"\\ubc29\\uc6b8\\uc758 \\uae30\\uc220 \\ube14\\ub85c\\uadf8\",\"inLanguage\":\"ko-KR\",\"publisher\":{\"@id\":\"https:\\\/\\\/tech.softbell.net\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\uc6b0\ubd84\ud22c vsFTP \uc11c\ubc84 \uc124\uce58\ud558\uae30 - Bell's Tech Blog","description":"\ucc98\uc74c \uc6b0\ubd84\ud22c \ub9ac\ub205\uc2a4 \uc11c\ubc84\ub97c \uc124\uce58\ud558\uace0 \uc790 \uadf8\ub7fc \uc6b4\uc601\uc744 \ud574\ubcfc\uae4c! \ud558\uace0 \ud544\uc694\ud55c \ud30c\uc77c\uc744 \uc11c\ubc84\ub85c \ubcf5\uc0ac\ud558\ub824\uace0 \ud558\ub2c8 FTP \uc11c\ubc84\uac00 \ud544\uc694\ud588\ub2e4. \uadf8\ub798\uc11c FTP \uc11c\ubc84\ub97c \uc124\uce58\ud558\ub824\uace0 \ubcf4\ub2c8 \uc885\ub958\uac00 \uc5ec\ub7ec \uac00\uc9c0 \uc788\ub294 \uac83\uc774 \uc544\ub2cc\uac00! \ucc3e\uc544\ubcf4\ub2e4 \ub098\ub294 \ub300\uc911\uc801\uc73c\ub85c \ub9ce\uc774 \uc0ac\uc6a9\ud558\ub294? vsFTPd(Very Secure FTP Daemon)\ub97c \uc774\uc6a9\ud558\uae30\ub85c \ud588\ub2e4.","canonical_url":"https:\/\/tech.softbell.net\/?p=194","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/tech.softbell.net\/?p=194#blogposting","name":"\uc6b0\ubd84\ud22c vsFTP \uc11c\ubc84 \uc124\uce58\ud558\uae30 - Bell's Tech Blog","headline":"\uc6b0\ubd84\ud22c vsFTP \uc11c\ubc84 \uc124\uce58\ud558\uae30","author":{"@id":"https:\/\/tech.softbell.net\/?author=2#author"},"publisher":{"@id":"https:\/\/tech.softbell.net\/#organization"},"datePublished":"2020-03-28T07:33:04+09:00","dateModified":"2020-03-28T07:33:04+09:00","inLanguage":"ko-KR","mainEntityOfPage":{"@id":"https:\/\/tech.softbell.net\/?p=194#webpage"},"isPartOf":{"@id":"https:\/\/tech.softbell.net\/?p=194#webpage"},"articleSection":"Linux, Operating system, Ubuntu, FTP, Install, Server, Ubuntu"},{"@type":"BreadcrumbList","@id":"https:\/\/tech.softbell.net\/?p=194#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tech.softbell.net#listItem","position":1,"name":"\ud648","item":"https:\/\/tech.softbell.net","nextItem":{"@type":"ListItem","@id":"https:\/\/tech.softbell.net\/?cat=18#listItem","name":"Operating system"}},{"@type":"ListItem","@id":"https:\/\/tech.softbell.net\/?cat=18#listItem","position":2,"name":"Operating system","item":"https:\/\/tech.softbell.net\/?cat=18","nextItem":{"@type":"ListItem","@id":"https:\/\/tech.softbell.net\/?cat=62#listItem","name":"Linux"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tech.softbell.net#listItem","name":"\ud648"}},{"@type":"ListItem","@id":"https:\/\/tech.softbell.net\/?cat=62#listItem","position":3,"name":"Linux","item":"https:\/\/tech.softbell.net\/?cat=62","nextItem":{"@type":"ListItem","@id":"https:\/\/tech.softbell.net\/?cat=80#listItem","name":"Ubuntu"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tech.softbell.net\/?cat=18#listItem","name":"Operating system"}},{"@type":"ListItem","@id":"https:\/\/tech.softbell.net\/?cat=80#listItem","position":4,"name":"Ubuntu","item":"https:\/\/tech.softbell.net\/?cat=80","nextItem":{"@type":"ListItem","@id":"https:\/\/tech.softbell.net\/?p=194#listItem","name":"\uc6b0\ubd84\ud22c vsFTP \uc11c\ubc84 \uc124\uce58\ud558\uae30"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tech.softbell.net\/?cat=62#listItem","name":"Linux"}},{"@type":"ListItem","@id":"https:\/\/tech.softbell.net\/?p=194#listItem","position":5,"name":"\uc6b0\ubd84\ud22c vsFTP \uc11c\ubc84 \uc124\uce58\ud558\uae30","previousItem":{"@type":"ListItem","@id":"https:\/\/tech.softbell.net\/?cat=80#listItem","name":"Ubuntu"}}]},{"@type":"Organization","@id":"https:\/\/tech.softbell.net\/#organization","name":"Bell's Tech Blog","description":"\ubc29\uc6b8\uc758 \uae30\uc220 \ube14\ub85c\uadf8","url":"https:\/\/tech.softbell.net\/"},{"@type":"Person","@id":"https:\/\/tech.softbell.net\/?author=2#author","url":"https:\/\/tech.softbell.net\/?author=2","name":"Bell","image":{"@type":"ImageObject","@id":"https:\/\/tech.softbell.net\/?p=194#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/84215149e6ed0c8ad9f93ccb8c1f9d1ec029a6944b409128e5d594b7b8a51105?s=96&d=mm&r=g","width":96,"height":96,"caption":"Bell"}},{"@type":"WebPage","@id":"https:\/\/tech.softbell.net\/?p=194#webpage","url":"https:\/\/tech.softbell.net\/?p=194","name":"\uc6b0\ubd84\ud22c vsFTP \uc11c\ubc84 \uc124\uce58\ud558\uae30 - Bell's Tech Blog","description":"\ucc98\uc74c \uc6b0\ubd84\ud22c \ub9ac\ub205\uc2a4 \uc11c\ubc84\ub97c \uc124\uce58\ud558\uace0 \uc790 \uadf8\ub7fc \uc6b4\uc601\uc744 \ud574\ubcfc\uae4c! \ud558\uace0 \ud544\uc694\ud55c \ud30c\uc77c\uc744 \uc11c\ubc84\ub85c \ubcf5\uc0ac\ud558\ub824\uace0 \ud558\ub2c8 FTP \uc11c\ubc84\uac00 \ud544\uc694\ud588\ub2e4. \uadf8\ub798\uc11c FTP \uc11c\ubc84\ub97c \uc124\uce58\ud558\ub824\uace0 \ubcf4\ub2c8 \uc885\ub958\uac00 \uc5ec\ub7ec \uac00\uc9c0 \uc788\ub294 \uac83\uc774 \uc544\ub2cc\uac00! \ucc3e\uc544\ubcf4\ub2e4 \ub098\ub294 \ub300\uc911\uc801\uc73c\ub85c \ub9ce\uc774 \uc0ac\uc6a9\ud558\ub294? vsFTPd(Very Secure FTP Daemon)\ub97c \uc774\uc6a9\ud558\uae30\ub85c \ud588\ub2e4.","inLanguage":"ko-KR","isPartOf":{"@id":"https:\/\/tech.softbell.net\/#website"},"breadcrumb":{"@id":"https:\/\/tech.softbell.net\/?p=194#breadcrumblist"},"author":{"@id":"https:\/\/tech.softbell.net\/?author=2#author"},"creator":{"@id":"https:\/\/tech.softbell.net\/?author=2#author"},"datePublished":"2020-03-28T07:33:04+09:00","dateModified":"2020-03-28T07:33:04+09:00"},{"@type":"WebSite","@id":"https:\/\/tech.softbell.net\/#website","url":"https:\/\/tech.softbell.net\/","name":"Bell's Tech Blog","description":"\ubc29\uc6b8\uc758 \uae30\uc220 \ube14\ub85c\uadf8","inLanguage":"ko-KR","publisher":{"@id":"https:\/\/tech.softbell.net\/#organization"}}]},"og:locale":"ko_KR","og:site_name":"Bell's Tech Blog - \ubc29\uc6b8\uc758 \uae30\uc220 \ube14\ub85c\uadf8","og:type":"article","og:title":"\uc6b0\ubd84\ud22c vsFTP \uc11c\ubc84 \uc124\uce58\ud558\uae30 - Bell's Tech Blog","og:description":"\ucc98\uc74c \uc6b0\ubd84\ud22c \ub9ac\ub205\uc2a4 \uc11c\ubc84\ub97c \uc124\uce58\ud558\uace0 \uc790 \uadf8\ub7fc \uc6b4\uc601\uc744 \ud574\ubcfc\uae4c! \ud558\uace0 \ud544\uc694\ud55c \ud30c\uc77c\uc744 \uc11c\ubc84\ub85c \ubcf5\uc0ac\ud558\ub824\uace0 \ud558\ub2c8 FTP \uc11c\ubc84\uac00 \ud544\uc694\ud588\ub2e4. \uadf8\ub798\uc11c FTP \uc11c\ubc84\ub97c \uc124\uce58\ud558\ub824\uace0 \ubcf4\ub2c8 \uc885\ub958\uac00 \uc5ec\ub7ec \uac00\uc9c0 \uc788\ub294 \uac83\uc774 \uc544\ub2cc\uac00! \ucc3e\uc544\ubcf4\ub2e4 \ub098\ub294 \ub300\uc911\uc801\uc73c\ub85c \ub9ce\uc774 \uc0ac\uc6a9\ud558\ub294? vsFTPd(Very Secure FTP Daemon)\ub97c \uc774\uc6a9\ud558\uae30\ub85c \ud588\ub2e4.","og:url":"https:\/\/tech.softbell.net\/?p=194","article:published_time":"2020-03-27T22:33:04+00:00","article:modified_time":"2020-03-27T22:33:04+00:00","twitter:card":"summary_large_image","twitter:title":"\uc6b0\ubd84\ud22c vsFTP \uc11c\ubc84 \uc124\uce58\ud558\uae30 - Bell's Tech Blog","twitter:description":"\ucc98\uc74c \uc6b0\ubd84\ud22c \ub9ac\ub205\uc2a4 \uc11c\ubc84\ub97c \uc124\uce58\ud558\uace0 \uc790 \uadf8\ub7fc \uc6b4\uc601\uc744 \ud574\ubcfc\uae4c! \ud558\uace0 \ud544\uc694\ud55c \ud30c\uc77c\uc744 \uc11c\ubc84\ub85c \ubcf5\uc0ac\ud558\ub824\uace0 \ud558\ub2c8 FTP \uc11c\ubc84\uac00 \ud544\uc694\ud588\ub2e4. \uadf8\ub798\uc11c FTP \uc11c\ubc84\ub97c \uc124\uce58\ud558\ub824\uace0 \ubcf4\ub2c8 \uc885\ub958\uac00 \uc5ec\ub7ec \uac00\uc9c0 \uc788\ub294 \uac83\uc774 \uc544\ub2cc\uac00! \ucc3e\uc544\ubcf4\ub2e4 \ub098\ub294 \ub300\uc911\uc801\uc73c\ub85c \ub9ce\uc774 \uc0ac\uc6a9\ud558\ub294? vsFTPd(Very Secure FTP Daemon)\ub97c \uc774\uc6a9\ud558\uae30\ub85c \ud588\ub2e4."},"aioseo_meta_data":{"post_id":"194","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2024-02-06 11:25:24","updated":"2025-06-04 00:04:42","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tech.softbell.net\" title=\"\ud648\">\ud648<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tech.softbell.net\/?cat=18\" title=\"Operating system\">Operating system<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tech.softbell.net\/?cat=62\" title=\"Linux\">Linux<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tech.softbell.net\/?cat=80\" title=\"Ubuntu\">Ubuntu<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t\uc6b0\ubd84\ud22c vsFTP \uc11c\ubc84 \uc124\uce58\ud558\uae30\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"\ud648","link":"https:\/\/tech.softbell.net"},{"label":"Operating system","link":"https:\/\/tech.softbell.net\/?cat=18"},{"label":"Linux","link":"https:\/\/tech.softbell.net\/?cat=62"},{"label":"Ubuntu","link":"https:\/\/tech.softbell.net\/?cat=80"},{"label":"\uc6b0\ubd84\ud22c vsFTP \uc11c\ubc84 \uc124\uce58\ud558\uae30","link":"https:\/\/tech.softbell.net\/?p=194"}],"jetpack_featured_media_url":"","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/tech.softbell.net\/index.php?rest_route=\/wp\/v2\/posts\/194","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tech.softbell.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tech.softbell.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tech.softbell.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tech.softbell.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=194"}],"version-history":[{"count":0,"href":"https:\/\/tech.softbell.net\/index.php?rest_route=\/wp\/v2\/posts\/194\/revisions"}],"wp:attachment":[{"href":"https:\/\/tech.softbell.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=194"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tech.softbell.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=194"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tech.softbell.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=194"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}