<?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 &#8211; Techawaken</title>
	<atom:link href="https://www.techawaken.com/tag/ftp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techawaken.com</link>
	<description>Techawaken shares articles and experience in PHP, MySql, Magento,Joomla, Wordpress, JQuery, Javascript etc.</description>
	<lastBuildDate>Tue, 19 May 2015 19:24:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Create a new admin account in WordPress via FTP</title>
		<link>https://www.techawaken.com/create-admin-account-wordpress-ftp/</link>
				<comments>https://www.techawaken.com/create-admin-account-wordpress-ftp/#respond</comments>
				<pubDate>Thu, 07 May 2015 19:22:01 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Admin Account]]></category>
		<category><![CDATA[Forgot Password]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=670</guid>
				<description><![CDATA[<p>If your Wordpress admin account get locked then you can try to restore admin account access by using the "Lost your password?" link on the admin login page or you can try to reset your password by directly updating it in database.</p>
<p>There is one more way if you have FTP access to your Wordpress installation folder. Guess How? By creating a new admin account.</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/magento-admin-this-account-locked-unlock-it/" rel="bookmark" title="Magento Admin &#8211; &#8220;This account is locked.&#8221;, how to unlock it?">Magento Admin &#8211; &#8220;This account is locked.&#8221;, how to unlock it? </a></li>
<li><a href="https://www.techawaken.com/setting-user-account-passwords-mysql/" rel="bookmark" title="Setting user account passwords in MySQL">Setting user account passwords in MySQL </a></li>
<li><a href="https://www.techawaken.com/reset-magento-admin-password/" rel="bookmark" title="How to reset Magento admin password?">How to reset Magento admin password? </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/create-admin-account-wordpress-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>13 Linux wget command usage examples</title>
		<link>https://www.techawaken.com/13-linux-wget-command-examples/</link>
				<comments>https://www.techawaken.com/13-linux-wget-command-examples/#respond</comments>
				<pubDate>Mon, 12 May 2014 18:32:51 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[recursive download]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=496</guid>
				<description><![CDATA[Wget is a computer software package for retrieving content from web servers using HTTP, HTTPS and FTP protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc. Its features include recursive download, conversion of links for offline viewing of local HTML, and support for proxies.

Lets have a look at some examples of using wget:

1. Download a webpage

<pre>

$ wget http://www.examplewebsite.com/

</pre>



2. Download a file from ftp server

<pre>

$ wget ftp://ftp.examplewebsite.com/source-code.tar.gz

</pre>



If you specify a directory, Wget will retrieve the directory listing, parse it and convert it to html

<pre>

$ wget ftp://ftp.examplewebsite.com/

</pre>

<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/17-linux-curl-command-examples/" rel="bookmark" title="17 Linux curl command usage examples">17 Linux curl command usage examples </a></li>
<li><a href="https://www.techawaken.com/curl-vs-wget/" rel="bookmark" title="What is better, curl or wget?">What is better, curl or wget? </a></li>
<li><a href="https://www.techawaken.com/magento-admin-this-account-locked-unlock-it/" rel="bookmark" title="Magento Admin &#8211; &#8220;This account is locked.&#8221;, how to unlock it?">Magento Admin &#8211; &#8220;This account is locked.&#8221;, how to unlock it? </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/13-linux-wget-command-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>17 Linux curl command usage examples</title>
		<link>https://www.techawaken.com/17-linux-curl-command-examples/</link>
				<comments>https://www.techawaken.com/17-linux-curl-command-examples/#respond</comments>
				<pubDate>Sun, 13 Apr 2014 16:39:14 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[libcurl]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=492</guid>
				<description><![CDATA[cURL is a computer software project and it produces two products - libcurl and curl.

<strong>libcurl</strong>

A free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.

libcurl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, http proxy tunneling and more!

<strong>curl</strong>

A command line tool for getting or sending files using URL syntax. Since curl uses libcurl, curl supports the same wide range of common Internet protocols that libcurl does.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/curl-vs-wget/" rel="bookmark" title="What is better, curl or wget?">What is better, curl or wget? </a></li>
<li><a href="https://www.techawaken.com/importing-large-database-2-mb-phpmyadmin/" rel="bookmark" title="Importing large database (&gt; 2 MB) using phpMyAdmin">Importing large database (> 2 MB) using phpMyAdmin </a></li>
<li><a href="https://www.techawaken.com/running-magento-indexer-from-command-line-shell/" rel="bookmark" title="Running Magento indexer from command line (shell)">Running Magento indexer from command line (shell) </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/17-linux-curl-command-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>What is better, curl or wget?</title>
		<link>https://www.techawaken.com/curl-vs-wget/</link>
				<comments>https://www.techawaken.com/curl-vs-wget/#respond</comments>
				<pubDate>Tue, 11 Mar 2014 19:35:48 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[libcurl]]></category>
		<category><![CDATA[Upload]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=474</guid>
				<description><![CDATA[Both cUrl and Wget can be used to download files, but the question comes which one to use. cUrl and Wget have some similarities and as well as differentiating factors, the one to use depends on your need.<div class='yarpp-related-rss yarpp-related-none'>

No related posts.
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/curl-vs-wget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
