<?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>SFTP Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/sftp/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 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 install an SFTP/SSH Server on Windows Server 2019.</title>
		<link>https://www.osradar.com/how-to-install-an-sftp-ssh-server-on-windows-server-2019/</link>
					<comments>https://www.osradar.com/how-to-install-an-sftp-ssh-server-on-windows-server-2019/#comments</comments>
		
		<dc:creator><![CDATA[Roger Polanco]]></dc:creator>
		<pubDate>Wed, 04 Sep 2019 11:15:07 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows server 2019]]></category>
		<guid isPermaLink="false">http://www.googez.com/?p=998</guid>

					<description><![CDATA[<p>Hello, how are you? Windows Server users want the ability to install servers with secure protocols. This in order to be able to exchange data and keep it safe from possible intrusions. As a matter of fact, Here at googez.com, we show you how to install an FTP server on Windows Server 2019. But this [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-an-sftp-ssh-server-on-windows-server-2019/">How to install an SFTP/SSH Server on Windows Server 2019.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, how are you? Windows Server users want the ability to install servers with secure protocols. This in order to be able to exchange data and keep it safe from possible intrusions. As a matter of fact, Here at <a rel="noreferrer noopener" aria-label="googez.com (opens in a new tab)" href="http://www.googez.com/how-to-install-ftp-servers-in-windows-10/" target="_blank">googez.com</a>, we show you how to install an FTP server on Windows Server 2019. But this server is criticized for its lack of security, as the communication is not encrypted. On the other hand,  Secure File Transfer Protocol (SFTP) is a secure version of File Transfer Protocol (FTP), which facilitates data access and data transfer over a Secure Shell (SSH) data stream. In other words, it allows you to upload or download files with a server. However,  SFTP is considered secure. It protects file transfers through data-in-motion encryption and secure authentication methods. For that reason, in this post, we will see how to install an SFTP/SSH server on Windows Server 2019.</p>



<h2>Prerequisites. Installing OpenSSH server.</h2>



<p>To achieve better stability on our server, it is imperative to assign a static IP address. If you do not know how to do it, please look <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://pureinfotech.com/set-static-ip-address-windows-10/" target="_blank">here</a>. Furthermore, we are going to install the OpenSSH server, which will allow us to configure access to the SFTP server. Thereupon, it is necessary to enter the <em>settings</em> menu. And once there, select <em>Apps</em>.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/sftp-1-1024x728.jpg" alt="Windows Settings&gt;Apps" class="wp-image-1000"/><figcaption>Windows Settings&gt;Apps</figcaption></figure>



<p>Next, the menu corresponding to <em>Apps and features </em>will be displayed. In this window, click on m<em>anage optional features</em>.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/sftp2-1024x728.jpg" alt="On apps and features menu, you need to select manage optional features" class="wp-image-1001"/><figcaption>On apps and features menu, you need to select manage optional features</figcaption></figure>



<p>In the following window, please scroll down through the different options until you find <em>OpenSSH Server</em>. Check if the service is already installed, if it is not, click on <em>Add a feature</em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/sftp3-1-1024x728.jpg" alt="Entering on Add a feature in order to install OpenSSH Server" class="wp-image-1003"/><figcaption>Entering on Add a feature in order to install OpenSSH Server</figcaption></figure>



<p>A list of functions will appear, please navigate until you find OpenSSH Server and select it. Wait until the installation is completed.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/sftp4-1024x728.jpg" alt="Installing OpenSSH Server." class="wp-image-1004"/><figcaption>Installing OpenSSH Server.</figcaption></figure>



<h2>Configuring the Ssh server to start at Windows startup.</h2>



<p>All right, we have already installed both the agent and the OpenSSH server. Now, let is configure the services to be activated every time Windows starts. In order to do that, please press Windows +R, and type <em>services.msc</em>. </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/sftp5.jpg" alt="Running services" class="wp-image-1005"/><figcaption>Running services</figcaption></figure>



<p>The service window will then open. Locate O<em>penSSH Authentication Agent</em> and <em>OpenSSH Server</em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/sftp6-1024x728.jpg" alt="Locating both OpenSSH services" class="wp-image-1006"/><figcaption>Locating both OpenSSH services</figcaption></figure>



<p>In the column to the right of the service description, you can see the startup type. In my case, the authentication agent is disabled and the OpenSSH server is manual. What we are going to do is to automatically set the startup. With this in mind, do right-click over the service to enter <em>properties.</em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/sftp7-1-1024x768.jpg" alt="Righ-click over the OpnSSH server and select properties" class="wp-image-1008"/><figcaption>Righ-click over the OpnSSH server and select properties</figcaption></figure>



<p>In the next window, we have to select <em>automatic</em> in <em>startup type</em> and then click on apply. Finally, press Start to begin the service. </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/sftp8.jpg" alt="Setting automatic on startup type" class="wp-image-1009"/><figcaption>Setting automatic on startup type</figcaption></figure>



<p>Please do the same procedure with the OpenSSH Authentication Agent.</p>



<h2>Check server and client status.</h2>



<p>After installing the services and setting up the autostart, we need to check their status. For that, we&#8217;ll open a PowerShell with administrator privileges and write the following:</p>



<pre class="wp-block-preformatted"> <strong>Get-Service -Name *ssh*</strong> </pre>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/sftp9.jpg" alt="A powershell showing OpenSSH server is running" class="wp-image-1011"/><figcaption>A powershell showing OpenSSH server is running</figcaption></figure>



<p>If we have done everything right, we should see this message. </p>



<h2>Connect to an SFTP server installed on Windows Server 2019, through OpenSSH.</h2>



<p>We can connect to the SFTP server using a client like <a rel="noreferrer noopener" aria-label="WinSCP (opens in a new tab)" href="https://winscp.net/eng/download.php" target="_blank">WinSCP</a>, <a rel="noreferrer noopener" aria-label="FTP Rush (opens in a new tab)" href="https://www.wftpserver.com/ftprush.htm" target="_blank">FTP Rush</a>, in my case I will use <a rel="noreferrer noopener" aria-label="FileZilla (opens in a new tab)" href="https://filezilla-project.org/download.php?type=client" target="_blank">FileZilla</a>. Just go to the download page and select download client.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/sftp-2-1024x632.jpg" alt="Downloading FileZilla, am SFTP client" class="wp-image-1014"/><figcaption>Downloading FileZilla, an SFTP client</figcaption></figure>



<p>Run the file, and start the program.  In the main window of the program, there are some boxes that we must fill with the credentials of the serve. In host type, the server name, in username adds the name of the user, type the password in the next box and finally type 22 on the Port box. Please note that at the time of installing the OpenSSH server, a firewall rule is automatically created. This rule opens port 22 to allow network access. For that reason, we have to set that number.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/09/sftp444-1-1024x728.jpg" alt="Filezilla client running " class="wp-image-1015"/><figcaption>Filezilla client running </figcaption></figure>



<p>Finally, we have installed and configured the access to an SFTP server in Windows Server 2019. As can be seen, the procedure has been simplified since Microsoft included OpenSSH server in Windows 10 and later versions as Server 2019. Please visit our post about the expiration of accounts in <a rel="noreferrer noopener" aria-label="Windows 10. (opens in a new tab)" href="http://www.googez.com/how-to-program-the-expiration-of-accounts-on-windows-10/" target="_blank">Windows 10.</a> And if you want to keep up with the latest technology, subscribe to our <a href="https://t.me/googez" target="_blank" rel="noreferrer noopener" aria-label="Telegram (opens in a new tab)">Telegram</a> channel.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-an-sftp-ssh-server-on-windows-server-2019/">How to install an SFTP/SSH Server on Windows Server 2019.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-an-sftp-ssh-server-on-windows-server-2019/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
