<?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>Kommentare zu: SFTP und FTP unter Linux mounten</title>
	<atom:link href="http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 16:06:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: sys-Trainee</title>
		<link>http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html/comment-page-1#comment-112232</link>
		<dc:creator>sys-Trainee</dc:creator>
		<pubDate>Mon, 06 Feb 2012 16:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html#comment-112232</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;kann man mit dem Nachfolger Gigolo bzw. gVFS auch einen externen FTP-Server mounten und diesen Mountpoint dann &#252;ber Samba sharen und in Windows als Laufwerksbuchstaben hinzuf&#252;gen?&lt;/p&gt;

&lt;p&gt;MfG&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>kann man mit dem Nachfolger Gigolo bzw. gVFS auch einen externen FTP-Server mounten und diesen Mountpoint dann &#252;ber Samba sharen und in Windows als Laufwerksbuchstaben hinzuf&#252;gen?</p>

<p>MfG</p>]]></content:encoded>
	</item>
	<item>
		<title>Von: Die wichtigsten FTP-Befehle unter Linux im Überblick</title>
		<link>http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html/comment-page-1#comment-93107</link>
		<dc:creator>Die wichtigsten FTP-Befehle unter Linux im Überblick</dc:creator>
		<pubDate>Thu, 08 Sep 2011 18:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html#comment-93107</guid>
		<description>&lt;p&gt;[...] FTP Freeware im Preis- Leistungsvergleich  FTP-Server-Software: wir haben die besten ...  In Blogs exanto.de Unter Windows benutze ich ...&gt;&gt;     Dar&#252;ber hinaus gibt es zahlreiche weitere [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] FTP Freeware im Preis- Leistungsvergleich  FTP-Server-Software: wir haben die besten &#8230;  In Blogs exanto.de Unter Windows benutze ich &#8230;&gt;&gt;     Dar&#252;ber hinaus gibt es zahlreiche weitere [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Von: Bachsau</title>
		<link>http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html/comment-page-1#comment-88212</link>
		<dc:creator>Bachsau</dc:creator>
		<pubDate>Sat, 02 Jul 2011 09:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html#comment-88212</guid>
		<description>&lt;p&gt;Man kann auch einfach &lt;a href=&quot;http://de.wikipedia.org/wiki/Gnome_Virtual_File_System&quot;&gt;gVFS&lt;/a&gt; nehmen. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Man kann auch einfach <a href="http://de.wikipedia.org/wiki/Gnome_Virtual_File_System" class="extlink">gVFS</a> nehmen. <img src='http://www.exanto.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>Von: Mein cooler BackupScript, brauche Rat - Linux: Linux-Forum</title>
		<link>http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html/comment-page-1#comment-84415</link>
		<dc:creator>Mein cooler BackupScript, brauche Rat - Linux: Linux-Forum</dc:creator>
		<pubDate>Thu, 28 Apr 2011 04:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html#comment-84415</guid>
		<description>&lt;p&gt;[...]  [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Von: madmax</title>
		<link>http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html/comment-page-1#comment-72480</link>
		<dc:creator>madmax</dc:creator>
		<pubDate>Fri, 19 Nov 2010 19:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html#comment-72480</guid>
		<description>&lt;p&gt;Hallo,&lt;/p&gt;

&lt;p&gt;das funzt super! in der Anleitung sind aber 2 Fehler:&lt;/p&gt;

&lt;p&gt;1.)&lt;/p&gt;

&lt;p&gt;diese zeile ist falsch:
$ sudo chown USER.USER /mnt/mein_ftp
richtig ist:
$ sudo chown USER:USER /mnt/mein_ftp&lt;/p&gt;

&lt;p&gt;2.)&lt;/p&gt;

&lt;p&gt;dieser befehl ist auch noch n&#246;tig damit es funzt:
$ sudo chmod o+rw /dev/fuse&lt;/p&gt;

&lt;p&gt;noch ein Tip:
damit das auflisten schnell geht sollte beim mounten die option
-o max_readahead=0
angegeben werden&lt;/p&gt;

&lt;p&gt;PS:
USER ist bei mir ubuntu&lt;/p&gt;

&lt;p&gt;mfg&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hallo,</p>

<p>das funzt super! in der Anleitung sind aber 2 Fehler:</p>

<p>1.)</p>

<p>diese zeile ist falsch:
$ sudo chown USER.USER /mnt/mein_ftp
richtig ist:
$ sudo chown USER:USER /mnt/mein_ftp</p>

<p>2.)</p>

<p>dieser befehl ist auch noch n&#246;tig damit es funzt:
$ sudo chmod o+rw /dev/fuse</p>

<p>noch ein Tip:
damit das auflisten schnell geht sollte beim mounten die option
-o max_readahead=0
angegeben werden</p>

<p>PS:
USER ist bei mir ubuntu</p>

<p>mfg</p>]]></content:encoded>
	</item>
	<item>
		<title>Von: Anonymous</title>
		<link>http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html/comment-page-1#comment-69765</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 17 Oct 2010 16:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html#comment-69765</guid>
		<description>&lt;p&gt;[...]  [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Von: christian</title>
		<link>http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html/comment-page-1#comment-69286</link>
		<dc:creator>christian</dc:creator>
		<pubDate>Tue, 12 Oct 2010 20:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html#comment-69286</guid>
		<description>&lt;p&gt;hallo. alter zuckerhut, danke f&#252;r zeitverschwendung.&lt;/p&gt;

&lt;p&gt;chris&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hallo. alter zuckerhut, danke f&#252;r zeitverschwendung.</p>

<p>chris</p>]]></content:encoded>
	</item>
	<item>
		<title>Von: Tom</title>
		<link>http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html/comment-page-1#comment-68842</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 03 Oct 2010 21:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html#comment-68842</guid>
		<description>&lt;p&gt;Also ich wei&#223; nicht ??
