Publier
Profil
Docs
FAQ
Connexion
|
Inscription
Linux
Serveurs
Hardware
Python
Ajax / Javascript
C++
PHP
Infographie
Framework .NET
Edition :Monter un FTP sur le système de fichier
Modifier l'intitulé' :
<p> </p><p>Le programme curlftpfs permet de monter un FTP comme un système de fichier standard. Curlftpfs utilise <a href="http://en.wikipedia.org/wiki/Filesystem_in_Userspace">FUSE </a>et <a href="http://en.wikipedia.org/wiki/CURL">curl </a></p><p>Pour l'installer sur Debian ou Ubuntu :</p><pre><em>sudo apt-get install curlftpfs</em> </pre><p>Ou sur Gentoo :</p><pre>emerge -av net-fs/curlftpfs</pre><p>On peux ensuite monter le FTP avec une commande du type :</p><pre>sudo curlftpfs <span class="f7 b0">-o allow_other ftp://:@ /point/de/montage</span></pre><p>L'option allow_other permet d'avoir les droits pour rentrer dans le point de montage, sans celle ci, l'accès sera refusé. </p><p> </p><p>Voir aussi :</p><p><a href="http://doc.ubuntu-fr.org/curlftpfs ">http://doc.ubuntu-fr.org/curlftpfs</a></p><p><a href="http://blog.mypapit.net/2007/05/how-to-use-ftp-filesystem-on-ubuntu-using-curlftpfs.html ">http://blog.mypapit.net/2007/05/how-to-use-ftp-filesystem-on-ubuntu-using-curlftpfs.html</a></p><p><a href="http://curlftpfs.sourceforge.net/ ">http://curlftpfs.sourceforge.net/ </a></p>
-- Style --
-- Bloc de texte --
Paragraphe
Infos sur l'auteur
Texte préformaté
Titre de niveau 1
Titre de niveau 2
Titre de niveau 3
Titre de niveau 4
Titre de niveau 5
Titre de niveau 6
Type :
Solution
Ebauche d'article
Projet
Problème non résolu
Comparatif
Test