Access to an FTP server as if it were a local directory

Last update on October 30, 2009 11:45 AM by jak58
Published by jak58

Access to an FTP server as if it were a local directory







  • Install Curlftpfs :
    • sudo aptitude install curlftpfs 
  • Create the directory for FTP server:
    • mkdir mountpoint 
  • Add authorized users to use the software(fuse group):
    • sudo adduser username fuse
  • Mount the FTP server:
    • curlftpfs login: password@myftpserver.com mountpoint 
  • From here:
    • You can access the contents of your FTP server as if it was just a local directory.
      • To remove access: fusermount -u mountpoint.
Best answers for « Access to an FTP server as if it were a local directory » in :
Connecting to a Ftp server under Ms-Dos Show Connecting to a Ftp server under Ms-Dos The ftp command allows you to get connected using command lines. Some of these options provide an automatic connection; this is done through a list of commands store on a text file. ftp -i ...
FTP Servers and file sharing ShowFTP Servers and file sharing! FTP Servers The Web Server (HTTP) Hosting Website for temporary files Rapidshare Sending large files to friends using e-mail is not always easy. Most mail servers do not accept files larger than 5MB...
Installing a SAMBA server (Linux) ShowInstalling a SAMBA server Prerequisite Introduction The Samba Architecture Installation of required packages for samba server Starting Samba The commands Smb.conf file configuration ‘’global’’ Section ‘’documents’’...
Warning: rmdir(..): Directory not empty ShowWarning: rmdir(..): Directory not empty If you are attempting to delete a PHP file and that you get the error message: Warning: rmdir(..): Directory not empty. This might mean that the directory is not empty. To be able to...
Installing a VPN server in Windows XP ShowAdvantages of a VPN The set-up of a virtual private network enables the secure connection of remote computers through an unreliable connection (Internet), as if they were on the same local area network. This process is used by a variety of...
Using FTP commands ShowThe FTP protocol FTP (File Transfer Protocol) is a protocol — meaning a standard language that lets two machines communicate — used so that computers of different types (or with different operating systems) can transfer files over a...
Installing a VPN server on XP ShowInterest of a VPN Setting up a virtual private network allows you to connect remote computers in a secure fashion via an unreliable (Internet) connection, as if they were on the same LAN. This procedure is used by many companies in order to allow...