Funktioniert das curlftpfs bei euch tats&#228;chlich ?
Ich mounte es und sehe es zwar im Filesystem, bekomme aber immer wieder 
IO-Errors. Scheinbar ist das doch recht buggy ??&lt;/p&gt;

&lt;p&gt;lg aus Wien&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Also ich wei&#223; nicht ??
Funktioniert das curlftpfs bei euch tats&#228;chlich ?
Ich mounte es und sehe es zwar im Filesystem, bekomme aber immer wieder 
IO-Errors. Scheinbar ist das doch recht buggy ??</p>

<p>lg aus Wien</p>]]></content:encoded>
	</item>
	<item>
		<title>Von: freebirth_one</title>
		<link>http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html/comment-page-1#comment-68809</link>
		<dc:creator>freebirth_one</dc:creator>
		<pubDate>Sun, 03 Oct 2010 13:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html#comment-68809</guid>
		<description>&lt;p&gt;@chromax
Hm?&lt;/p&gt;

&lt;p&gt;aus der Manpage von sshfs:
&quot;
...
The practical effect of this is that the end user can seamlessly interact with remote files being securely served over SSH just as if they were local files on his/her computer. On the remote computer the SFTP subsystem of SSH is used.
...
&quot;&lt;/p&gt;

&lt;p&gt;Ergo: &lt;em&gt;kein&lt;/em&gt; FTP over SSH, sondern richtiges SFTP&lt;/p&gt;

&lt;p&gt;aus der Manpage von curlftpfs:
&quot;
...
ssl 
Make curlftpfs use SSL/TLS for both control and data connections. 
sslv3 
Forces curlftpfs to use SSL version 3 when negotiating with a remote SSL server. 
ssl_control 
Make curlftpfs use SSL/TLS only for the control connection. 
ssl_try 
Curlftpfs will try to use SSL/TLS for both the control and data connections but if the server doesn&#039;t support it, it will still connect unencrypted.
...
&quot;&lt;/p&gt;

&lt;p&gt;Wie im Artikel beschrieben: es wird eine Verschl&#252;sselung der Verbindung unterst&#252;tzt, und zwar sowohl bei der Anmeldung als auch bei der Daten&#252;bertragung.&lt;/p&gt;

&lt;p&gt;Insofern: was genau wolltest du uns sagen?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@chromax
Hm?</p>

<p>aus der Manpage von sshfs:
&#8221;
&#8230;
The practical effect of this is that the end user can seamlessly interact with remote files being securely served over SSH just as if they were local files on his/her computer. On the remote computer the SFTP subsystem of SSH is used.
&#8230;
&#8220;</p>

<p>Ergo: <em>kein</em> FTP over SSH, sondern richtiges SFTP</p>

<p>aus der Manpage von curlftpfs:
&#8221;
&#8230;
ssl 
Make curlftpfs use SSL/TLS for both control and data connections. 
sslv3 
Forces curlftpfs to use SSL version 3 when negotiating with a remote SSL server. 
ssl_control 
Make curlftpfs use SSL/TLS only for the control connection. 
ssl_try 
Curlftpfs will try to use SSL/TLS for both the control and data connections but if the server doesn&#8217;t support it, it will still connect unencrypted.
&#8230;
&#8220;</p>

<p>Wie im Artikel beschrieben: es wird eine Verschl&#252;sselung der Verbindung unterst&#252;tzt, und zwar sowohl bei der Anmeldung als auch bei der Daten&#252;bertragung.</p>

<p>Insofern: was genau wolltest du uns sagen?</p>]]></content:encoded>
	</item>
	<item>
		<title>Von: chromax</title>
		<link>http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html/comment-page-1#comment-64127</link>
		<dc:creator>chromax</dc:creator>
		<pubDate>Tue, 22 Jun 2010 11:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.exanto.de/sftp-und-ftp-unter-linux-mounten.html#comment-64127</guid>
		<description>&lt;p&gt;H&#228;ufig wird SFTP und SSH + FTP verwechselt.&lt;/p&gt;

&lt;p&gt;Keines der Tools kann echtes SFTP, sondern nur SSH + FTP. Bei sshfs jedenfalls und curl scheint auch nur das Passwort mit &quot;SSLv3 and TLSv1&quot; zu verschl&#252;sseln.&lt;/p&gt;

&lt;p&gt;Also ist das Passwort verschl&#252;sselt, die Daten selbst aber nicht.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>H&#228;ufig wird SFTP und SSH + FTP verwechselt.</p>

<p>Keines der Tools kann echtes SFTP, sondern nur SSH + FTP. Bei sshfs jedenfalls und curl scheint auch nur das Passwort mit &#8220;SSLv3 and TLSv1&#8243; zu verschl&#252;sseln.</p>

<p>Also ist das Passwort verschl&#252;sselt, die Daten selbst aber nicht.</p>]]></content:encoded>
	</item>
</channel>
</rss>

