<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ftp server Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/ftp-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 31 Dec 2021 00:56:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>What is the difference between FTP and SFTP?</title>
		<link>https://www.osradar.com/what-is-the-difference-between-ftp-and-sftp/</link>
					<comments>https://www.osradar.com/what-is-the-difference-between-ftp-and-sftp/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Thu, 13 Jan 2022 10:54:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp clients]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[SFTP]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=34219</guid>

					<description><![CDATA[<p>Hello! In computer science, there are numerous acronyms that are commonly used. However, not all the time you know what they mean. Although some can be more complicated than others, today we will talk specifically about the differences between FTP and SFTP. Files Transfer Protocol is a protocol created to be able to transfer information [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/what-is-the-difference-between-ftp-and-sftp/">What is the difference between FTP and SFTP?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! In computer science, there are numerous acronyms that are commonly used. However, not all the time you know what they mean. Although some can be more complicated than others, today we will talk specifically about the differences between FTP and SFTP. Files Transfer Protocol is a protocol created to be able to transfer information between different systems. Within the hosting ecosystem, it is very relevant because it is an ally to upload or download information to our hosting in a quick and easy way. Certainly, the use of hosting is relatively new. However, this protocol was born in 1974. Although it was originally intended for other purposes, its operation evolved to its present form in 1985.</p>



<h2>How FTP works.</h2>



<p>FTP is based on a client-server configuration. Therefore, it allows you to transmit information regardless of the operating system you use. Even the system used by the hosting provider (<a href="https://www.microsoft.com/en-us/software-download/windows10" target="_blank" rel="noreferrer noopener">Windows</a>, Linux, MAC, etc.) is not relevant. To be able to use it, it is necessary to have a <a href="https://www.osradar.com/how-to-install-ftp-servers-in-windows-10/" target="_blank" rel="noreferrer noopener">server</a> and also a <a href="https://www.osradar.com/the-best-ftp-clients-for-windows/" target="_blank" rel="noreferrer noopener">client.</a> Check our tutorials to learn more about each type.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="800" height="800" src="https://www.osradar.com/wp-content/uploads/2021/12/sf.png" alt="" class="wp-image-34225" srcset="https://www.osradar.com/wp-content/uploads/2021/12/sf.png 800w, https://www.osradar.com/wp-content/uploads/2021/12/sf-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2021/12/sf-150x150.png 150w, https://www.osradar.com/wp-content/uploads/2021/12/sf-768x768.png 768w, https://www.osradar.com/wp-content/uploads/2021/12/sf-696x696.png 696w" sizes="(max-width: 800px) 100vw, 800px" /></figure>



<p>The communication is initiated when a connection is made from the client to the server. In addition, this connection is negotiated through the network port 21, also called control port. However, this will not be the port through which the information will be sent or downloaded. Indeed, this depends on the FTP mode selected.</p>



<h2>FTP modes</h2>



<p><strong>Active mode:</strong> the server opens the initial connection. Consequently, it opens the connection on its port 20 and connects to the client on a random port greater than 1024. Moreover, this port is specified by the FTP client itself. Note that this is the least recommended option. Indeed, its use implies having a fairly wide range of ports open on your computer. It certainly carries many security risks.</p>



<p><strong>Passive mode: </strong>the client opens the initial connection. In addition, it is the server that indicates which port to open. It will always be done on a network port greater than 1024 of the servers. Therefore, it is not necessary to have open ports on the computer. This is logical, since it will be the server that will open the connection.</p>



<p>We have already mentioned that the FT protocol was created several years ago. Even before hackers existed. Therefore, it was not recognized as a secure protocol. In fact, the information that travels between computer and server is in plain text. That is, without any kind of encryption.</p>



<h2>What does the lack of encryption imply?</h2>



<p>Well, this implies a considerable risk that the data will be captured. Indeed, an attacker could see our connection data and even view the information we are uploading. Even worse, they could download it using a Sniffer type software. These tools are capable of scanning the network for vulnerabilities.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="512" height="512" src="https://www.osradar.com/wp-content/uploads/2021/12/sf3.png" alt="" class="wp-image-34227" srcset="https://www.osradar.com/wp-content/uploads/2021/12/sf3.png 512w, https://www.osradar.com/wp-content/uploads/2021/12/sf3-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2021/12/sf3-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></figure>



<p>Suppose you make a connection using plain FTP. As a result, you will see a warning that the connection is not secure. We have established that the FTP connection is not secure at all. Because of this, two secure versions were subsequently born: FTPS and SFTP. Although they are almost the same acronym, they are not at all the same. Let&#8217;s take a look at what each one consists of.</p>



<h2>Secure versions of FTP: FTPS and SFTP</h2>



<h3>What is FTPS?</h3>



<p>FTPS works in the same way as conventional FTP. However, the main difference is that it has an SSL/TLS encryption layer underneath. Also, this layer is provided by a security certificate. It is known as Secure FTP and there are two types of connection:</p>



<ul><li><strong>Explicit FTPS: </strong>This is the month used. In addition, we also recommend its use. A normal, unencrypted connection is made. However, before sending any sensitive data, TLS negotiation is required to encrypt the connection.</li><li><strong>Implicit FTPS:</strong> It is in disuse. In fact, it is not available on most servers. The negotiation of the secure connection is done before any FTP command is sent.</li></ul>



<h3>What is SFTP?</h3>



<p>SFTP is a wholly different protocol from conventional FTP. Indeed, it is based on the SSH (Secure Shell) protocol. In addition, the entire connection is encrypted and made through network port 22. They differ not only in encryption. Additionally, it is a protocol with more functionalities than conventional FTP. For example, we have the execution of CLI (Command Line Interface) commands.</p>



<p>SFTP stands for Secure File Transfer Protocol. Through it, we can exchange encrypted data between the client and the server. It uses Secure Shell (SSH) for this purpose. In addition, we can not only transfer files via SFTP. Indeed, we can view directories, rename them or limit rights. An SFTP program allows you to upload files for your website to your webspace. We can even create a backup of the website with SFTP. With a SFTP program, you can also delete entire files and folders. Indeed, if you delete contents, they will no longer appear to visitors of your website. In short, SFTP is the successor to FTP. The major difference is greater security. This is indicated by the addition <em>Secure</em>.</p>



<h2>Conclusion</h2>



<p>Security is a fundamental concern in any technology environment. Certainly, in the world of hosting, it is an element that also depends on the provider. However, it is primarily an element to be taken care of by the user. Today we talked about the differences between FTP and SFTP. Logically, you may have noticed that the main difference is related to security. Therefore, it is not currently recommended using a conventional FTP connection to connect. There are certainly exceptions. For example, we can use them for specific cases for reasons of urgency. Mostly when we need a fast connection and do not have much time to configure it. Moreover, when the data to be shared is not sensitive.</p>



<p>Consequently, when you connect via FTP to upload or download data, remember to always do it via FTPS or SFTP. This way, we are taking care of our data. Please keep in mind that hackers are always on the prowl. Therefore, it is our duty to make things more difficult for them. See you soon!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/what-is-the-difference-between-ftp-and-sftp/">What is the difference between FTP and SFTP?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/what-is-the-difference-between-ftp-and-sftp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to configure FileZilla Server in Windows 10/11</title>
		<link>https://www.osradar.com/how-to-configure-filezilla-server-in-windows-10-11/</link>
					<comments>https://www.osradar.com/how-to-configure-filezilla-server-in-windows-10-11/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Fri, 26 Nov 2021 22:35:00 +0000</pubDate>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[filezilla server]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[windows ftp]]></category>
		<category><![CDATA[windows sftp]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=33429</guid>

					<description><![CDATA[<p>Hello, how are you? File transfer has been around for a long time. In addition, this activity requires security, compatibility, and performance for the resources. Consequently, it is ideal to have a practical and functional solution for it. FileZilla is a tool that is at the forefront. Indeed, FileZilla Client, which is one of the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-configure-filezilla-server-in-windows-10-11/">How to configure FileZilla Server in Windows 10/11</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, how are you? File transfer has been around for a long time. In addition, this activity requires security, compatibility, and performance for the resources. Consequently, it is ideal to have a practical and functional solution for it. FileZilla is a tool that is at the forefront. Indeed, FileZilla Client, which is one of the best FTP, FTPS, FTPES and SFTP clients for Windows systems. FileZilla has been developed as free open-source software under the terms of the GNU General Public License. Today, we will see how to configure <a href="https://www.osradar.com/the-best-ftp-clients-for-windows/" target="_blank" rel="noreferrer noopener">FileZilla </a>Server in Windows 10/11.</p>



<h2>FileZilla Server Features</h2>



<ul><li>IPv6 support</li><li>Can be run on Windows, Linux, BSD, Mac OS X systems and more</li><li>Supports FTP, FTP over SSL / TLS (FTPS) and SSH File Transfer Protocol (SFTP)</li><li>Allows resuming and transferring large files larger than 4 GB</li><li>Available in different languages</li><li>Support for HTTP/1.1.1, SOCKS5 and FTP-Proxy</li><li>Features a site manager and transfer queue</li><li>Synchronized directory browsing function and much more.</li></ul>



<figure class="wp-block-image size-full"><img loading="lazy" width="830" height="495" src="https://www.osradar.com/wp-content/uploads/2021/11/file.png" alt="" class="wp-image-33430" srcset="https://www.osradar.com/wp-content/uploads/2021/11/file.png 830w, https://www.osradar.com/wp-content/uploads/2021/11/file-300x179.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/file-768x458.png 768w, https://www.osradar.com/wp-content/uploads/2021/11/file-696x415.png 696w" sizes="(max-width: 830px) 100vw, 830px" /></figure>



<p>Thanks to this software, we can easily create our FTP or FTP over TLS server. As a result, we will be able to exchange files between the connecting clients and our server. This connection can be through the local LAN or through the Internet. As for the connection through the local network, you only have to enter the private IP address and the control port of the FTP server. The default port is 21 TCP. To connect via the Internet, you will have to enter the public IP address or dynamic DNS domain of the connection. You also have to indicate the corresponding port. You also have to open a port in the NAT on the router. In this way, it will be accessible from the outside and will be able to pass through the NA.</p>



<h2>Installing FileZilla Server on Windows</h2>



<p>To install the Filezilla server, you have to go to the download section. After downloading it, just run it to start the installation of the program. The first thing you have to do is to accept the license. Next, please choose the type of installation. We recommend using the Full installation, which is the default installation. </p>



<p>To install the Filezilla server, you have to go to the <a href="https://filezilla-project.org/download.php?type=server" target="_blank" rel="noreferrer noopener">download</a> section. After downloading it, just run it to start the installation of the program. The first thing you have to do is to accept the license. Next, please choose the type of installation. We recommend using the Full installation, which is the default installation. Then you must choose the installation folder and the Menu folder. Next, configure whether you want to install FileZilla Server as a service. I recommend leaving it this way by default. Likewise, you can set the port. However, you can also leave it as default. Finally, configure the startup type of the tool interface. That is, it can start at login, or start manually.</p>



<figure class="wp-block-gallery columns-3 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="499" height="388" src="https://www.osradar.com/wp-content/uploads/2021/11/fie3.png" alt="" data-id="33431" data-full-url="https://www.osradar.com/wp-content/uploads/2021/11/fie3.png" data-link="https://www.osradar.com/?attachment_id=33431" class="wp-image-33431" srcset="https://www.osradar.com/wp-content/uploads/2021/11/fie3.png 499w, https://www.osradar.com/wp-content/uploads/2021/11/fie3-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="499" height="388" src="https://www.osradar.com/wp-content/uploads/2021/11/file2.png" alt="" data-id="33432" data-full-url="https://www.osradar.com/wp-content/uploads/2021/11/file2.png" data-link="https://www.osradar.com/?attachment_id=33432" class="wp-image-33432" srcset="https://www.osradar.com/wp-content/uploads/2021/11/file2.png 499w, https://www.osradar.com/wp-content/uploads/2021/11/file2-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="499" height="388" src="https://www.osradar.com/wp-content/uploads/2021/11/file3.png" alt="" data-id="33433" data-full-url="https://www.osradar.com/wp-content/uploads/2021/11/file3.png" data-link="https://www.osradar.com/?attachment_id=33433" class="wp-image-33433" srcset="https://www.osradar.com/wp-content/uploads/2021/11/file3.png 499w, https://www.osradar.com/wp-content/uploads/2021/11/file3-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="499" height="388" src="https://www.osradar.com/wp-content/uploads/2021/11/file4.png" alt="" data-id="33434" data-full-url="https://www.osradar.com/wp-content/uploads/2021/11/file4.png" data-link="https://www.osradar.com/?attachment_id=33434" class="wp-image-33434" srcset="https://www.osradar.com/wp-content/uploads/2021/11/file4.png 499w, https://www.osradar.com/wp-content/uploads/2021/11/file4-300x233.png 300w" sizes="(max-width: 499px) 100vw, 499px" /></figure></li></ul></figure>



<h2>Startup and configuration of FileZilla Server</h2>



<p>After installing the program, you will see the following window. Please click on <strong>Connect to Filezilla FTP Server.</strong></p>



<figure class="wp-block-image size-full"><img loading="lazy" width="806" height="485" src="https://www.osradar.com/wp-content/uploads/2021/11/file5.png" alt="Connecting to the server" class="wp-image-33437" srcset="https://www.osradar.com/wp-content/uploads/2021/11/file5.png 806w, https://www.osradar.com/wp-content/uploads/2021/11/file5-300x181.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/file5-768x462.png 768w, https://www.osradar.com/wp-content/uploads/2021/11/file5-696x419.png 696w" sizes="(max-width: 806px) 100vw, 806px" /><figcaption>Connecting to the server</figcaption></figure>



<p>In the following window, we will enter the options to configure the server. In the host field, please enter <em>localhost.</em> The port information should be left as default. Finally, assign a password to protect the connection.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="281" height="253" src="https://www.osradar.com/wp-content/uploads/2021/11/file6.png" alt="Setting the initial FileZilla Server configuration settings" class="wp-image-33439"/><figcaption>Setting the initial FileZilla Server configuration settings</figcaption></figure>



<p>When you press OK, the server will be correctly connected. From now on, I would like to make some considerations. First, we are working with the latest stable version of FileZilla Server. Previously, there were beta versions that were a bit more complicated to configure. However, this edition has a graphical interface that is very user-friendly and easy to configure. Very well, next we will see the graphical interface of the server administrator.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="806" height="485" src="https://www.osradar.com/wp-content/uploads/2021/11/file7.png" alt="" class="wp-image-33451" srcset="https://www.osradar.com/wp-content/uploads/2021/11/file7.png 806w, https://www.osradar.com/wp-content/uploads/2021/11/file7-300x181.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/file7-768x462.png 768w, https://www.osradar.com/wp-content/uploads/2021/11/file7-696x419.png 696w" sizes="(max-width: 806px) 100vw, 806px" /></figure>



<h2>Configuring the connection settings</h2>



<p>Now we are going to enter the values for the connection through the local network. With this in mind, click on <strong>Server </strong>and then on <strong>Configure.</strong></p>



<figure class="wp-block-image size-full"><img loading="lazy" width="806" height="485" src="https://www.osradar.com/wp-content/uploads/2021/11/file7-1.png" alt="FileZilla Server Administration interface" class="wp-image-33452" srcset="https://www.osradar.com/wp-content/uploads/2021/11/file7-1.png 806w, https://www.osradar.com/wp-content/uploads/2021/11/file7-1-300x181.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/file7-1-768x462.png 768w, https://www.osradar.com/wp-content/uploads/2021/11/file7-1-696x419.png 696w" sizes="(max-width: 806px) 100vw, 806px" /><figcaption>FileZilla Server Administration interface</figcaption></figure>



<p>Now we are going to enter the values for the connection through the local network. With this in mind, click on <strong>Server</strong> and then on <strong>Configure.</strong></p>



<figure class="wp-block-image size-full"><img loading="lazy" width="808" height="484" src="https://www.osradar.com/wp-content/uploads/2021/11/file8.png" alt="Configuring the FileZilla server" class="wp-image-33454" srcset="https://www.osradar.com/wp-content/uploads/2021/11/file8.png 808w, https://www.osradar.com/wp-content/uploads/2021/11/file8-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/file8-768x460.png 768w, https://www.osradar.com/wp-content/uploads/2021/11/file8-696x417.png 696w" sizes="(max-width: 808px) 100vw, 808px" /><figcaption>Configuring the FileZilla server</figcaption></figure>



<p>The server configuration window will be displayed immediately. It is well known that by default an insecure FTP connection is offered. Therefore, we will configure a new secure server. Accordingly, click on FTP Server and then on Add.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="706" height="487" src="https://www.osradar.com/wp-content/uploads/2021/11/file9.png" alt="Adding a new server" class="wp-image-33455" srcset="https://www.osradar.com/wp-content/uploads/2021/11/file9.png 706w, https://www.osradar.com/wp-content/uploads/2021/11/file9-300x207.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/file9-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2021/11/file9-696x480.png 696w" sizes="(max-width: 706px) 100vw, 706px" /><figcaption>Adding a new server</figcaption></figure>



<p>Then, you just have to specify the new values. Within the IP address, please set 127.0.0.1, select port 21 and use the Protocol that requires explicit FTP over TLS.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="706" height="487" src="https://www.osradar.com/wp-content/uploads/2021/11/file10-1.png" alt="" class="wp-image-33457" srcset="https://www.osradar.com/wp-content/uploads/2021/11/file10-1.png 706w, https://www.osradar.com/wp-content/uploads/2021/11/file10-1-300x207.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/file10-1-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2021/11/file10-1-696x480.png 696w" sizes="(max-width: 706px) 100vw, 706px" /><figcaption>Configuring the new server</figcaption></figure>



<h2>Configuring the user</h2>



<p>Now it is time to add a new user for the server. To do so, scroll down to <strong>Users. </strong>Next, click on <strong>Add </strong>and enter the user&#8217;s name.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="706" height="487" src="https://www.osradar.com/wp-content/uploads/2021/11/file11.png" alt="Entering the name of the new user. " class="wp-image-33458" srcset="https://www.osradar.com/wp-content/uploads/2021/11/file11.png 706w, https://www.osradar.com/wp-content/uploads/2021/11/file11-300x207.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/file11-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2021/11/file11-696x480.png 696w" sizes="(max-width: 706px) 100vw, 706px" /><figcaption>Entering the name of the new user.</figcaption></figure>



<p>Next, enable the user by checking the corresponding box. It is also possible to require a password for the user. For the purposes of this tutorial, we will not use a password. However, if you are going to grant access to third parties, we urge you to assign a password.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="706" height="487" src="https://www.osradar.com/wp-content/uploads/2021/11/file12.png" alt="Enabling the user" class="wp-image-33459" srcset="https://www.osradar.com/wp-content/uploads/2021/11/file12.png 706w, https://www.osradar.com/wp-content/uploads/2021/11/file12-300x207.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/file12-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2021/11/file12-696x480.png 696w" sizes="(max-width: 706px) 100vw, 706px" /><figcaption>Enabling the user</figcaption></figure>



<p>Now it is time to determine which folders the user will have access to on the server. With this in mind, scroll down to Mount Point. Once there, there are a couple of variables that need to be set correctly. First, <strong>Virtual Path. </strong>In that field, just add a <strong>/.</strong> The next field corresponds to the <strong>Native Path. </strong>There, you just have to go to the file explorer and copy the path of the folder you want to share. Then paste it into the field. Finally, check the <strong>Writable</strong> box.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="782" height="546" src="https://www.osradar.com/wp-content/uploads/2021/11/file13.png" alt="Configuring the shared folder on the server" class="wp-image-33460" srcset="https://www.osradar.com/wp-content/uploads/2021/11/file13.png 782w, https://www.osradar.com/wp-content/uploads/2021/11/file13-300x209.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/file13-768x536.png 768w, https://www.osradar.com/wp-content/uploads/2021/11/file13-696x486.png 696w" sizes="(max-width: 782px) 100vw, 782px" /><figcaption>Configuring the shared folder on the server</figcaption></figure>



<p>That&#8217;s it! In this way, we have learned how to configure FileZilla Server in Windows 10/11. From now on, just use your favorite FTP client to connect to the server. But we will see that in future tutorials. Undoubtedly, it is a straightforward way to access our files. Either locally or through the network. See you soon!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-configure-filezilla-server-in-windows-10-11/">How to configure FileZilla Server in Windows 10/11</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-configure-filezilla-server-in-windows-10-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to create an FTP server in Android</title>
		<link>https://www.osradar.com/how-to-create-an-ftp-server-in-android/</link>
					<comments>https://www.osradar.com/how-to-create-an-ftp-server-in-android/#respond</comments>
		
		<dc:creator><![CDATA[vazquez]]></dc:creator>
		<pubDate>Mon, 23 Nov 2020 05:31:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[google]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=25546</guid>

					<description><![CDATA[<p>Hello! How are you? Currently sharing files from your PC to Android can be more comfortable and easy, without the need to use a USB cable. How can this be possible? Thanks to an FTP server you will be able to share files through the WIFI network. So in this post, we will show you [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-create-an-ftp-server-in-android/">How to create an FTP server in Android</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! How are you? Currently sharing files from your PC to Android can be more comfortable and easy, without the need to use a USB cable. How can this be possible? Thanks to an FTP server you will be able to share files through the WIFI network. So in this post, we will show you how to create an FTP server in <a href="https://www.osradar.com/?s=android" target="_blank" rel="noreferrer noopener">Android</a>.</p>



<p><strong>What is an FTP server?</strong></p>



<p>An FTP server is a special program that runs on a server computer normally connected to the Internet (although it can be connected to other types of networks, LAN, MAN, etc.). Its function is to allow the exchange of data between different servers/computers.</p>



<p>It may sound complex but, in Android, it is very easy to create one. I will also show you how to connect to the server without using a third-party client.</p>



<h2>First step</h2>



<p>Download and install ShareMe by following the next link below. This app usually comes pre-installed on most Xiaomi smartphones.</p>



<p><a href="https://play.google.com/store/apps/details?id=com.xiaomi.midrop&amp;hl=en" target="_blank" rel="noreferrer noopener">Google Play Store | ShareMe &#8211; #1 file sharing &amp; data transfer app.</a></p>



<h2>Second step</h2>



<p>Open ShareMe, then swipe right to open the menu. After that, press <em>Connect to computer</em>. Then press <em>start</em>. The app will show you the FTP server address, remember to write it down.</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/Ftp01-473x1024.jpg" alt="" class="wp-image-25685" width="473" height="1024" srcset="https://www.osradar.com/wp-content/uploads/2020/11/Ftp01-473x1024.jpg 473w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp01-138x300.jpg 138w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp01-768x1664.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp01-709x1536.jpg 709w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp01-945x2048.jpg 945w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp01-696x1508.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp01-1068x2314.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp01.jpg 1080w" sizes="(max-width: 473px) 100vw, 473px" /><figcaption>Create FTP server on Android</figcaption></figure>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/Ftp02-473x1024.jpg" alt="Press Start create" class="wp-image-25686" width="473" height="1024" srcset="https://www.osradar.com/wp-content/uploads/2020/11/Ftp02-473x1024.jpg 473w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp02-138x300.jpg 138w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp02-768x1664.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp02-709x1536.jpg 709w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp02-945x2048.jpg 945w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp02-696x1508.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp02-1068x2314.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp02.jpg 1080w" sizes="(max-width: 473px) 100vw, 473px" /><figcaption>Press Start</figcaption></figure>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/Ftp03-473x1024.jpg" alt="Shareme create" class="wp-image-25687" width="473" height="1024" srcset="https://www.osradar.com/wp-content/uploads/2020/11/Ftp03-473x1024.jpg 473w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp03-138x300.jpg 138w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp03-768x1664.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp03-709x1536.jpg 709w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp03-945x2048.jpg 945w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp03-696x1508.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp03-1068x2314.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp03.jpg 1080w" sizes="(max-width: 473px) 100vw, 473px" /><figcaption>Remember to write down the FTP address, we will use it later</figcaption></figure>



<h2>Third step</h2>



<p>In this case, we will use a PC with Windows 10. Now open the file explorer and go to <em>This PC</em>. Then right-click and select<em> Add a new network location</em>. Windows will display a configuration wizard. Press <em>next</em>, then <em>choose a custom network location</em>. Now enter the FTP server address. Press <em>next </em>and then finish. And that&#8217;s it.</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/Ftp04-1024x578.png" alt="Add a new network location" class="wp-image-25688" width="1024" height="578" srcset="https://www.osradar.com/wp-content/uploads/2020/11/Ftp04-1024x578.png 1024w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp04-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp04-768x434.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp04-696x393.png 696w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp04-1068x603.png 1068w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp04.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Add a new network location</figcaption></figure>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/Ftp05-1024x578.png" alt="Press Next" class="wp-image-25689" width="1024" height="578" srcset="https://www.osradar.com/wp-content/uploads/2020/11/Ftp05-1024x578.png 1024w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp05-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp05-768x434.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp05-696x393.png 696w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp05-1068x603.png 1068w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp05.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Press Next</figcaption></figure>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/Ftp06-1024x578.png" alt="choose a custom network location" class="wp-image-25690" width="1024" height="578" srcset="https://www.osradar.com/wp-content/uploads/2020/11/Ftp06-1024x578.png 1024w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp06-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp06-768x434.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp06-696x393.png 696w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp06-1068x603.png 1068w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp06.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>choose a custom network location</figcaption></figure>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/Ftp07-1024x578.png" alt="enter the FTP server address" class="wp-image-25691" width="1024" height="578" srcset="https://www.osradar.com/wp-content/uploads/2020/11/Ftp07-1024x578.png 1024w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp07-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp07-768x434.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp07-696x393.png 696w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp07-1068x603.png 1068w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp07.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>enter the FTP server address</figcaption></figure>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/Ftp08-1024x578.png" alt="And that's it!" class="wp-image-25693" width="1024" height="578" srcset="https://www.osradar.com/wp-content/uploads/2020/11/Ftp08-1024x578.png 1024w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp08-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp08-768x434.png 768w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp08-696x393.png 696w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp08-1068x603.png 1068w, https://www.osradar.com/wp-content/uploads/2020/11/Ftp08.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>And that&#8217;s it!</figcaption></figure>



<h2>Conclusion</h2>



<p>ShareMe is a really useful app, the fact that it comes pre-installed on many of Xiaomi&#8217;s mobile devices makes everything easier. Now you can share files between your pc and your Android device, in a very simple and practical way without using third-party apps. Remember to visit us for more tips and tricks for your Android device. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-create-an-ftp-server-in-android/">How to create an FTP server in Android</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-create-an-ftp-server-in-android/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to set up vsftpd on FreeBSD 12?</title>
		<link>https://www.osradar.com/how-to-set-up-vsftpd-on-freebsd-12/</link>
					<comments>https://www.osradar.com/how-to-set-up-vsftpd-on-freebsd-12/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 13 Feb 2020 00:11:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[freebsd 12]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[vsftpd]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=18092</guid>

					<description><![CDATA[<p>An FTP server, although for many it can be a bit old-fashioned, is quite useful. Especially in computer networks where you need to share files internally. Or even if we are in a house with several computers, it would also be useful. Best of all, it is still easy to set up one and more [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-set-up-vsftpd-on-freebsd-12/">How to set up vsftpd on FreeBSD 12?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>An FTP server, although for many it can be a bit old-fashioned, is quite useful. Especially in computer networks where you need to share files internally. Or even if we are in a house with several computers, it would also be useful. Best of all, it is still easy to set up one and more on FreeBSD 12.<strong> So in this post, you will learn how to set up <a href="https://security.appspot.com/vsftpd.html" target="_blank" rel="noopener noreferrer">vsftpd</a> on FreeBSD 12.</strong></p>
<h2>Set up vsftpd on FreeBSD 12</h2>
<p>Before starting with this installation, it is convenient to have sudo enabled for your regular user. It is not mandatory, but this will avoid working directly with the root user.</p>
<p>So, read our post about it:</p>
<p><a href="https://www.osradar.com/enable-sudo-on-freebsd-12/" target="_blank" rel="noopener noreferrer">How to enable sudo on FreeBSD 12?</a></p>
<p>We will also have to install the nano text editor to make file editing easier:</p>
<pre>:~$ sudo pkg install nano</pre>
<p>With this, we&#8217;ll be able to work quietly.</p>
<h3>1.- Install vsftpd on FreeBSD 12</h3>
<p>First, you need to install vvsftpd on FreeBSD 12.</p>
<p>So, open the terminal and navigate to the folder where the port is.</p>
<pre>:~$ cd /usr/ports/ftp/vsftp</pre>
<p>Then, install it with the following command:</p>
<pre>:~$ sudo make install clean</pre>
<figure id="attachment_18106" aria-describedby="caption-attachment-18106" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18106" src="https://www.osradar.com/wp-content/uploads/2020/02/1-5.png" alt="1.- Installing vsftpd on FreeBSD 12" width="1365" height="654" srcset="https://www.osradar.com/wp-content/uploads/2020/02/1-5.png 1365w, https://www.osradar.com/wp-content/uploads/2020/02/1-5-300x144.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/1-5-1024x491.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/1-5-768x368.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/1-5-696x333.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/1-5-1068x512.png 1068w, https://www.osradar.com/wp-content/uploads/2020/02/1-5-877x420.png 877w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-18106" class="wp-caption-text">1.- Installing vsftpd on FreeBSD 12</figcaption></figure>
<p>During the installation process, you will see a screen as in the image above. You can leave everything as it is.</p>
<p>At the end of the installation, you will see an image similar to this:</p>
<figure id="attachment_18107" aria-describedby="caption-attachment-18107" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18107" src="https://www.osradar.com/wp-content/uploads/2020/02/2-5.png" alt="2.- vsftpd installed" width="1365" height="711" srcset="https://www.osradar.com/wp-content/uploads/2020/02/2-5.png 1365w, https://www.osradar.com/wp-content/uploads/2020/02/2-5-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/2-5-1024x533.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/2-5-768x400.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/2-5-696x363.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/2-5-1068x556.png 1068w, https://www.osradar.com/wp-content/uploads/2020/02/2-5-806x420.png 806w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-18107" class="wp-caption-text">2.- vsftpd installed</figcaption></figure>
<p>Now install another port to increase the security of vsftpd.</p>
<pre>:~$ cd /usr/ports/security/pam_pwdfile<br />:~$ sudo make install clean<br />===&gt;  Staging for pam_pwdfile-1.0<br />===&gt;   Generating temporary packing list<br />install  -s -o root -g wheel -m 444   -S  pam_pwdfile.so /usr/ports/security/pam_pwdfile/work/stage/usr/local/lib/<br />====&gt; Compressing man pages (compress-man)<br />===&gt;  Installing for pam_pwdfile-1.0<br />===&gt;  Checking if pam_pwdfile is already installed<br />===&gt;   Registering installation for pam_pwdfile-1.0<br />Installing pam_pwdfile-1.0...<br />===&gt;  Cleaning for pam_pwdfile-1.0<br /><br /></pre>
<p>As in the vsftpd installation, you will see an image where you can add a feature or not. Just keep it as it is.</p>
<figure id="attachment_18108" aria-describedby="caption-attachment-18108" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18108" src="https://www.osradar.com/wp-content/uploads/2020/02/3-5.png" alt="3.- Installing pam port" width="1365" height="670" srcset="https://www.osradar.com/wp-content/uploads/2020/02/3-5.png 1365w, https://www.osradar.com/wp-content/uploads/2020/02/3-5-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/3-5-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/3-5-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/3-5-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/02/3-5-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/02/3-5-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/3-5-1068x524.png 1068w, https://www.osradar.com/wp-content/uploads/2020/02/3-5-856x420.png 856w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-18108" class="wp-caption-text">3.- Installing pam port</figcaption></figure>
<p>To authenticate vsftpd users correctly, we have to add some lines to a pam.d configuration file</p>
<pre>:~$ sudo nano /etc/pam.d/vsftpd<br />auth required /usr/local/lib/pam_pwdfile.so pwdfile /usr/local/etc/vsftpd_login.db<br />account required /usr/lib/pam_permit.so</pre>
<figure id="attachment_18109" aria-describedby="caption-attachment-18109" style="width: 986px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18109" src="https://www.osradar.com/wp-content/uploads/2020/02/4-4.png" alt="4.- Configuring pam to work with vsftpd" width="986" height="323" srcset="https://www.osradar.com/wp-content/uploads/2020/02/4-4.png 986w, https://www.osradar.com/wp-content/uploads/2020/02/4-4-300x98.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/4-4-768x252.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/4-4-696x228.png 696w" sizes="(max-width: 986px) 100vw, 986px" /><figcaption id="caption-attachment-18109" class="wp-caption-text">4.- Configuring pam to work with vsftpd</figcaption></figure>
<p>Save the changes and close the file.</p>
<h3>2.- Configuring vsftpd to work properly</h3>
<p>Once vsftpd is installed, you have to make settings so you can start and work properly.</p>
<p>First of all, you have to create a new user on the system so you can use the server.</p>
<pre>:~$ sudo adduser -v</pre>
<p>And then, complete the information with the values you want.</p>
<pre>Username: angeloftp<br />Full name: angelo<br />Uid (Leave empty for default): <br />Login group [angeloftp]: <br />Login group is angeloftp. Invite angeloftp into other groups? []: <br />Login class [default]: <br />Shell (sh csh tcsh nologin) [sh]: nologin<br />Home directory [/home/angeloftp]: <br />Home directory permissions (Leave empty for default): <br />Use password-based authentication? [yes]: <br />Use an empty password? (yes/no) [no]: <br />Use a random password? (yes/no) [no]: <br />Enter password: <br />Enter password again: <br />Lock out the account after creation? [no]: <br />Username   : angeloftp<br />Password   : *****<br />Full Name  : angelo<br />Uid        : 1003<br />Class      : <br />Groups     : angeloftp <br />Home       : /home/angeloftp<br />Home Mode  : <br />Shell      : /usr/sbin/nologin<br />Locked     : no<br />OK? (yes/no): yes<br />adduser: INFO: Successfully added (angeloftp) to the user database.<br />Add another user? (yes/no): no<br />Goodbye!</pre>
<figure id="attachment_18110" aria-describedby="caption-attachment-18110" style="width: 817px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-18110 size-full" src="https://www.osradar.com/wp-content/uploads/2020/02/5-5.png" alt="5.- Creating a new user for vsftpd on freebsd 12" width="817" height="547" srcset="https://www.osradar.com/wp-content/uploads/2020/02/5-5.png 817w, https://www.osradar.com/wp-content/uploads/2020/02/5-5-300x201.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/5-5-768x514.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/5-5-696x466.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/5-5-627x420.png 627w" sizes="(max-width: 817px) 100vw, 817px" /><figcaption id="caption-attachment-18110" class="wp-caption-text">5.- Creating a new user for vsftpd on freebsd 12</figcaption></figure>
<p>So, you can modify the user and password parameters. The rest you can keep the same.</p>
<p>Now, let&#8217;s modify the vsftpd configuration file. In this file are all the settings we can have. Before modifying it, let&#8217;s make a backup of it:</p>
<pre>:~$ sudo mv /usr/local/etc/vsftpd.conf /usr/local/etc/vsftpd.conf.bak</pre>
<p>And now, yes, you proceed to modify it:</p>
<pre>:~$ sudo nano /usr/local/etc/vsftpd.conf</pre>
<p>In my case, the configuration that works for me without problems is the following:</p>
<pre>anonymous_enable=NO<br />anon_upload_enable=NO<br />anon_mkdir_write_enable=NO<br />local_enable=YES<br />write_enable=YES<br />listen_port=21<br />dirmessage_enable=YES<br />xferlog_enable=YES<br />connect_from_port_20=YES<br />xferlog_file=/var/log/vsftpd.log<br />xferlog_std_format=YES<br />secure_chroot_dir=/usr/local/share/vsftpd/empty<br />max_clients=200<br />max_per_ip=100<br />chroot_local_user=YES<br />text_userdb_names=YES<br />force_dot_files=NO<br />anon_root=/home/ftp<br />async_abor_enable=YES<br />use_localtime=YES<br />listen=YES<br />background=YES<br />allow_writeable_chroot=YES</pre>
<figure id="attachment_18111" aria-describedby="caption-attachment-18111" style="width: 931px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18111" src="https://www.osradar.com/wp-content/uploads/2020/02/6-2.png" alt="6.- Configuring vsftp on FreeBSD 12" width="931" height="451" srcset="https://www.osradar.com/wp-content/uploads/2020/02/6-2.png 931w, https://www.osradar.com/wp-content/uploads/2020/02/6-2-300x145.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/6-2-768x372.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/6-2-696x337.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/6-2-867x420.png 867w" sizes="(max-width: 931px) 100vw, 931px" /><figcaption id="caption-attachment-18111" class="wp-caption-text">6.- Configuring vsftp on FreeBSD 12</figcaption></figure>
<p>Of course, this is an example. You can always explore other options and for that we refer you to the <a href="https://security.appspot.com/vsftpd/vsftpd_conf.html" target="_blank" rel="noopener noreferrer">vsftp official documentation</a>.</p>
<p>Again, save the changes and close the file.</p>
<p>Now you have to add users to vsftpd, but first you have to create the file where the users and their passwords will be. To do this, we&#8217;ll use a tool called <strong>htpasswd</strong>. And use this command:</p>
<pre>:~$ sudo htpasswd -c -b /usr/local/etc/vsftpd_login.db [username] [password]</pre>
<p>Changes the permissions of the created file:</p>
<pre>:~$ sudo chmod 0600 /usr/local/etc/vsftpd_login.db</pre>
<p>In username and password replace it with the user we created earlier.</p>
<p>In case htpasswd is not available, you can get it by installing the apache web server.</p>
<pre>:~$ sudo pkg install apache24<br />Updating FreeBSD repository catalogue...<br />FreeBSD repository is up to date.<br />All repositories are up to date.<br />The following 8 package(s) will be affected (of 0 checked):<br /><br />New packages to be INSTALLED:<br />	apache24: 2.4.41<br />	libnghttp2: 1.40.0<br />	libxml2: 2.9.10<br />	expat: 2.2.8<br />	pcre: 8.43_2<br />	apr: 1.7.0.1.6.1<br />	gdbm: 1.18.1_1<br />	db5: 5.3.28_7<br /><br />Number of packages to be installed: 8<br /><br />The process will require 92 MiB more space.<br />20 MiB to be downloaded.<br /><br />Proceed with this action? [y/N]:</pre>
<p>If you want to add new users, you can do it with the following command:</p>
<pre>:~$ sudo htpasswd -b /usr/local/etc/vsftpd_login.db USERNAME PASSWORD</pre>
<p>Configure vsftpd to start with the system by editing the following file</p>
<pre>:~$ sudo nano /etc/rc.conf</pre>
<p>And in it he adds the following:</p>
<pre>vsftpd_enable="YES"</pre>
<p>Finally, the vsftpd service starts.</p>
<pre>:~$ sudo /usr/local/etc/rc.d/vsftpd start</pre>
<p>Now the creature is alive.</p>
<h3>Access to the FTP server</h3>
<p>Now that the service is working, we have to test it. Open your favorite web browser and go to <em>ftp://server-ip.</em></p>
<p>First you will need to enter your username and password and then you will see the following:</p>
<figure id="attachment_18113" aria-describedby="caption-attachment-18113" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18113" src="https://www.osradar.com/wp-content/uploads/2020/02/8-1.png" alt="8.- FTP server running" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/02/8-1.png 1366w, https://www.osradar.com/wp-content/uploads/2020/02/8-1-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/8-1-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/8-1-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/8-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/02/8-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/02/8-1-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/8-1-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/02/8-1-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-18113" class="wp-caption-text">8.- FTP server running</figcaption></figure>
<p>You can also use a graphic client on your computer like <a href="https://filezilla-project.org/" target="_blank" rel="noopener noreferrer">Filezilla</a>.</p>
<p>Add a new connection and type in your credentials:</p>
<figure id="attachment_18114" aria-describedby="caption-attachment-18114" style="width: 1196px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18114" src="https://www.osradar.com/wp-content/uploads/2020/02/9-1.png" alt="9.- Filezilla" width="1196" height="713" srcset="https://www.osradar.com/wp-content/uploads/2020/02/9-1.png 1196w, https://www.osradar.com/wp-content/uploads/2020/02/9-1-300x179.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/9-1-1024x610.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/9-1-768x458.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/9-1-696x415.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/9-1-1068x637.png 1068w, https://www.osradar.com/wp-content/uploads/2020/02/9-1-705x420.png 705w" sizes="(max-width: 1196px) 100vw, 1196px" /><figcaption id="caption-attachment-18114" class="wp-caption-text">9.- Filezilla</figcaption></figure>
<p>After accepting the connection and entering the password, it will connect. And as you can see, everything has been successful:</p>
<figure id="attachment_18115" aria-describedby="caption-attachment-18115" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-18115" src="https://www.osradar.com/wp-content/uploads/2020/02/10-1.png" alt="10.- vsftpd working properly" width="1366" height="767" srcset="https://www.osradar.com/wp-content/uploads/2020/02/10-1.png 1366w, https://www.osradar.com/wp-content/uploads/2020/02/10-1-300x168.png 300w, https://www.osradar.com/wp-content/uploads/2020/02/10-1-1024x575.png 1024w, https://www.osradar.com/wp-content/uploads/2020/02/10-1-768x431.png 768w, https://www.osradar.com/wp-content/uploads/2020/02/10-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2020/02/10-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2020/02/10-1-748x420.png 748w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-18115" class="wp-caption-text">10.- vsftpd working properly</figcaption></figure>
<p>So, everything&#8217;s in order.</p>
<h2>Conclusion</h2>
<p>An FTP server on FreeBSD can be a secure alternative for sharing files on a network. It is as easy to set up as you have seen it today.</p>
<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram channel</a>.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-set-up-vsftpd-on-freebsd-12/">How to set up vsftpd on FreeBSD 12?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-set-up-vsftpd-on-freebsd-12/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to install FTP Servers in Windows Server 2019</title>
		<link>https://www.osradar.com/how-to-install-ftp-servers-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-install-ftp-servers-in-windows-10/#comments</comments>
		
		<dc:creator><![CDATA[Roger Polanco]]></dc:creator>
		<pubDate>Fri, 26 Jul 2019 02:25:31 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Windows server 2019]]></category>
		<guid isPermaLink="false">http://googez.com/?p=351</guid>

					<description><![CDATA[<p>Hi, it is very good to be with you again!. In this opportunity, we will talk about FTP servers and how to installed it in Windows Server 2019. File Transfer Protocol is a service used for sending and obtaining files between two remote computers (client and servers) running on a computer network. In spite of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-ftp-servers-in-windows-10/">How to install FTP Servers in Windows Server 2019</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hi, it is very good to be with you again!. In this opportunity, we will talk about FTP servers and how to installed it in Windows Server 2019. <em>File Transfer Protocol</em> is a service used for sending and obtaining files between two remote computers (client and servers) running on a computer network. In spite of being one of the oldest protocols to exchange data, still is very used around the world, and this is because of some advantage that we will describe below. It is really easy to use, allows to transfer a lot of data, offers a good speed of connection and an effective data transfer. </p>



<p> Although this may be true, it presents a serious security issue, inasmuch as, all the information is sending in a&nbsp;clear-text&nbsp;sign-in protocol, including username and password of the account. In that sense, if a malicious user intercepts connection, then he can steal valuable data. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with <a rel="noreferrer noopener" aria-label="SSL/TLS (opens in a new tab)" href="https://computer.howstuffworks.com/encryption4.htm" target="_blank">SSL/TLS</a> (FTPS) or replaced with <a rel="noreferrer noopener" aria-label="SSH File Transfer Protocol (opens in a new tab)" href="https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol" target="_blank">SSH File Transfer Protocol</a> (SFTP).</p>



<h2>Installing FTP Server in Windows Server 2019. Adding Web Server (IIS)</h2>



<p>In order to install FTP server, we need to assign a <a rel="noreferrer noopener" aria-label="static IP (opens in a new tab)" href="https://pureinfotech.com/set-static-ip-address-windows-10/" target="_blank">static IP</a> to our connection.  Then go the dashboard and select <em>Add roles and features </em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp-1-1024x732.jpg" alt="Add roles and features" class="wp-image-355"/><figcaption>Add roles and features</figcaption></figure>



<p>On the nex window, we select next. The wizard is a very intuitive tool for configuring services of the server.  </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp2-1-1024x732.jpg" alt="Starting the wizard" class="wp-image-358"/><figcaption>Starting the wizard</figcaption></figure>



<p>Select <em>Role-based or feature-based installation</em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp3-1-1024x730.jpg" alt="Select the first option. Role-based or featured installation" class="wp-image-359"/><figcaption>Select the first option. Role-based or featured installation</figcaption></figure>



<p>Select the server where we will install the services.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp4-1024x730.jpg" alt="Select the server" class="wp-image-360"/><figcaption>Select the server</figcaption></figure>



<p>Next, on the list of roles to install, we need to check <em>Web Server (IIS)</em>, a new window will be open with a description of the features required to manage it. Just select <em>Add features</em> and later press <em>next. </em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp5-1024x728.jpg" alt="Adding Web Server (IIS) and management tools" class="wp-image-361"/><figcaption>Adding Web Server (IIS) and management tools</figcaption></figure>



<p>In addition, press <em>Next</em> twice until we getting to <em>role services</em> windows. Once there, check <em>FTP Server</em> and select <em>next</em> to continue the installation. Then, select <em>install</em> to start the procedure and we have to wait until the installation is completed.</p>



<h2>Adding group and users to FTP Server</h2>



<p>Now, we must add users and groups on Active Directory Domain, with this intention, that feature would be installed in Windows Server, if you do not how to do it, please check our site&#8217;s <a rel="noreferrer noopener" aria-label="article  (opens in a new tab)" href="http://www.googez.com/step-by-step-setup-active-directory-domain-service-on-windows-server-2019/" target="_blank">article</a>.  For the purpose of it, in the dashboard, select <em>Active Directory Users and Computers</em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp7-1024x730.jpg" alt="Enter in Active Directory Users and Computers" class="wp-image-362"/><figcaption>Enter in Active Directory Users and Computers</figcaption></figure>



<p>In the next windows, we will create two users (for example) and a group to add them. For it, select <em>user</em> folder, right-clicking on it, <em>New, User.</em> And just type the user&#8217;s credentials as you wish, like the name and password. In my particular case, I added two users: <em>rogerpol </em>and <em>josuepol</em>.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp8-1024x730.jpg" alt="Adding users" class="wp-image-363"/><figcaption>Adding users</figcaption></figure>



<p>Now, we need to create a group where users will belong. Once again, click on <em>user, new</em> and <em>group. </em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp9-1024x732.jpg" alt="Add group" class="wp-image-365"/><figcaption>Add group</figcaption></figure>



<p>Assign the group&#8217;s name, in my case I use <em>telematic.ftp</em>. </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp10.jpg" alt="" class="wp-image-366"/><figcaption>Add the group&#8217;s name. Use global options and security types.</figcaption></figure>



<p>Select both of the users to add to the group recently created, by right-clicking on names. </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp12-1024x728.jpg" alt="Adding users to FTP group" class="wp-image-367"/><figcaption>Adding users to FTP group</figcaption></figure>



<p>The next point is to create the repository where we have to store the FTP information, for this we create a folder in the C drive,  called Totem FTP (for example) and this must be edited as follows. Right-click on Properties and there, we select the <em>Security</em> tab, click on <em>Advanced.</em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp14.jpg" alt="Assigning security´s attributes to FTP folder" class="wp-image-368"/><figcaption>Assigning security´s attributes to FTP folder</figcaption></figure>



<p>We need to click on <em>disable inheritance</em>, in the popup window select <em>convert inherited permissions into explicit permissions on this object</em>.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp15.jpg" alt="Disabling inheritance" class="wp-image-369"/><figcaption>Disabling inheritance</figcaption></figure>



<p>Now again in the <em>Security</em> tab click on <em>Edit</em> and there we will remove the <em>Users</em> group</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp16.jpg" alt="Removing Users group" class="wp-image-371"/><figcaption>Removing Users group</figcaption></figure>



<p>We will add the group we have created for FTP, in my case <em>telematic.ftp</em> and provide the necessary permissions by activating the corresponding boxes. Click <em>Apply</em> and then <em>Accept</em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp17.jpg" alt="Adding FTP group" class="wp-image-374"/><figcaption> Adding FTP group</figcaption></figure>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp18.jpg" alt="Assigning permissions for FTP group" class="wp-image-375"/><figcaption>Assigning permissions for FTP group</figcaption></figure>



<h2>Creating FTP site</h2>



<p>Now is time to create our FTP site.  For the purpose of that, we have to open dashboard, <em>tools</em> and select<em> Internet Information Services (IIS) Manager</em>.  </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp19-1024x730.jpg" alt="Select Internet Information Services (IIS) Manager" class="wp-image-377"/><figcaption>Select Internet Information Services (IIS) Manager</figcaption></figure>



<p>On the window, select <em>Sites </em>in order to add <em>FTP Site</em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp20-1024x732.jpg" alt="Adding FTP Site" class="wp-image-378"/><figcaption>Adding FTP Site</figcaption></figure>



<p>Assign FTP site name and specific physical path to the folder previously created and press <em>Next.</em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp21-1.jpg" alt="Assign FTP name and Path to it" class="wp-image-381"/><figcaption>Assign FTP name and Path to it</figcaption></figure>



<p>Select Ip Address to site and select <em>No SSL. </em>And press next.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp22.jpg" alt="Setting IP Address and security`s features" class="wp-image-382"/><figcaption>Setting IP Address and security`s features</figcaption></figure>



<p>Set <em>Basic</em> authentication, to management entry by user and password, and allow authorization to the group previously created (in my case: <em>telematic.ftp</em>) just press next and our FTP site will be created.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp23-1024x730.jpg" alt="FTP Site finally created" class="wp-image-383"/><figcaption>FTP Site finally created</figcaption></figure>



<h2>Testing FTP server</h2>



<p>In order to test our FTP site, we must run a CMD terminal and type <em>ftp ip address (in my case is 192.168.1.59) </em>and insert user and password. </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/ftp13.jpg" alt="Login succeed!" class="wp-image-384"/><figcaption>Login succeed!</figcaption></figure>



<p>This is it, It has been a long, but very productive way. Now we can seize the advantages of this feature.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-ftp-servers-in-windows-10/">How to install FTP Servers in Windows Server 2019</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-ftp-servers-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>How to set up an FTP server on Debian 10 Buster?</title>
		<link>https://www.osradar.com/how-to-set-up-an-ftp-server-on-debian-10-buster/</link>
					<comments>https://www.osradar.com/how-to-set-up-an-ftp-server-on-debian-10-buster/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 16 Jul 2019 23:12:13 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12690</guid>

					<description><![CDATA[<p>An FTP server, although for many it can be a bit old-fashioned, is quite useful. Especially in computer networks where you need to share files internally. Or even if we are in a house with several computers, it would also be useful. Best of all, it is still easy to set up one and more [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-set-up-an-ftp-server-on-debian-10-buster/">How to set up an FTP server on Debian 10 Buster?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>An FTP server, although for many it can be a bit old-fashioned, is quite useful. Especially in computer networks where you need to share files internally. Or even if we are in a house with several computers, it would also be useful. Best of all, it is still easy to set up one and more on Debian 10. So in this post, you will learn how to set up an FTP server on Debian 10. For that, we will use VSFTPD as the FTP daemon.</p>
<h2>Configuring an FTP Server on Debian 10</h2>
<p>First of all, you need root access. Either the user is active and has the password, or your user is enabled to use Sudo.</p>
<p>In any case, we also require you to establish a connection to the Debian server using <a href="https://www.osradar.com/termius-is-a-powefull-ssh-client/">SSH</a> or locally with a terminal session.</p>
<h3>1.- Upgrade the system</h3>
<p>Before any installation, the main thing is to update the system. This way it will be safer to continue:</p>
<pre>:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>
<p>This way your Debian 10 system will have the necessary security patches installed.</p>
<h3>2.- Install VSFTPD on Debian 10</h3>
<p>Now we will install the FTP daemon that we have chosen. In this case, it is VSFTPD. The advantage of using it is that it is easy to configure and is in the <a href="https://www.osradar.com/tag/debian/">Debian</a> 10 repositories.</p>
<pre>:~$ sudo apt install vsftpd</pre>
<p>Next, check the service status:</p>
<pre>:~$ sudo systemctl status vsftpd</pre>
<p><figure id="attachment_12718" aria-describedby="caption-attachment-12718" style="width: 678px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12718" src="https://www.osradar.com/wp-content/uploads/2019/07/1-13.png" alt="1.- FTP service is running" width="678" height="265" srcset="https://www.osradar.com/wp-content/uploads/2019/07/1-13.png 678w, https://www.osradar.com/wp-content/uploads/2019/07/1-13-300x117.png 300w" sizes="(max-width: 678px) 100vw, 678px" /><figcaption id="caption-attachment-12718" class="wp-caption-text">1.- FTP service is running</figcaption></figure></p>
<p>So, the service is running.</p>
<h3>3.- Configure the FTP server</h3>
<p>The VSFTPD configuration can be found at <code>/etc/vsftpd.conf</code>. Before modifying the contents of the configuration file, it is recommended to make a backup. If something goes wrong we will be able to restore and nothing bad will have happened.</p>
<pre>:~$ sudo cp /etc/vsftpd.conf /etc/vsftpd.conf.bak</pre>
<p>Now, we can start with the work.</p>
<pre>:~$ sudo nano /etc/vsftpd.conf</pre>
<p>The file is somewhat extensive but it is because it is very well documented. The truth is simple to manipulate. First, make the service &#8220;listen&#8221; and if you don&#8217;t use IPV6, disable it.</p>
<pre>listen=YES
#listen_ipv6=NO</pre>
<p>By default, VSFTPD does not let you change the assigned folder. That is, it will only allow the download but not the upload. If you want to change this, leave the following directive like this:</p>
<pre>write_enable=YES</pre>
<p>The default port is 20 but you can change it:</p>
<pre>#connect_from_port_20=YES
listen_port=21</pre>
<p>Here comes a slightly delicate matter. It is normal that when we use an FTP server we have to create users who use it. The problem is that some users can upload and delete files from other users. This should be avoided. It is necessary to define what each user has his folder and that he cannot modify or see the others.</p>
<pre>chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list</pre>
<p>Now you have to create the file with the list of users. Note that in this step, I have added a user called <strong>test1</strong>. That is the name of the user I will create later.</p>
<pre>:~$ sudo nano /etc/vsftpd.chroot_list
angelo
test1
</pre>
<p>The <code>pasv_min_port</code> and <code>pasv_max_port</code> directives define the range of ports that will passively work FTP. These ports <strong>must be accessible if you use a Firewall</strong>.</p>
<p>At the end your configuration file will look like this:</p>
<pre>:~$ sudo cat /etc/vsftpd.conf | grep -v "^#"</pre>
<p><figure id="attachment_12719" aria-describedby="caption-attachment-12719" style="width: 607px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12719" src="https://www.osradar.com/wp-content/uploads/2019/07/2-11.png" alt="2.- VSFTPD file config" width="607" height="308" srcset="https://www.osradar.com/wp-content/uploads/2019/07/2-11.png 607w, https://www.osradar.com/wp-content/uploads/2019/07/2-11-300x152.png 300w" sizes="(max-width: 607px) 100vw, 607px" /><figcaption id="caption-attachment-12719" class="wp-caption-text">2.- VSFTPD file config</figcaption></figure></p>
<p>Next, create the new user:</p>
<pre>:~$ sudo adduser test1</pre>
<p><figure id="attachment_12720" aria-describedby="caption-attachment-12720" style="width: 543px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12720" src="https://www.osradar.com/wp-content/uploads/2019/07/3-8.png" alt="3.- Creating a new user" width="543" height="296" srcset="https://www.osradar.com/wp-content/uploads/2019/07/3-8.png 543w, https://www.osradar.com/wp-content/uploads/2019/07/3-8-300x164.png 300w" sizes="(max-width: 543px) 100vw, 543px" /><figcaption id="caption-attachment-12720" class="wp-caption-text">3.- Creating a new user</figcaption></figure></p>
<p>Next, reload the VSFTPD service.</p>
<pre>:~$ sudo systemctl restart vsftpd</pre>
<p>And check the status:</p>
<pre>:~$ sudo systemctl status vsftpd</pre>
<p><figure id="attachment_12721" aria-describedby="caption-attachment-12721" style="width: 685px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12721" src="https://www.osradar.com/wp-content/uploads/2019/07/4-6.png" alt="4.- VSFTPD is running properly after the changes" width="685" height="263" srcset="https://www.osradar.com/wp-content/uploads/2019/07/4-6.png 685w, https://www.osradar.com/wp-content/uploads/2019/07/4-6-300x115.png 300w" sizes="(max-width: 685px) 100vw, 685px" /><figcaption id="caption-attachment-12721" class="wp-caption-text">4.- VSFTPD is running properly after the changes</figcaption></figure></p>
<h3>4.- Test the FTP server on Debian 10</h3>
<p>Open a web browser and go to <code>ftp://your-server/</code> and you will see this.</p>
<p><figure id="attachment_12722" aria-describedby="caption-attachment-12722" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12722" src="https://www.osradar.com/wp-content/uploads/2019/07/5-4.png" alt="5.- FTP interface on the web browser" width="1366" height="302" srcset="https://www.osradar.com/wp-content/uploads/2019/07/5-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/07/5-4-300x66.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/5-4-768x170.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/5-4-1024x226.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/5-4-696x154.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/5-4-1068x236.png 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12722" class="wp-caption-text">5.- FTP interface on the web browser</figcaption></figure></p>
<p>It is anonymous access if you do not want it, open your configuration file and define this:</p>
<pre>anonymous_enable=NO</pre>
<p>Save the file and restart the service.</p>
<p>So, you can also install <a href="https://filezilla-project.org/">Filezilla</a> which is an FTP client.</p>
<pre>:~$ sudo apt install filezilla</pre>
<p>Once the program is open, go to the <em>File</em> menu. Next, click on the <em>Site Manager</em> option. Then define your configuration:</p>
<p><figure id="attachment_12723" aria-describedby="caption-attachment-12723" style="width: 680px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12723" src="https://www.osradar.com/wp-content/uploads/2019/07/6-3.png" alt="6.- Configuring Filezilla" width="680" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/07/6-3.png 680w, https://www.osradar.com/wp-content/uploads/2019/07/6-3-300x295.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/6-3-427x420.png 427w" sizes="(max-width: 680px) 100vw, 680px" /><figcaption id="caption-attachment-12723" class="wp-caption-text">6.- Configuring Filezilla</figcaption></figure></p>
<p>So, you can enjoy your FTP server on Debian 10.</p>
<p><figure id="attachment_12724" aria-describedby="caption-attachment-12724" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12724" src="https://www.osradar.com/wp-content/uploads/2019/07/7-2.png" alt="7.- The FTP server is running" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/07/7-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/07/7-2-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/7-2-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/7-2-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/7-2-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/7-2-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/07/7-2-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12724" class="wp-caption-text">7.- The FTP server is running</figcaption></figure></p>
<h2>Conclusion</h2>
<p>In this post, you have learned how to set up an FTP server on Debian 10. The process is simple to follow and can be useful in-the home or even business servers.</p>
<p>Please share this post with your friends through social networks. We also invite you to join us in <a href="https://t.me/osradar">our telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-set-up-an-ftp-server-on-debian-10-buster/">How to set up an FTP server on Debian 10 Buster?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-set-up-an-ftp-server-on-debian-10-buster/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
		<item>
		<title>How to install PROFTPD on RHEL 8</title>
		<link>https://www.osradar.com/how-to-install-proftpd-on-rhel-8/</link>
					<comments>https://www.osradar.com/how-to-install-proftpd-on-rhel-8/#respond</comments>
		
		<dc:creator><![CDATA[Muhammad Nabeel]]></dc:creator>
		<pubDate>Mon, 27 May 2019 13:36:33 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[Proftpd in Centos]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12051</guid>

					<description><![CDATA[<p>ProFTPD (Pro FTP daemon) is an FTP server. ProFTPD is Free and open-source software, compatible with Unix-like systems. Along with vsftpd and Pure-FTPd, ProFTPD is among the most popular FTP servers in Unix-like environments today. Compared to those, which focus e.g. on simplicity, speed or security, ProFTPD’s primary design goal is to be a highly [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-proftpd-on-rhel-8/">How to install PROFTPD on RHEL 8</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>ProFTPD</strong> (Pro FTP daemon) is an FTP server. ProFTPD is Free and open-source software, compatible with Unix-like systems. Along with vsftpd and Pure-FTPd, ProFTPD is among the most popular FTP servers in Unix-like environments today. Compared to those, which focus e.g. on simplicity, speed or security, ProFTPD’s primary design goal is to be a highly feature rich FTP server, exposing a large amount of configuration options to the user. By following below instruction you will learn that how to intsall PROFTPD on <strong>RHEL 8</strong> server.</p>
<h3><strong>STEP 1:</strong><br />
Install epel release on <strong>RHEL 8</strong></h3>
<p>We must install EPEL Repository so we can install PROFTPD with all dependencies.</p>
<p>Use below commands, download epel rpm and install it using dnf command.</p>
<pre># cd /tmp

# wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
ls *.rpm

# dnf install epel-release-latest-7.noarch.rpm -y</pre>
<p><img loading="lazy" class="alignnone wp-image-12052" src="https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-300x180.png" alt="" width="672" height="403" srcset="https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd.png 1280w" sizes="(max-width: 672px) 100vw, 672px" /></p>
<p><img loading="lazy" class="alignnone wp-image-12053" src="https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--300x180.png" alt="" width="662" height="397" srcset="https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8-.png 1280w" sizes="(max-width: 662px) 100vw, 662px" /></p>
<h3><strong>STEP 2:</strong><br />
Download Necessary Packages for PROFTPD</h3>
<p><strong>Use below commands to download and install GeoIP daemon</strong></p>
<pre># wget http://mirror.centos.org/centos/7/os/x86_64/Packages/GeoIP-1.5.0-13.el7.x86_64.rpm


# dnf install GeoIP-1.5.0-13.el7.x86_64.rpm -y</pre>
<p><img loading="lazy" class="alignnone wp-image-12054" src="https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-300x180.png" alt="" width="672" height="403" srcset="https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8.png 1280w" sizes="(max-width: 672px) 100vw, 672px" /></p>
<p><strong>Use below commands to download and install tcp_wrappers-libs</strong></p>
<pre># wget http://mirror.centos.org/centos/7/os/x86_64/Packages/tcp_wrappers-libs-7.6-77.el7.x86_64.rpm

# dnf install tcp_wrappers-libs-7.6-77.el7.x86_64.rpm -y</pre>
<p><img loading="lazy" class="alignnone wp-image-12055" src="https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-300x180.png" alt="" width="673" height="404" srcset="https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8.png 1280w" sizes="(max-width: 673px) 100vw, 673px" /></p>
<h3><strong>STEP 3:</strong><br />
Now PROFTPD is ready to install just use below command and install it.</h3>
<pre># dnf install proftpd -y</pre>
<p><img loading="lazy" class="alignnone wp-image-12056" src="https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-300x180.png" alt="" width="677" height="406" srcset="https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8.png 1280w" sizes="(max-width: 677px) 100vw, 677px" /></p>
<h3><strong>STEP 4:</strong><br />
Enable FTP ports in Firewall</h3>
<pre># firewall-cmd --add-service=ftp --permanent --zone=public
# firewall-cmd --reload</pre>
<p><img loading="lazy" class="alignnone wp-image-12057" src="https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-300x180.png" alt="" width="667" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8.png 1280w" sizes="(max-width: 667px) 100vw, 667px" /></p>
<h3><strong>STEP 5:<br />
</strong>Create FTP user</h3>
<p>Command to create user (where osradar can be replaced with any name you want)</p>
<pre># useradd  osradar</pre>
<p>&nbsp;</p>
<p>Command to set password for user osradar</p>
<pre># passwd osradar</pre>
<p><img loading="lazy" class="alignnone wp-image-12058" src="https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-300x180.png" alt="" width="672" height="403" srcset="https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8.png 1280w" sizes="(max-width: 672px) 100vw, 672px" /></p>
<h3><strong>STEP 6:<br />
</strong>Start PROFTPD service and Enable to automatically start on boot<strong><br />
</strong></h3>
<pre># systemctl start proftpd

# systemctl enable proftpd</pre>
<p><img loading="lazy" class="alignnone wp-image-12059" src="https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8-300x69.png" alt="" width="670" height="154" srcset="https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8-300x69.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8-768x176.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8-1024x235.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8-696x160.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8-1068x245.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8.png 1280w" sizes="(max-width: 670px) 100vw, 670px" /></p>
<h3><strong>STEP 7:</strong><br />
Connect FTP user from FileZilla Client software.</h3>
<p>Use your server host-name OR IP<br />
Your FTP username<br />
Your FTP Password</p>
<p><img loading="lazy" class="alignnone wp-image-12060" src="https://www.osradar.com/wp-content/uploads/2019/05/ftp-1-300x239.jpg" alt="" width="642" height="512" srcset="https://www.osradar.com/wp-content/uploads/2019/05/ftp-1-300x239.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/05/ftp-1-768x611.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/05/ftp-1-528x420.jpg 528w" sizes="(max-width: 642px) 100vw, 642px" /></p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-proftpd-on-rhel-8/">How to install PROFTPD on RHEL 8</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-proftpd-on-rhel-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
