<?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 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/ftp/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 use Google Drive as an FTP server.</title>
		<link>https://www.osradar.com/how-to-use-google-drive-as-an-ftp-server/</link>
					<comments>https://www.osradar.com/how-to-use-google-drive-as-an-ftp-server/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sun, 02 Jan 2022 22:55:00 +0000</pubDate>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[google drive]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=34092</guid>

					<description><![CDATA[<p>Hi! There are certainly many platforms for hosting content in the cloud. However, Google Drive is one of the most popular. Indeed, there we can store files of all kinds. It is even possible to create backups, have documents available to open and edit from anywhere, or share them between devices. In this post, we [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-google-drive-as-an-ftp-server/">How to use Google Drive as an FTP server.</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! There are certainly many platforms for hosting content in the cloud. However, Google Drive is one of the most popular. Indeed, there we can store files of all kinds. It is even possible to create backups, have documents available to open and edit from anywhere, or share them between devices. In this post, we will see a program that extends the possibilities of Google Drive. Specifically, it is google-drive-ftp-adapter. This add-on allows you to use Google Drive as an FTP server.</p>



<h2>What is an FTP server</h2>



<p>The first thing we will do is to define what an FTP server is. It is a service used to transfer files. That is, to upload and download data between two remotely connected computers. Usually, it is between a client&#8217;s local computer and a provider&#8217;s server. For this to be possible, it is necessary to have an FTP client and an FTP server. It is actually the software that allows the transfer of files between two computers. Note that the connection is bidirectional. That is, we can receive and send data at the same time. In addition, we can upload all kinds of files. For example, you can upload images, video files, text documents, etc.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="1001" src="https://www.osradar.com/wp-content/uploads/2021/12/ftp-1024x1001.png" alt="" class="wp-image-34093" srcset="https://www.osradar.com/wp-content/uploads/2021/12/ftp-1024x1001.png 1024w, https://www.osradar.com/wp-content/uploads/2021/12/ftp-300x293.png 300w, https://www.osradar.com/wp-content/uploads/2021/12/ftp-768x751.png 768w, https://www.osradar.com/wp-content/uploads/2021/12/ftp-1536x1502.png 1536w, https://www.osradar.com/wp-content/uploads/2021/12/ftp-2048x2002.png 2048w, https://www.osradar.com/wp-content/uploads/2021/12/ftp-696x680.png 696w, https://www.osradar.com/wp-content/uploads/2021/12/ftp-1068x1044.png 1068w, https://www.osradar.com/wp-content/uploads/2021/12/ftp-1920x1877.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>We can increase the security of the service by using username and password. This allows us to authenticate ourselves. In addition to verify a specific account to access a server and transfer files. However, it is also possible to access as a guest, which could be anonymous.</p>



<h2>How to use Google Drive as an FTP server. Step by step. </h2>



<p>We have briefly explained what the FTP protocol is and how the client and server work. Now we are going to explain how we can use Google Drive for it. With this in mind, we will use google-drive-ftp-adapter, which is the application needed to achieve this. In addition, we will have to download it to our computer and configure it. Finally, we will start using it with our user to start uploading and downloading files.</p>



<h3>Download google-drive-ftp-adapter</h3>



<p>Logically, the first thing you have to do is to download google-drive-ftp-adapter. This is a free, open-source software, and we can download it from<a href="https://github.com/andresoviedo/google-drive-ftp-adapter" target="_blank" rel="noreferrer noopener"> GitHub. </a>Kindly note that it is imperative to have <a href="https://www.java.com/download/ie_manual.jsp" target="_blank" rel="noreferrer noopener">Java </a>installed for it to work flawlessly. In the GitHub page we will see all the information related to the project. Previously, we had to download the ZIP file and from there look for the files needed to run. However, the author has simplified the download and use of the tool. In fact, it has brought together, in a single file, the tool itself together with its dependencies. Therefore, you only have to scroll down and download the file that I indicate in the following image:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="https://www.osradar.com/wp-content/uploads/2021/12/ftp2-1024x787.png" alt="Downloading the jar file along with the dependencies" class="wp-image-34094" srcset="https://www.osradar.com/wp-content/uploads/2021/12/ftp2-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2021/12/ftp2-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/12/ftp2-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2021/12/ftp2-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2021/12/ftp2-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2021/12/ftp2.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Downloading the jar file along with the dependencies</figcaption></figure>



<p>It is likely that the system will warn you about the alleged dangerousness of the download. Please be advised that you can download without any problems. It is actually a false positive. The tool is perfectly safe and harmless to system security. It simply fulfills its mission of using Google Drive as an FTP server. Undoubtedly, it widens even more the range of possibilities of this cloud storage service.</p>



<h3>Execute the jar file</h3>



<p>We have mentioned that the procedure has been modernized. Previously you had to download the ZIP file. Then you had to unzip it. Then go to the google-drive-ftp-adapter-master folder. And from there, run the homonymous jar file. It was certainly a bit more tedious. However, the methodology has been simplified to the extreme. In fact, you just have to double-click on the<strong> google-drive-ftp-adapter-jar-with-dependencies.jar</strong> file.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="969" height="531" src="https://www.osradar.com/wp-content/uploads/2021/12/ftp3.png" alt="Running the jar file" class="wp-image-34095" srcset="https://www.osradar.com/wp-content/uploads/2021/12/ftp3.png 969w, https://www.osradar.com/wp-content/uploads/2021/12/ftp3-300x164.png 300w, https://www.osradar.com/wp-content/uploads/2021/12/ftp3-768x421.png 768w, https://www.osradar.com/wp-content/uploads/2021/12/ftp3-696x381.png 696w" sizes="(max-width: 969px) 100vw, 969px" /><figcaption>Running the jar file</figcaption></figure>



<p>As mentioned above, it is likely that the execution of the file will throw an error. This error occurs because the system detects it as potentially dangerous. But we have already told you that it is perfectly safe. So if it says that it cannot be read or executed, don&#8217;t worry. Just run it again. Most likely it will run without problems.</p>



<h3>Linking Google Drive account</h3>



<p>We are going to work with Google Drive. Therefore, it is necessary to add our user credentials. Don&#8217;t worry, this is something that the program handles automatically. Once we double-click on the file, we will be redirected to the Google Drive website. Please log in. Furthermore, we have to give the necessary permissions for it to work properly.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="https://www.osradar.com/wp-content/uploads/2021/12/ftp4-1024x787.png" alt="Entering Google Drive credentials" class="wp-image-34097" srcset="https://www.osradar.com/wp-content/uploads/2021/12/ftp4-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2021/12/ftp4-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/12/ftp4-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2021/12/ftp4-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2021/12/ftp4-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2021/12/ftp4.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Entering Google Drive credentials</figcaption></figure>



<p>It is necessary to grant the necessary permissions for the program to work correctly. In addition, Windows Defender is likely to display a warning message. You have to accept it, otherwise the program is likely to have problems. Similarly, access to the Google Drive account with username and password is essential. In this way, we can access the content we have already saved or upload new files we want to the platform.</p>



<p>From this point on, Google Drive is already configured as an FTP server. The best thing is that the tool automates the whole process. From now on, we only need an FTP client. In this case, we will use WinSCP, which works very well. However, the process is the same with any other client. Have a look at this list of <a href="https://www.osradar.com/the-best-ftp-clients-for-windows/" target="_blank" rel="noreferrer noopener">FTP clients</a> we prepared for you.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="1024" height="787" src="https://www.osradar.com/wp-content/uploads/2021/12/ftp5.png" alt="" class="wp-image-34099" srcset="https://www.osradar.com/wp-content/uploads/2021/12/ftp5.png 1024w, https://www.osradar.com/wp-content/uploads/2021/12/ftp5-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/12/ftp5-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2021/12/ftp5-696x535.png 696w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h3>Configuring the FTP client.</h3>



<p>The configuration is elementary, you only have to add some data to be able to connect to Google Drive. We have to put in host name Localhost. In the user section we put user and password also user. Regarding the port we will use, we put 1821. This is the port that google-drive-ftp-adapter configures by default. In the options that will appear above, we have to select FTP and without encryption.</p>



<p>All that remains is to press the connect button. Please wait a few seconds while the tool synchronizes. As a result, we will see all files present in our Google Drive. From now on, we will be able to upload and download data at our convenience. Ultimately, we have seen how to use Google Drive as an FTP server. Another use you may not have known about for this popular storage service. See you later!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-google-drive-as-an-ftp-server/">How to use Google Drive as an FTP server.</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-use-google-drive-as-an-ftp-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The best FTP clients for Windows.</title>
		<link>https://www.osradar.com/the-best-ftp-clients-for-windows/</link>
					<comments>https://www.osradar.com/the-best-ftp-clients-for-windows/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Tue, 16 Feb 2021 22:40:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[best ftp clients]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp clients]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28476</guid>

					<description><![CDATA[<p>Hello! To upload or download files from an FTP server you need an FTP client. Indeed, these programs build a TCP connection to the server port. Consequently, by means of commands, the data exchange is performed by means of commands. On the other hand, many browsers incorporate an FTP client. However, there are dedicated programs [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/the-best-ftp-clients-for-windows/">The best FTP clients for Windows.</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! To upload or download files from an FTP server you need an FTP client. Indeed, these programs build a TCP connection to the server port. Consequently, by means of commands, the data exchange is performed by means of commands. On the other hand, many browsers incorporate an FTP client. However, there are dedicated programs for operating systems. Previously we studied the operation of an <a href="https://www.osradar.com/how-to-install-ftp-servers-in-windows-10/" target="_blank" rel="noreferrer noopener">FTP server</a>. However, today we will look at some dedicated programs. Here are the best FTP clients for Windows 10.</p>



<h2>FileZilla</h2>



<p><a href="https://filezilla-project.org/" target="_blank" rel="noreferrer noopener">FileZilla </a>is one of the most popular FTP applications. It is a free, open-source, cross-platform program. Its main advantage is that files are easily exchanged as soon as the connection is established. It also allows the exchange of large files. Additionally, it is possible to resume interrupted transfers. Users can determine the upload and download speed. Furthermore, it is possible to store information from the FTP server. Optionally it is possible to enable SSL / TLS or SSH protocol.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="937" height="747" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ftp.png" alt="" class="wp-image-28477" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ftp.png 937w, https://www.osradar.com/wp-content/uploads/2021/02/ftp-300x239.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ftp-768x612.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ftp-696x555.png 696w" sizes="(max-width: 937px) 100vw, 937px" /></figure>



<h2>WISE-FTP</h2>



<p><a href="https://www.wise-ftp.com/" target="_blank" rel="noreferrer noopener">WISE-FTP</a> is a paid FTP program for Windows operating systems. However, it offers a 30-day free trial period. The software supports all common protocols such as FTP, SFTP, FTPS, or FTPES. Therefore, it allows connection to any FTP server. It even allows you to fully automate the file transfer process. Simply name a target server and establish when and how often an activity is to be executed. Both authentication and file transmission are highly secure thanks to the SFTP or FTPS protocols. In addition, data can be encrypted using various protocols. For example, Rijndael, BlowFish, or TripleDES. Without any doubt, it is solution-oriented for professional use.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="789" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/Screenshot_1-1024x789.png" alt="" class="wp-image-28478" srcset="https://www.osradar.com/wp-content/uploads/2021/02/Screenshot_1-1024x789.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/Screenshot_1-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/Screenshot_1-768x592.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/Screenshot_1-696x536.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/Screenshot_1-1068x823.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/Screenshot_1.png 1277w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2>Cyberduck</h2>



<p>This is a free <a href="https://cyberduck.io/" target="_blank" rel="noreferrer noopener">FTP client, </a>available for Windows and macOS. It easily connects to FTP, SFTP, WebDAV servers. It also enables connection to cloud storage services such as Amazon S3, Azure, or OpenStack. The user interface is intuitive and user-friendly. As an advantage, it allows you to add a new server quickly. In addition, it is possible to limit the number of simultaneous transfers. It is also possible to resume interrupted transfers. This open-source program allows organizing bookmarks. They can be imported from other programs.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ftp2-1024x787.png" alt="" class="wp-image-28479" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ftp2-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ftp2-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ftp2-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ftp2-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ftp2-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ftp2.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2>SmartFTP</h2>



<p>This <a href="https://www.smartftp.com/en-us/" target="_blank" rel="noreferrer noopener">FTP client</a> is paid. However, it is possible to test it for 30 days. It supports FTP, FTPS, and SFTP protocols. Additionally, it allows connection to services such as WebDAV, Amazon S3, Google Drive, and Microsoft OneDrive. It also allows connection to multiple servers. Therefore, data can be moved from one server to another via FXP. The integrated search function is a great advantage for large FTP servers. All in all, if you are looking for a professional option, then it is worth the price.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ftp3-1024x787.png" alt="" class="wp-image-28480" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ftp3-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ftp3-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ftp3-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ftp3-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ftp3-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ftp3.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2>WinSCP</h2>



<p><a href="https://winscp.net/eng/docs/lang:es" target="_blank" rel="noreferrer noopener">WinSCP </a>is open-source software for Windows.  It supports several protocols, such as FTP, SFTP, and the SCP security protocol. When connecting to an SSH server, users enjoy encrypted data exchange. In addition to encrypting access data. WinSCP allows synchronizing directories and copying, moving, or deleting files. In addition, it is possible to choose between two program interfaces. It is also possible to bookmark frequently used links as favorites.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ftp4-1024x787.png" alt="" class="wp-image-28481" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ftp4-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ftp4-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ftp4-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ftp4-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ftp4-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ftp4.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Very well, at the end of the day, we have seen the best FTP clients for Windows. Of course, there are other options available. However, we believe these are the best. In addition, there are free and paid options. Okay, that&#8217;s it for now. See you later.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/the-best-ftp-clients-for-windows/">The best FTP clients for Windows.</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/the-best-ftp-clients-for-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to set up an FTP server on Ubuntu 20.04?</title>
		<link>https://www.osradar.com/how-to-set-up-an-ftp-server-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/how-to-set-up-an-ftp-server-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 18 May 2020 22:26:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[foca]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=20393</guid>

					<description><![CDATA[<p>Although FTP servers are not as popular as they once were, they can still be quite useful in large organizations. Especially if they are used on an intranet where there is greater security over these files. For that reason, in this post, I will show you how to set up an FTP server on Ubuntu [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-set-up-an-ftp-server-ubuntu-20-04/">How to set up an FTP server on Ubuntu 20.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Although FTP servers are not as popular as they once were, they can still be quite useful in large organizations. Especially if they are used on an intranet where there is greater security over these files. For that reason, in this post, I will show you how to set up an FTP server on Ubuntu 20.04.</p>



<p>The File Transfer Protocol is a protocol that allows two remote computers to share files over a network. Usually, this happens from a server computer to a client computer. Usually, this happens through ports 20 and 21</p>



<p>Companies that have an intranet for daily work, usually have an FTP server configured to make files available to everyone and in Ubuntu 20.04 it is easy to do so.</p>



<h2>Creating an FTP server on Ubuntu 20.04</h2>



<p>Several daemons allow you to create the FTP server, however, I consider the easiest and fastest to VSFTPD. Besides all this, it works without problems and without making too many strange configurations.</p>



<p>So, open a terminal and update the system.</p>



<pre class="wp-block-preformatted">:~$ sudo apt update<br>:~$ sudo apt upgrade</pre>



<p>And now, install the VSFTPD daemon.</p>



<pre class="wp-block-preformatted">:~$ sudo apt install vsftpd
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following additional packages will be installed:
ssl-cert
Suggested packages:
openssl-blacklist
The following NEW packages will be installed:
ssl-cert vsftpd
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 132 kB of archives.
After this operation, 402 kB of additional disk space will be used.
Do you want to continue? [Y/n</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="752" height="290" src="https://www.osradar.com/wp-content/uploads/2020/05/1-12.png" alt="1.- Install VSFPTD on Ubuntu 20.04" class="wp-image-20394" srcset="https://www.osradar.com/wp-content/uploads/2020/05/1-12.png 752w, https://www.osradar.com/wp-content/uploads/2020/05/1-12-300x116.png 300w, https://www.osradar.com/wp-content/uploads/2020/05/1-12-696x268.png 696w" sizes="(max-width: 752px) 100vw, 752px" /><figcaption>1.- Install VSFPTD on Ubuntu 20.04</figcaption></figure>



<p>Like all services in Debian, it will start by default. To see if it is running correctly, use <code><a href="https://www.osradar.com/the-linux-systemctl-command/">systemctl</a></code>.</p>



<pre class="wp-block-preformatted">:~$ sudo systemctl status vsftpd
● vsftpd.service - vsftpd FTP server
Loaded: loaded (/lib/systemd/system/vsftpd.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2020-05-17 02:34:40 UTC; 1min 17s ago
Main PID: 1337 (vsftpd)
Tasks: 1 (limit: 506)
Memory: 844.0K
CGroup: /system.slice/vsftpd.service
└─1337 /usr/sbin/vsftpd /etc/vsftpd.conf
May 17 02:34:40 osradar systemd[1]: Starting vsftpd FTP server…
May 17 02:34:40 osradar systemd[1]: Started vsftpd FTP server.</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="825" height="302" src="https://www.osradar.com/wp-content/uploads/2020/05/2-15.png" alt="2.- FTP server status" class="wp-image-20395" srcset="https://www.osradar.com/wp-content/uploads/2020/05/2-15.png 825w, https://www.osradar.com/wp-content/uploads/2020/05/2-15-300x110.png 300w, https://www.osradar.com/wp-content/uploads/2020/05/2-15-768x281.png 768w, https://www.osradar.com/wp-content/uploads/2020/05/2-15-696x255.png 696w" sizes="(max-width: 825px) 100vw, 825px" /><figcaption>2.- FTP server status</figcaption></figure>



<p>The demon already has a default configuration, but we have to modify it to our liking.</p>



<p>Let&#8217;s go for it.</p>



<h2>Configuring the FTP server</h2>



<p>All the VSFTPD configuration is in the <code>/etc/vsftpd.conf</code> file, so before modifying it is convenient to make a backup of it. In case something goes wrong, we can go back to the original and reverse any wrong we have done.</p>



<pre class="wp-block-preformatted">:~$ sudo cp /etc/vsftpd.conf /etc/vsftpd.conf.bak</pre>



<p>If you display the contents of the file, you will see that it is very extensive. But that&#8217;s because it&#8217;s so well documented, it&#8217;s quite easy to understand.</p>



<p>Let&#8217;s start by having the server actively listen.</p>



<pre class="wp-block-preformatted">listen=YES</pre>



<p>If you are not going to use IPv6 then you should disable the support:</p>



<pre class="wp-block-preformatted">listen_ipv6=NO</pre>



<p>It is also not advisable to allow access to anonymous. Although sometimes it can be useful.</p>



<pre class="wp-block-preformatted">anonymous_enable=NO</pre>



<p>By default, on an FTP server, a client can only download files and not upload them. However, it is a good idea to leave it active.</p>



<pre class="wp-block-preformatted">local_enable=YES<br>write_enable=YES</pre>



<p>By default, FTP works by 20.</p>



<pre class="wp-block-preformatted">connect_from_port_20=YES</pre>



<p>Although you can change it with this directive:</p>



<pre class="wp-block-preformatted">listen_port=XX</pre>



<p>You can use the key combination CTRL + W to go directly to the line you are looking for.</p>



<p>When you are ready, save your changes with CTRL + O and close the file with CTRL + X.</p>



<p>Omitting the comments in the file should look like this:</p>



<pre class="wp-block-preformatted">listen=YES
listen_ipv6=NO
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=YES
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
ssl_enable=NO</pre>



<p>To display the file without the comments, run the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo cat /etc/vsftpd.conf | grep -v "^#"</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="904" height="325" src="https://www.osradar.com/wp-content/uploads/2020/05/3-13.png" alt="3.- Configuring the FTP server on Ubuntu 20.04" class="wp-image-20398" srcset="https://www.osradar.com/wp-content/uploads/2020/05/3-13.png 904w, https://www.osradar.com/wp-content/uploads/2020/05/3-13-300x108.png 300w, https://www.osradar.com/wp-content/uploads/2020/05/3-13-768x276.png 768w, https://www.osradar.com/wp-content/uploads/2020/05/3-13-696x250.png 696w" sizes="(max-width: 904px) 100vw, 904px" /><figcaption>3.- Configuring the FTP server on Ubuntu 20.04</figcaption></figure>



<h2>Creating a new FTP user</h2>



<p>Now there is a new user for the FTP server. This user can be created from the same terminal.</p>



<pre class="wp-block-preformatted">:~$ sudo useradd -m user1</pre>



<p>And then, assign him a password:</p>



<pre class="wp-block-preformatted">:~$ sudo passwd user1</pre>



<p>So,now we can test the new FTP server on Ubuntu 20.04.</p>



<h2>Testing the FTP server on Ubuntu 20.04</h2>



<p>Now the moment of truth has arrived. Let&#8217;s try the FTP server.</p>



<p>One way is to open a terminal and try to access it with the <code>ftp</code> command and the server&#8217;s IP address.</p>



<pre class="wp-block-preformatted">:~$ ftp 192.168.250.20
Connected to 192.168.250.20.
220 (vsFTPd 3.0.3)
Name (192.168.250.20:angelo): user1
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp></pre>



<p>Once the connection to the server is established, you will be asked for the username and password.</p>



<p>If the login is correct you will already have access to download and upload files.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="556" height="197" src="https://www.osradar.com/wp-content/uploads/2020/05/4-11.png" alt="4.- Access to the FTP server" class="wp-image-20399" srcset="https://www.osradar.com/wp-content/uploads/2020/05/4-11.png 556w, https://www.osradar.com/wp-content/uploads/2020/05/4-11-300x106.png 300w" sizes="(max-width: 556px) 100vw, 556px" /><figcaption>4.- Access to the FTP server</figcaption></figure>



<p>Another way is from the web browser of your preference to access the FTP server. In my case, I access the following address <code>ftp://192.168.250.20</code> and it is required immediately to log in.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="503" src="https://www.osradar.com/wp-content/uploads/2020/05/5-7-1024x503.png" alt="5.- Access to the FTP server using the web browser" class="wp-image-20400" srcset="https://www.osradar.com/wp-content/uploads/2020/05/5-7-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2020/05/5-7-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/05/5-7-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2020/05/5-7-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2020/05/5-7-1068x524.png 1068w, https://www.osradar.com/wp-content/uploads/2020/05/5-7.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>5.- Access to the FTP server using the web browser</figcaption></figure>



<p>By writing correctly the credentials created, I can access the folder that this user has dedicated.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2020/05/6-5-1024x502.png" alt="6.- FTP server on Ubuntu 20.04" class="wp-image-20401" srcset="https://www.osradar.com/wp-content/uploads/2020/05/6-5-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/05/6-5-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/05/6-5-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/05/6-5-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/05/6-5-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/05/6-5.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>6.- FTP server on Ubuntu 20.04</figcaption></figure>



<p>To take better advantage of FTP, it is convenient to install a tool such as <a href="https://filezilla-project.org/" target="_blank" rel="noreferrer noopener">Filezilla</a>.</p>



<p>So, that&#8217;s it. The FTP server is alive.</p>



<h2>Conclusion</h2>



<p>An FTP server can be a great way to share files on a network. Especially if it&#8217;s for an organization or on an intranet. You saw that setting one up in Ubuntu 20.04 is a pretty simple thing.</p>



<p>Please share this post, join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">our Telegram channel</a> and if you want buy us a coffee.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-set-up-an-ftp-server-ubuntu-20-04/">How to set up an FTP server on Ubuntu 20.04?</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-ubuntu-20-04/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 Wget in Windows 10</title>
		<link>https://www.osradar.com/how-to-install-wget-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-install-wget-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Wed, 16 Oct 2019 00:44:06 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[wget]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[wls]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=14661</guid>

					<description><![CDATA[<p>Hello, how are you? This time we&#8217;re going to talk about Wget. It is a tool created by the GNU Project. Its main purpose is to get content and files from different web servers. Besides, it supports downloads via FTP, SFTP, HTTP, and HTTPS. Its features include recursive download, conversion of links for offline viewing [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-wget-in-windows-10/">How to install Wget in Windows 10</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? This time we&#8217;re going to talk about <a rel="noreferrer noopener" aria-label="Wget (opens in a new tab)" href="https://www.gnu.org/software/wget/faq.html#What_is_Wget.3F" target="_blank">Wget</a>. It is a tool created by the GNU Project. Its main purpose is to get content and files from different web servers.  Besides, it supports downloads via FTP, SFTP, HTTP, and HTTPS. Its features include recursive download, conversion of links for offline viewing of local HTML, and support for proxies. It is a widely known program in Linux environments, since its appearance in 1996. However, it can also be ported to Windows, where its use is not well known. For that reason, we will see how to install and use Wget in Windows 10.</p>



<h2>Installing Wget in Windows 10</h2>



<p>Wget is a free tool and relatively simple to install in a Linux environment. Just type the appropriate commands to each distribution, and you&#8217;re done. However, when it comes to Windows, the situation changes. There are many installers and options that end up with installation errors.  However, we&#8217;ve got this version that works properly. Go to this link and download version <a href="https://sourceforge.net/projects/gnuwin32/files/wget/" target="_blank" rel="noreferrer noopener" aria-label="1.11.4-1 (opens in a new tab)">1.11.4-1</a></p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget-1-1024x728.jpg" alt="Download 1.11.4-1 version" class="wp-image-14681" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget-1.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/10/wget-1-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/10/wget-1-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/10/wget-1-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/10/wget-1-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/10/wget-1-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption> <em>Download 1.11.4-1 version</em> </figcaption></figure>



<p>Next, we proceed to run the installer. Just double click and the wizard will start, press next to continue:</p>



<figure class="wp-block-image"><img loading="lazy" width="502" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget2-1.jpg" alt="Wget setup wizard" class="wp-image-14683" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget2-1.jpg 502w, https://www.osradar.com/wp-content/uploads/2019/10/wget2-1-300x232.jpg 300w" sizes="(max-width: 502px) 100vw, 502px" /><figcaption>Wget setup wizard</figcaption></figure>



<p>Then accept the license terms, and click Next to continue the installation.</p>



<figure class="wp-block-image"><img loading="lazy" width="502" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget3.jpg" alt="Accept the agreement of license" class="wp-image-14685" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget3.jpg 502w, https://www.osradar.com/wp-content/uploads/2019/10/wget3-300x232.jpg 300w" sizes="(max-width: 502px) 100vw, 502px" /><figcaption>Accept the agreement of license</figcaption></figure>



<p>Select the folder where the program will be installed. Click next to continue the installation.</p>



<figure class="wp-block-image"><img loading="lazy" width="502" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget4-2.jpg" alt="Select destination location" class="wp-image-14691" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget4-2.jpg 502w, https://www.osradar.com/wp-content/uploads/2019/10/wget4-2-300x232.jpg 300w" sizes="(max-width: 502px) 100vw, 502px" /><figcaption>Select destination location</figcaption></figure>



<p>Next, select the components to install. To ensure proper operation, check both boxes and press Next to continue the installation.</p>



<figure class="wp-block-image"><img loading="lazy" width="502" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget5-1.jpg" alt="Select the components to install" class="wp-image-14693" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget5-1.jpg 502w, https://www.osradar.com/wp-content/uploads/2019/10/wget5-1-300x232.jpg 300w" sizes="(max-width: 502px) 100vw, 502px" /><figcaption>Select the components to install</figcaption></figure>



<p>Next, you can create direct access to the application and its respective location</p>



<figure class="wp-block-image"><img loading="lazy" width="502" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget6.jpg" alt="Adding a shortcut folder" class="wp-image-14695" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget6.jpg 502w, https://www.osradar.com/wp-content/uploads/2019/10/wget6-300x232.jpg 300w" sizes="(max-width: 502px) 100vw, 502px" /><figcaption>Adding a shortcut folder</figcaption></figure>



<p>You can install additional icons. Click Next to continue</p>



<figure class="wp-block-image"><img loading="lazy" width="502" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget7.jpg" alt="Select additional tasks" class="wp-image-14696" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget7.jpg 502w, https://www.osradar.com/wp-content/uploads/2019/10/wget7-300x232.jpg 300w" sizes="(max-width: 502px) 100vw, 502px" /><figcaption>Select additional tasks</figcaption></figure>



<p>Verify the installation options and press Install to finish the process.</p>



<figure class="wp-block-image"><img loading="lazy" width="502" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget8.jpg" alt="Ready to install" class="wp-image-14697" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget8.jpg 502w, https://www.osradar.com/wp-content/uploads/2019/10/wget8-300x232.jpg 300w" sizes="(max-width: 502px) 100vw, 502px" /><figcaption>Ready to install</figcaption></figure>



<p>Once the installation is finished, we will see the following screen.</p>



<figure class="wp-block-image"><img loading="lazy" width="502" height="388" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget8-1.jpg" alt="successful installation" class="wp-image-14699" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget8-1.jpg 502w, https://www.osradar.com/wp-content/uploads/2019/10/wget8-1-300x232.jpg 300w" sizes="(max-width: 502px) 100vw, 502px" /><figcaption>successful installation</figcaption></figure>



<h2>Using Wget in Windows 10</h2>



<p>Please note that Wget does not have a graphical interface, so you will have to use it through command in the CMD. To check that the program is actually installed, please go to the installation directory. Depending on the installation options selected, it should be as follows:</p>



<pre class="wp-block-preformatted">C:\Program Files (x86)\GnuWin32\bin</pre>



<p>What we need to do is open a command prompt. With this intention, press the Win+R combination and type CMD</p>



<figure class="wp-block-image"><img loading="lazy" width="402" height="208" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget9.jpg" alt="" class="wp-image-14701" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget9.jpg 402w, https://www.osradar.com/wp-content/uploads/2019/10/wget9-300x155.jpg 300w" sizes="(max-width: 402px) 100vw, 402px" /><figcaption>Run a CMD</figcaption></figure>



<p>Once there, use the CD command to navigate to the file location mentioned above. Then type Wget to use the program.</p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget10-1024x728.jpg" alt="Wget in action" class="wp-image-14702" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget10.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/10/wget10-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/10/wget10-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/10/wget10-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/10/wget10-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/10/wget10-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Wget in action</figcaption></figure>



<h2>Add environment variable</h2>



<p>We have correctly installed Wget. However, to be able to use it we always have to navigate to the installation folder of the program. This is cumbersome, so if we want to use Wget from any directory, we need to add an environment variable. With this in mind, please follow this path: Control Panel>System and Security>System>Advanced system settings</p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget11-1024x728.jpg" alt="Enter in Advanced system settings" class="wp-image-14703" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget11.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/10/wget11-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/10/wget11-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/10/wget11-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/10/wget11-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/10/wget11-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Enter in Advanced system settings</figcaption></figure>



<p>On the next screen, choose <strong>Environment Variables</strong></p>



<figure class="wp-block-image"><img loading="lazy" width="412" height="468" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget12.jpg" alt="Select Environment Variables" class="wp-image-14706" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget12.jpg 412w, https://www.osradar.com/wp-content/uploads/2019/10/wget12-264x300.jpg 264w, https://www.osradar.com/wp-content/uploads/2019/10/wget12-370x420.jpg 370w" sizes="(max-width: 412px) 100vw, 412px" /><figcaption>Select Environment Variables</figcaption></figure>



<p>Next, we are going to create a new environment variable. With that intention, please select Path and press Edit.</p>



<figure class="wp-block-image"><img loading="lazy" width="618" height="585" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget13-1.jpg" alt="Creating a new Environment Variable" class="wp-image-14709" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget13-1.jpg 618w, https://www.osradar.com/wp-content/uploads/2019/10/wget13-1-300x284.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/10/wget13-1-444x420.jpg 444w" sizes="(max-width: 618px) 100vw, 618px" /><figcaption>Creating a new Environment Variable</figcaption></figure>



<p>On the next screen first select New, then Browse. You must select the address where the program is installed.</p>



<figure class="wp-block-image"><img loading="lazy" width="527" height="501" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget14.jpg" alt="Setting the new path" class="wp-image-14711" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget14.jpg 527w, https://www.osradar.com/wp-content/uploads/2019/10/wget14-300x285.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/10/wget14-442x420.jpg 442w" sizes="(max-width: 527px) 100vw, 527px" /><figcaption>Setting the new path</figcaption></figure>



<p>Press ok in each of the open windows, and we can run Wget every time we open a Command Prompt. It doesn&#8217;t matter which directory we&#8217;re in. Let&#8217;s test the Wget command, downloading its executable for windows 10. With this intention, we enter this command in the CMD</p>



<pre class="wp-block-preformatted">wget https://sourceforge.net/projects/gnuwin32/files/wget/1.11.4-1/wget-1.11.4-1-setup.exe/download</pre>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget15-1024x728.jpg" alt="Wget downloading a file" class="wp-image-14712" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget15.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/10/wget15-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/10/wget15-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/10/wget15-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/10/wget15-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/10/wget15-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Wget downloading a file</figcaption></figure>



<h2>Using Wget in Windows Subsystem for Linux</h2>



<p>We have already seen how to use <a href="https://www.osradar.com/how-to-install-and-use-bash-in-windows-10/" target="_blank" rel="noreferrer noopener" aria-label="bash in windows 10 (opens in a new tab)">bash in windows 10</a>. Through WSL we can also use Wget natively. To do this, we&#8217;ll open ubuntu and run the following command:</p>



<pre class="wp-block-preformatted"> sudo apt-get install wget </pre>



<p>Enter your password, and wait while the program is installed. Now we are ready to use wget in Windows 10.</p>



<figure class="wp-block-image"><img loading="lazy" width="979" height="512" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/10/wget16.jpg" alt="Wget en WSL" class="wp-image-14713" srcset="https://www.osradar.com/wp-content/uploads/2019/10/wget16.jpg 979w, https://www.osradar.com/wp-content/uploads/2019/10/wget16-300x157.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/10/wget16-768x402.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/10/wget16-696x364.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/10/wget16-803x420.jpg 803w" sizes="(max-width: 979px) 100vw, 979px" /><figcaption>Wget en WSL</figcaption></figure>



<p>Finally, we have seen how to install Wget in Windows 10. We can do it natively or using the Windows Subsystem for Linux. Both methods are valid for using this powerful download tool. Not only will we have access to files, but also to complete pages so that they can run offline. All right, that&#8217;s it for now, if you have any questions, don&#8217;t hesitate to ask. We are here to serve! until next time!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-wget-in-windows-10/">How to install Wget in Windows 10</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-wget-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</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 configure a FTP server on OpenSUSE 15.1?</title>
		<link>https://www.osradar.com/how-to-configure-a-ftp-server-on-opensuse-15-1/</link>
					<comments>https://www.osradar.com/how-to-configure-a-ftp-server-on-opensuse-15-1/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 10 Jun 2019 23:01:38 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[vsftpd]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12346</guid>

					<description><![CDATA[<p>An FTP server is something basic when you set up a server. It is necessary because it allows us to transfer files to our server from our computer. As you can see it is very useful but requires a few small steps to achieve it. Therefore, today I will teach you how to configure a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-configure-a-ftp-server-on-opensuse-15-1/">How to configure a FTP server on OpenSUSE 15.1?</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 is something basic when you set up a server. It is necessary because it allows us to transfer files to our server from our computer. As you can see it is very useful but requires a few small steps to achieve it. Therefore, today I will teach you how to configure a FTP server on OpenSUSE 15.1.</p>
<h2>Configure a FTP server with vsftpd</h2>
<p><a href="http://vsftpd.beasts.org/" target="_blank" rel="noopener noreferrer">vsftpd</a> is a daemon that allows you to install and configure an FTP server. It is quite used for being very flexible in its configuration and secure. For example, it is the default in <a href="https://www.osradar.com/tag/opensuse/" target="_blank" rel="noopener noreferrer">OpenSUSE</a> and <a href="https://www.osradar.com/tag/centos/" target="_blank" rel="noopener noreferrer">CentOS</a> 7 but can be used in almost any Linux distribution.</p>
<p>Its configuration files are quite easy to understand because they are well documented. So this makes it the main option for our purpose.</p>
<p>So let us start.</p>
<h2>Install and configure vsftpd on OpenSUSE 15.1</h2>
<p>First, we must install it. The big advantage is that vsftpd is in the OpenSUSE repositories so we can install it using zypper.</p>
<pre>:~$ sudo zypper in vsftpd</pre>
<p><figure id="attachment_12372" aria-describedby="caption-attachment-12372" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12372" src="https://www.osradar.com/wp-content/uploads/2019/06/1-4.png" alt="1.- install vsftpd" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/06/1-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/1-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/1-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/1-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/1-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/1-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/1-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12372" class="wp-caption-text">1.- install vsftpd</figcaption></figure></p>
<p>Now comes the configuration for everything to work properly.</p>
<p>The configuration file is this /etc/vsftpd.conf. If you open it you will see that it is very extensive, but it is because it has many commented lines. It is very well documented.</p>
<p>Before we edit it, let&#8217;s create a backup.</p>
<pre>:~$ sudo cp /etc/vsftpd.conf /etc/vsftpd.conf.bak</pre>
<p>There are several things we need to edit.</p>
<pre>:~$ sudo nano /etc/vsftpd.conf</pre>
<p>Firstly, we must make the service &#8220;listen&#8221;. IPV4 and disable IPV6.</p>
<pre>listen=YES
#listen_ipv6=NO</pre>
<p>Then, allow writing.</p>
<pre>write_enable=YES</pre>
<p>There is a clause that defines port 20 as the default. I have commented on it and used the listen_port clause to define another port. For example, port 21. It can be the one you want.</p>
<pre>#connect_from_port_20=YES
listen_port=21</pre>
<p>It is very likely that if you work with FTP you will need to create users. To do this, it is necessary to cage them before creating them. That is to say, that each user cannot upload or download files from other users and even less from the system. In other words, they are isolated to their folder. To do this, add the following lines.</p>
<pre>chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list</pre>
<p>Then, create the file specified in chroot_list_file and add our system user there</p>
<pre>:~$ sudo nano /etc/vsftpd.chroot_list
angelo</pre>
<p>The pasv_min_port and pasv_max_port clauses define which ports FTP can use to be in passive mode. You have to work in the Firewall with them.</p>
<p>We can use the grep and cat commands to make the file more readable. With them I will show all the lines except the ones that start with a #.</p>
<pre>:~$ sudo cat /etc/vsftpd.conf | grep -v "^#"</pre>
<p>At this point, the configuration file would look more or less like this.</p>
<p><figure id="attachment_12373" aria-describedby="caption-attachment-12373" style="width: 546px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12373" src="https://www.osradar.com/wp-content/uploads/2019/06/333.png" alt="3.- The vfstpd config file" width="546" height="469" srcset="https://www.osradar.com/wp-content/uploads/2019/06/333.png 546w, https://www.osradar.com/wp-content/uploads/2019/06/333-300x258.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/333-489x420.png 489w" sizes="(max-width: 546px) 100vw, 546px" /><figcaption id="caption-attachment-12373" class="wp-caption-text">3.- The vfstpd config file</figcaption></figure></p>
<p>Now you have to open the necessary ports for vsftpd to work.</p>
<pre>:~$ sudo firewall-cmd --add-port=21/tcp --permanent
Success
:~$ sudo firewall-cmd --add-port=30000-30100/tcp --permanent
Success
:~$ sudo firewall-cmd --reload
Success</pre>
<p>Now let&#8217;s create the test user service.</p>
<pre>:~$ sudo useradd -d /home/user1 -m -s /bin/bash user1
:~$ sudo passwd</pre>
<p>Finally, you start the service and check its status.</p>
<pre>:~$ sudo systemctl start vsftpd
:~$ sudo systemctl status vsftpd
● vsftpd.service - Vsftpd ftp daemon
   Loaded: loaded (/usr/lib/systemd/system/vsftpd.service; disabled; vendor preset: disabled)
   Active: active (running) since Wed 2019-06-05 10:44:50 -04; 32min ago
 Main PID: 2888 (vsftpd)
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/vsftpd.service
           └─2888 /usr/sbin/vsftpd /etc/vsftpd.conf</pre>
<p>The anonymous user is enabled by default. Its folder is /srv/ftp/ you can create alli files for download. You can even access it from your web browser. ftp://your-server/</p>
<p><figure id="attachment_12374" aria-describedby="caption-attachment-12374" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12374" src="https://www.osradar.com/wp-content/uploads/2019/06/44.png" alt="4.- Access to the FTP server using the web browser" width="1366" height="668" srcset="https://www.osradar.com/wp-content/uploads/2019/06/44.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/44-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/44-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/44-1024x501.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/44-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/44-696x340.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/44-1068x522.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/44-859x420.png 859w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12374" class="wp-caption-text">4.- Access to the FTP server using the web browser</figcaption></figure></p>
<p>Now, it&#8217;s time to install an FTP client. In this case I will use Filezilla.</p>
<h2>Using Filezilla as the FTP client on OpenSUSE</h2>
<p>First you have to install it.</p>
<pre>:~$ sudo zypper in filezilla</pre>
<p>Then you have to create the connection. To do this, go to the File menu and click on the Site Manager option. In the window that appears, configure your connection. I&#8217;ve done it this way.</p>
<p><figure id="attachment_12375" aria-describedby="caption-attachment-12375" style="width: 849px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-12375 size-full" src="https://www.osradar.com/wp-content/uploads/2019/06/3-2.png" alt="5.- Creating a new FTP connection" width="849" height="751" srcset="https://www.osradar.com/wp-content/uploads/2019/06/3-2.png 849w, https://www.osradar.com/wp-content/uploads/2019/06/3-2-300x265.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/3-2-768x679.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/3-2-696x616.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/3-2-475x420.png 475w" sizes="(max-width: 849px) 100vw, 849px" /><figcaption id="caption-attachment-12375" class="wp-caption-text">5.- Creating a new FTP connection</figcaption></figure></p>
<p>And this is it. Now you can start enjoying the FTP server. Note that I&#8217;ve already uploaded a test file.</p>
<p><figure id="attachment_12376" aria-describedby="caption-attachment-12376" style="width: 1352px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12376" src="https://www.osradar.com/wp-content/uploads/2019/06/4-1.png" alt="6.- Using FTP" width="1352" height="871" srcset="https://www.osradar.com/wp-content/uploads/2019/06/4-1.png 1352w, https://www.osradar.com/wp-content/uploads/2019/06/4-1-300x193.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/4-1-768x495.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/4-1-1024x660.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/4-1-696x448.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/4-1-1068x688.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/4-1-652x420.png 652w" sizes="(max-width: 1352px) 100vw, 1352px" /><figcaption id="caption-attachment-12376" class="wp-caption-text">6.- Using FTP</figcaption></figure></p>
<p>Enjoy it.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-configure-a-ftp-server-on-opensuse-15-1/">How to configure a FTP server on OpenSUSE 15.1?</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-a-ftp-server-on-opensuse-15-1/feed/</wfw:commentRss>
			<slash:comments>0</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>
		<item>
		<title>Install VSFTPD on RHEL 8 and Centos 8</title>
		<link>https://www.osradar.com/install-vsftpd-on-rhel-8-and-centos-8/</link>
					<comments>https://www.osradar.com/install-vsftpd-on-rhel-8-and-centos-8/#respond</comments>
		
		<dc:creator><![CDATA[Muhammad Nabeel]]></dc:creator>
		<pubDate>Sat, 11 May 2019 10:45:29 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[RHEL 8]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12035</guid>

					<description><![CDATA[<p>In this tutorial you will learn that how to install and configure VSFTPD server on a RHEL 8 vsftpd (very secure FTP daemon) is an FTP server for Unix-like systems, including Linux. It is licensed under the GNU General Public License. It supports PIv4, IPv6 and SSL. Follow below steps to install VSFTPD on your [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-vsftpd-on-rhel-8-and-centos-8/">Install VSFTPD on RHEL 8 and Centos 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>In this tutorial you will learn that how to install and configure <strong>VSFTPD</strong> server on a <strong>RHEL 8</strong></p>
<p>vsftpd (very secure FTP daemon) is an FTP server for Unix-like systems, including Linux. It is licensed under the GNU General Public License. It supports PIv4, IPv6 and SSL.</p>
<p><strong>Follow below steps to install VSFTPD on your RHEL 8 Server.</strong></p>
<p><strong>STEP 1:<br />
</strong>Login to your RHEL 8 Server, open Terminal and run below command</p>
<pre># dnf install vsftpd -y</pre>
<p><img loading="lazy" class="alignnone wp-image-12038" src="https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-44-48-300x180.png" alt="" width="682" height="409" srcset="https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-44-48-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-44-48-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-44-48-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-44-48-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-44-48-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-44-48-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-44-48.png 1280w" sizes="(max-width: 682px) 100vw, 682px" /></p>
<p><strong>STEP 2:</strong><br />
Now start VSFTPD and Enable to automatically start on boot</p>
<p>Use following commands</p>
<pre># systemctl start vsftpd

# systemctl enable vsftpd</pre>
<p><img loading="lazy" class="alignnone wp-image-12039" src="https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-47-20-300x180.png" alt="" width="683" height="410" srcset="https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-47-20-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-47-20-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-47-20-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-47-20-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-47-20-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-47-20-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-47-20.png 1280w" sizes="(max-width: 683px) 100vw, 683px" /></p>
<p><strong><br />
STEP 3:</strong><br />
Open FTP ports in Server Firewall so it can be connected</p>
<pre>firewall-cmd --add-service=ftp --permanent --zone=public

firewall-cmd --reload</pre>
<p><img loading="lazy" class="alignnone wp-image-12040" src="https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-49-49-300x180.png" alt="" width="683" height="410" srcset="https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-49-49-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-49-49-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-49-49-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-49-49-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-49-49-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-49-49-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-15-49-49.png 1280w" sizes="(max-width: 683px) 100vw, 683px" /></p>
<p><strong>STEP 4:<br />
</strong>Create FTP user</p>
<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-12041" src="https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-16-02-17-300x180.png" alt="" width="679" height="407" srcset="https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-16-02-17-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-16-02-17-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-16-02-17-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-16-02-17-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-16-02-17-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-16-02-17-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/RHEL-8-VM-2019-05-10-16-02-17.png 1280w" sizes="(max-width: 679px) 100vw, 679px" /></p>
<p><strong>STEP 5:</strong><br />
Finally test FTP connection using FileZilla Client software.</p>
<p>Use your server hostname OR IP<br />
Your FTP username<br />
Your FTP Password</p>
<p><img loading="lazy" class="alignnone wp-image-12042" src="https://www.osradar.com/wp-content/uploads/2019/05/ftp-300x237.jpg" alt="" width="670" height="529" srcset="https://www.osradar.com/wp-content/uploads/2019/05/ftp-300x237.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/05/ftp-768x606.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/05/ftp-696x550.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/05/ftp-532x420.jpg 532w, https://www.osradar.com/wp-content/uploads/2019/05/ftp.jpg 889w" sizes="(max-width: 670px) 100vw, 670px" /></p>
<p>Congratulations! you have installed and connected VSFTPD.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-vsftpd-on-rhel-8-and-centos-8/">Install VSFTPD on RHEL 8 and Centos 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/install-vsftpd-on-rhel-8-and-centos-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
