<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to access FTP servers without any software</title>
	<atom:link href="http://www.techzilo.com/access-ftp-servers-without-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techzilo.com/access-ftp-servers-without-software/</link>
	<description>Tips, tutorials and resources for software and web tools/applications</description>
	<lastBuildDate>Sat, 14 Nov 2009 01:16:21 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://www.techzilo.com/access-ftp-servers-without-software/#comment-5362</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 28 Jul 2008 18:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=221#comment-5362</guid>
		<description>@mike:

In order to ensure that a user is presented with a dialog requesting credentials every time they connect to your FTP server, you would have to mandate the use of a client configured to not &quot;remember&quot; or otherwise store the credentials used to log on. In Windows NT, the configuration option for Explorer/IE may be present in Group Policy or manually set in the registry.

But since you said you can not require a policy to be blanketed across the network, I don&#039;t know what kind of solution you will be able to find. I guess it depends on your network&#039;s topology, and so I would recommend that you look at the practicality of having your client machines configured via a domain controller, or other similar system, when they logon to the network. It&#039;s a lot easier to control and delegate policies, features, applications and et cetera.

The only other solution that I can surmise is one where the server is configured to have a username/password expire after first use, so that way you can require your clients to request a new set of credentials to be provisioned every time that they need to log in to the FTP. You could automate this process with scripts to be made available on the intranet.</description>
		<content:encoded><![CDATA[<p>@mike:</p>
<p>In order to ensure that a user is presented with a dialog requesting credentials every time they connect to your FTP server, you would have to mandate the use of a client configured to not &#8220;remember&#8221; or otherwise store the credentials used to log on. In Windows NT, the configuration option for Explorer/IE may be present in Group Policy or manually set in the registry.</p>
<p>But since you said you can not require a policy to be blanketed across the network, I don&#8217;t know what kind of solution you will be able to find. I guess it depends on your network&#8217;s topology, and so I would recommend that you look at the practicality of having your client machines configured via a domain controller, or other similar system, when they logon to the network. It&#8217;s a lot easier to control and delegate policies, features, applications and et cetera.</p>
<p>The only other solution that I can surmise is one where the server is configured to have a username/password expire after first use, so that way you can require your clients to request a new set of credentials to be provisioned every time that they need to log in to the FTP. You could automate this process with scripts to be made available on the intranet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.techzilo.com/access-ftp-servers-without-software/#comment-5194</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 19 Jul 2008 00:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=221#comment-5194</guid>
		<description>For an even EASIER way for accessing FTP servers, install a copy of NetDrive on your computer.  NetDrive allows you to map a drive on a Windows, Novell, or Linux server via FTP, SFTP, WebDAV or iFolder so that it shows up as a regular drive in explorer and behaves very much as a local drive would in the Windows file system. You can map multiple servers to multiple drives and assign each one the drive letter of your choosing.

I use it so I can always have seamless access to my files on my home computer when I&#039;m roamin&#039; with my laptop.

Netdrive is abandonware, and is available for free all over the place.  Here&#039;s a couple of download links:

http://www.acs.uwosh.edu/novell/netdrive.htm
http://www.divshare.com/download/2012951-371

And here&#039;s the NetDrive user documentation:
http://tinyurl.com/3lsbb

(One tip: make sure you have a blank index.html file in your &#039;NetDrive&#039;, so meanies don&#039;t have easy access to your files.)</description>
		<content:encoded><![CDATA[<p>For an even EASIER way for accessing FTP servers, install a copy of NetDrive on your computer.  NetDrive allows you to map a drive on a Windows, Novell, or Linux server via FTP, SFTP, WebDAV or iFolder so that it shows up as a regular drive in explorer and behaves very much as a local drive would in the Windows file system. You can map multiple servers to multiple drives and assign each one the drive letter of your choosing.</p>
<p>I use it so I can always have seamless access to my files on my home computer when I&#8217;m roamin&#8217; with my laptop.</p>
<p>Netdrive is abandonware, and is available for free all over the place.  Here&#8217;s a couple of download links:</p>
<p><a href="http://www.acs.uwosh.edu/novell/netdrive.htm" rel="nofollow">http://www.acs.uwosh.edu/novell/netdrive.htm</a><br />
<a href="http://www.divshare.com/download/2012951-371" rel="nofollow">http://www.divshare.com/download/2012951-371</a></p>
<p>And here&#8217;s the NetDrive user documentation:<br />
<a href="http://tinyurl.com/3lsbb" rel="nofollow">http://tinyurl.com/3lsbb</a></p>
<p>(One tip: make sure you have a blank index.html file in your &#8216;NetDrive&#8217;, so meanies don&#8217;t have easy access to your files.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.techzilo.com/access-ftp-servers-without-software/#comment-5155</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 17 Jul 2008 02:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=221#comment-5155</guid>
		<description>Oddly enough, the problem I am having is not one you would expect.  I have used the same method you so AND even made shortcut icon using the name:password pass-thru.  My problem is the opposite.  I need to PREVENT windows explorer from saving the name:password and I need it to be something in the command line switches.
 
My problem is I WANT anyone accessing the ftp to HAVE to enter name &amp; password every time they do it.  AND I cannot ask the users to make a blanket policy for Windows explorer to NOT remember.  
Any ideas?</description>
		<content:encoded><![CDATA[<p>Oddly enough, the problem I am having is not one you would expect.  I have used the same method you so AND even made shortcut icon using the name:password pass-thru.  My problem is the opposite.  I need to PREVENT windows explorer from saving the name:password and I need it to be something in the command line switches.</p>
<p>My problem is I WANT anyone accessing the ftp to HAVE to enter name &amp; password every time they do it.  AND I cannot ask the users to make a blanket policy for Windows explorer to NOT remember.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://www.techzilo.com/access-ftp-servers-without-software/#comment-1246</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Thu, 17 Apr 2008 02:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=221#comment-1246</guid>
		<description>Yeah that&#039;s a simple way to access ftp servers. We use it all the time in our university to access our varsity&#039;s server. Another primitive way is to use ftp from command line ,</description>
		<content:encoded><![CDATA[<p>Yeah that&#8217;s a simple way to access ftp servers. We use it all the time in our university to access our varsity&#8217;s server. Another primitive way is to use ftp from command line ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niyaz PK</title>
		<link>http://www.techzilo.com/access-ftp-servers-without-software/#comment-738</link>
		<dc:creator>Niyaz PK</dc:creator>
		<pubDate>Thu, 13 Mar 2008 08:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=221#comment-738</guid>
		<description>Hmm.. may be.</description>
		<content:encoded><![CDATA[<p>Hmm.. may be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumesh</title>
		<link>http://www.techzilo.com/access-ftp-servers-without-software/#comment-745</link>
		<dc:creator>Sumesh</dc:creator>
		<pubDate>Thu, 13 Mar 2008 08:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=221#comment-745</guid>
		<description>@Niyaz: It is not as slow as it seems. Explorer hangs for a couple of seconds, whereas in FileZilla, you would wait for the status updates on the top pane. It is just that Explorer method &lt;em&gt;seems&lt;/em&gt; to be slower.</description>
		<content:encoded><![CDATA[<p>@Niyaz: It is not as slow as it seems. Explorer hangs for a couple of seconds, whereas in FileZilla, you would wait for the status updates on the top pane. It is just that Explorer method <em>seems</em> to be slower.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niyaz PK</title>
		<link>http://www.techzilo.com/access-ftp-servers-without-software/#comment-744</link>
		<dc:creator>Niyaz PK</dc:creator>
		<pubDate>Wed, 12 Mar 2008 08:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=221#comment-744</guid>
		<description>The problem is that it is very slow. Filezilla is faster. Much faster.</description>
		<content:encoded><![CDATA[<p>The problem is that it is very slow. Filezilla is faster. Much faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumesh</title>
		<link>http://www.techzilo.com/access-ftp-servers-without-software/#comment-742</link>
		<dc:creator>Sumesh</dc:creator>
		<pubDate>Sat, 08 Mar 2008 02:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=221#comment-742</guid>
		<description>@ed wiget: I too notice the slow down. I didn&#039;t change hosts - but I was thinking of doing so. I guess this quickens it :D</description>
		<content:encoded><![CDATA[<p>@ed wiget: I too notice the slow down. I didn&#8217;t change hosts &#8211; but I was thinking of doing so. I guess this quickens it <img src='http://www.techzilo.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumesh</title>
		<link>http://www.techzilo.com/access-ftp-servers-without-software/#comment-741</link>
		<dc:creator>Sumesh</dc:creator>
		<pubDate>Sat, 08 Mar 2008 02:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=221#comment-741</guid>
		<description>@Ed Wiget: That has security reasons too - you&#039;re transmitting the details without security. And of course, IE history.</description>
		<content:encoded><![CDATA[<p>@Ed Wiget: That has security reasons too &#8211; you&#8217;re transmitting the details without security. And of course, IE history.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed wiget</title>
		<link>http://www.techzilo.com/access-ftp-servers-without-software/#comment-740</link>
		<dc:creator>ed wiget</dc:creator>
		<pubDate>Fri, 07 Mar 2008 17:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=221#comment-740</guid>
		<description>dude, your web pages are taking like 40+ seconds to load.  Did you change hosts?  My traceroute don&#039;t show any stalls between me and your server.</description>
		<content:encoded><![CDATA[<p>dude, your web pages are taking like 40+ seconds to load.  Did you change hosts?  My traceroute don&#8217;t show any stalls between me and your server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed wiget</title>
		<link>http://www.techzilo.com/access-ftp-servers-without-software/#comment-739</link>
		<dc:creator>ed wiget</dc:creator>
		<pubDate>Fri, 07 Mar 2008 17:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=221#comment-739</guid>
		<description>if you dont want the pop up box, you can also use ftp://username:password@ftp.server.com &lt;&lt;-- dont forget about IE history though cause your username and password will be in the clear.</description>
		<content:encoded><![CDATA[<p>if you dont want the pop up box, you can also use <a href="ftp://username:password@ftp.server.com" rel="nofollow">ftp://username:password@ftp.server.com</a> &lt;&lt;&#8211; dont forget about IE history though cause your username and password will be in the clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fazeetha</title>
		<link>http://www.techzilo.com/access-ftp-servers-without-software/#comment-743</link>
		<dc:creator>fazeetha</dc:creator>
		<pubDate>Fri, 29 Feb 2008 22:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=221#comment-743</guid>
		<description>Thanks sumesh for your valuable suggestion. i will definitely keep in mind. I will see how it goes and then decide.

thanks again,fazee...</description>
		<content:encoded><![CDATA[<p>Thanks sumesh for your valuable suggestion. i will definitely keep in mind. I will see how it goes and then decide.</p>
<p>thanks again,fazee&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
