<?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 Monster</title>
	<atom:link href="http://www.ftpmonster.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ftpmonster.com</link>
	<description>FTP Software Reviews and FTP Clients Reviews</description>
	<lastBuildDate>Thu, 05 Mar 2009 19:35:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FileZilla Client and FileZilla Server</title>
		<link>http://www.ftpmonster.com/ftp-clients/filezilla-client-and-filezilla-server/</link>
		<comments>http://www.ftpmonster.com/ftp-clients/filezilla-client-and-filezilla-server/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 19:35:14 +0000</pubDate>
		<dc:creator>FTP Monster</dc:creator>
				<category><![CDATA[FTP Clients]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[FTP Client]]></category>

		<guid isPermaLink="false">http://www.ftpmonster.com/?p=21</guid>
		<description><![CDATA[The FileZilla Wiki is a documentation base aimed at helping those that want to download, install, compile and use the FileZilla Client and FileZilla Server software to transfer files across the Internet. 
FileZilla Client is a free, open source FTP client for Windows. It supports FTP, SFTP, and FTPS (FTP over SSL/TLS). The client is [...]]]></description>
			<content:encoded><![CDATA[<p>The FileZilla Wiki is a documentation base aimed at helping those that want to download, install, compile and use the FileZilla Client and FileZilla Server software to transfer files across the Internet. </p>
<p>FileZilla Client is a free, open source FTP client for Windows. It supports FTP, SFTP, and FTPS (FTP over SSL/TLS). The client is available under many platforms, binaries for Windows, Linux and Mac OS X are provided. </p>
<p>FileZilla Server is an FTP server supported by the same project. It supports FTP and FTP over SSL/TLS. </p>
<p>FileZilla&#8217;s source code and downloads are hosted on SourceForge. SourceForge featured FileZilla as the Project of the Month in November 2003 and was also voted the best networking program in the 2006 SourceForge.net Community Choice Awards. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ftpmonster.com/ftp-clients/filezilla-client-and-filezilla-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Return Codes</title>
		<link>http://www.ftpmonster.com/ftp-clients/ftp-return-codes/</link>
		<comments>http://www.ftpmonster.com/ftp-clients/ftp-return-codes/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 18:14:20 +0000</pubDate>
		<dc:creator>FTP Monster</dc:creator>
				<category><![CDATA[FTP Clients]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[FTP Client]]></category>
		<category><![CDATA[FTP Result Codes]]></category>

		<guid isPermaLink="false">http://www.ftpmonster.com/?p=11</guid>
		<description><![CDATA[FTP server return codes show their status by the digits within them. A short explanation of various digits&#8217; meanings are given below:

1xx: Positive Preliminary reply. The action requested is being initiated but there will be another reply before it begins.
2xx: Positive Completion reply. The action requested has been completed. The client may now issue a [...]]]></description>
			<content:encoded><![CDATA[<p>FTP server return codes show their status by the digits within them. A short explanation of various digits&#8217; meanings are given below:</p>
<ul>
<li>1xx: Positive Preliminary reply. The action requested is being initiated but there will be another reply before it begins.</li>
<li>2xx: Positive Completion reply. The action requested has been completed. The client may now issue a new command.</li>
<li>3xx: Positive Intermediate reply. The command was successful, but a further command is required before the server can act upon the request.</li>
<li>4xx: Transient Negative Completion reply. The command was not successful, but the client is free to try the command again as the failure is only temporary.</li>
<li>5xx: Permanent Negative Completion reply. The command was not successful and the client should not attempt to repeat it again.</li>
<li>x0x: The failure was due to a <a title="Syntax" href="http://www.ftpmonster.com/wiki/Syntax">syntax</a> error.</li>
<li>x1x: This response is a reply to a request for information.</li>
<li>x2x: This response is a reply relating to connection information.</li>
<li>x3x: This response is a reply relating to accounting and authorization.</li>
<li>x4x: Not used.</li>
<li>x5x: These responses indicate the status of the Server file system vis-a-vis the requested transfer or other file system action.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ftpmonster.com/ftp-clients/ftp-return-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is FTP?</title>
		<link>http://www.ftpmonster.com/ftp-clients/what-is-ftp/</link>
		<comments>http://www.ftpmonster.com/ftp-clients/what-is-ftp/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 18:13:20 +0000</pubDate>
		<dc:creator>FTP Monster</dc:creator>
				<category><![CDATA[FTP Clients]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[FTP Client]]></category>

		<guid isPermaLink="false">http://www.ftpmonster.com/?p=9</guid>
		<description><![CDATA[FTP stands for File Transfer Protocol, it is mainly used to send and receive files on the Internet. It was developed in 1985 and is defined in RFC 959.
FTP is a way of accessing files on another computer. The computer that is connected to is called a server, the computer that connects to the server [...]]]></description>
			<content:encoded><![CDATA[<p>FTP stands for File Transfer Protocol, it is mainly used to send and receive files on the Internet. It was developed in 1985 and is defined in RFC 959.</p>
<p>FTP is a way of accessing files on another computer. The computer that is connected to is called a server, the computer that connects to the server is called a client. A server listens on the network for connection requests from other computers. The client can make a connection to the FTP server by using FTP client software. Once connected, the client can do things such as uploading files (putting its own files on the server) to the server, downloading files (taking the server&#8217;s files and putting them on his own computer) from the server, and renaming or deleting files on the server.</p>
<p>Many computer platforms support FTP. This allows any computer to connected to a TCP/IP based network to manipulate files on another computer on that network regardless of which operating systems are involved (if the computers permit FTP access). There are many existing FTP client and server programs, many of these are available free.</p>
<p>FTP connection is also seen in cellular phones when trying to transfer or receive data from a computer nearby.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ftpmonster.com/ftp-clients/what-is-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
