{"id":5575,"date":"2016-05-12T13:31:40","date_gmt":"2016-05-12T10:31:40","guid":{"rendered":"http:\/\/www.karadere.com\/blog\/?p=5575"},"modified":"2016-05-12T13:31:40","modified_gmt":"2016-05-12T10:31:40","slug":"linux-ubuntu-rasbperry-pi-ftp-kurumu-proftpd","status":"publish","type":"post","link":"https:\/\/www.karadere.com\/blog\/linux-ubuntu-rasbperry-pi-ftp-kurumu-proftpd.html","title":{"rendered":"Linux Ubuntu Rasbperry pi FTP kurumu proftpd"},"content":{"rendered":"<div class=\"container\">\n<h1 class=\"content-title\">Ubuntu FTP Kurulumu\u00a0proftpd<\/h1>\n<\/div>\n<div class=\"content-body tutorial-content tutorial-content-legacy\" data-growable-markdown=\"\">\n<div>\n<h3>About ProFTP<\/h3>\n<p>ProFTPD is a popular ftp server. Because it was written as a powerful and configurable program, it is not necessarily the lightest ftp server available for virtual servers.<\/p>\n<p><strong class=\"highlight\">Warning: FTP is inherently insecure! Consider configuring ProFTPd to use SFTP, a secure alternative to FTP implemented under SSH.<\/strong><\/p>\n<div data-unique=\"step-one\u2014install-proftp\"><\/div>\n<h2>Step One\u2014Install ProFTP<\/h2>\n<p>You can quickly install ProFTP on your VPS in the command line:<\/p>\n<pre>sudo apt-get install proftpd<\/pre>\n<p>While the file is installing, you will be given the choice to run your VPS as an inetd or standalone server. Choose the standalone option.<\/p>\n<p>Once the file finishes downloading, the ProFTPD server will be on your droplet. However, we still have to make a few changes to the configuration.<\/p>\n<div data-unique=\"step-two\u2014configure-proftp\"><\/div>\n<h2>Step Two\u2014Configure ProFTP<\/h2>\n<p>Once ProFTPD is installed, you can make the needed adjustments in the configuration. Unlike some other FTP configurations, ProFTPD disables anonymous login from the outset and we only need to make a couple of alterations in the config file.<\/p>\n<p>Open up the file:<\/p>\n<pre>sudo nano \/etc\/proftpd\/proftpd.conf<\/pre>\n<p>Go ahead and make a few changes:<\/p>\n<ul>\n<ul>\n<li>Change the Server Name to your host name<\/li>\n<\/ul>\n<\/ul>\n<pre>ServerName                      \"example.com\"<\/pre>\n<ul>\n<ul>\n<li>Uncomment the line that says Default Root. Doing so will limit users to their home directory.<\/li>\n<\/ul>\n<\/ul>\n<pre># Use this to jail all users in their homes\r\n DefaultRoot                    ~<\/pre>\n<p>Once you have finished those adjustments, you can save and exit.<\/p>\n<p>Restart after you have made all of your changes:<\/p>\n<pre>sudo service proftpd restart<\/pre>\n<div data-unique=\"step-three\u2014access-the-ftp-server\"><\/div>\n<h2>Step Three\u2014Access the FTP server<\/h2>\n<p>Once you have installed the FTP server and configured it to your liking, you can now access it.<\/p>\n<p>You can reach an FTP server in the browser by typing the domain name into the address bar and logging in with the appropriate ID. Keep in mind, you will only be able to access the user&#8217;s home directory when connecting to the virtual server.<\/p>\n<pre>ftp:\/\/example.com<\/pre>\n<p>Alternatively, you can reach the FTP server through the command line by typing:<\/p>\n<pre> ftp example.com<\/pre>\n<p>Then you can use the word, &#8220;exit,&#8221; to get out of the FTP shell.<\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Ubuntu FTP Kurulumu\u00a0proftpd About ProFTP ProFTPD is a popular ftp server. Because it was written as a powerful and configurable program, it is not necessarily the lightest ftp server available for virtual servers. Warning: FTP is inherently insecure! Consider configuring ProFTPd to use SFTP, a secure alternative to FTP implemented under SSH. Step One\u2014Install ProFTP [&hellip;]<\/p>\n","protected":false},"author":1,"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,"footnotes":"","_links_to":"","_links_to_target":""},"categories":[2],"tags":[987,1205,1343,2464,1762,2120],"class_list":["post-5575","post","type-post","status-publish","format-standard","hentry","category-2015-2016","tag-ftp","tag-install","tag-kurulumu","tag-proftpd","tag-rasbperry-pi","tag-ubuntu","has-post-title","has-post-date","has-post-category","has-post-tag","has-post-comment","has-post-author",""],"aioseo_notices":[],"views":1168,"_links":{"self":[{"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/posts\/5575","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/comments?post=5575"}],"version-history":[{"count":2,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/posts\/5575\/revisions"}],"predecessor-version":[{"id":5577,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/posts\/5575\/revisions\/5577"}],"wp:attachment":[{"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/media?parent=5575"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/categories?post=5575"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/tags?post=5575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}