{"id":176,"date":"2017-05-23T14:46:03","date_gmt":"2017-05-23T12:46:03","guid":{"rendered":"http:\/\/blog.van-daag.nl\/?p=176"},"modified":"2017-07-25T18:12:54","modified_gmt":"2017-07-25T18:12:54","slug":"install-ftp-on-your-raspberry","status":"publish","type":"post","link":"https:\/\/van-daag.nl\/?p=176","title":{"rendered":"Install FTP on your Raspberry"},"content":{"rendered":"<p>Run update<\/p>\n<pre class=\"lang:default decode:true \">sudo apt-get update<\/pre>\n<p>Install ftp<\/p>\n<pre class=\"lang:default decode:true \">sudo apt-get install vsftpd<\/pre>\n<p>You get a message about disk usage enter <strong>Yes<\/strong><\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-177 size-full\" src=\"https:\/\/i0.wp.com\/blog.van-daag.nl\/wp-content\/uploads\/2017\/05\/FTP-install-1.jpg?resize=567%2C185\" alt=\"\" width=\"567\" height=\"185\" srcset=\"https:\/\/i0.wp.com\/van-daag.nl\/wp-content\/uploads\/2017\/05\/FTP-install-1.jpg?w=567&amp;ssl=1 567w, https:\/\/i0.wp.com\/van-daag.nl\/wp-content\/uploads\/2017\/05\/FTP-install-1.jpg?resize=300%2C98&amp;ssl=1 300w\" sizes=\"auto, (max-width: 567px) 100vw, 567px\" \/><\/p>\n<p>Now open up the config file by entering the following command:<\/p>\n<pre class=\"lang:default decode:true\">sudo nano \/etc\/vsftpd.conf\r\n<\/pre>\n<p>In here add or uncomment(Remove the #) for the following settings.<\/p>\n<pre class=\"lang:default decode:true\">anonymous_enable=NO\r\nlocal_enable=YES\r\nwrite_enable=YES\r\nlocal_umask=022\r\nchroot_local_user=YES<\/pre>\n<p>Restart ftp server<\/p>\n<pre class=\"lang:default decode:true \">sudo service vsftpd restart<\/pre>\n<p>And now you can connect with <a href=\"https:\/\/filezilla-project.org\/download.php?type=client\">filezilla <\/a>to the raspberry with SFTP (port 22)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Run update sudo apt-get update Install ftp sudo apt-get install vsftpd You get a message about disk usage enter Yes Now open up the config file by entering the following command: sudo nano \/etc\/vsftpd.conf In here add or uncomment(Remove the #) for the following settings. anonymous_enable=NO local_enable=YES write_enable=YES local_umask=022 chroot_local_user=YES Restart ftp server sudo service [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[13],"tags":[],"class_list":["post-176","post","type-post","status-publish","format-standard","hentry","category-raspberry"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts\/176","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=176"}],"version-history":[{"count":1,"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts\/176\/revisions"}],"predecessor-version":[{"id":209,"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts\/176\/revisions\/209"}],"wp:attachment":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=176"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=176"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=176"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}