Dear, Tool: curlftpfs The program *curlftpfs* is a tool to mount remote ftp hosts as local directories. It connects to the *host* FTP server and maps its directory structure to the *path* directory.
Below packages has to be installed:- 1. fuse-libs 2. fuse 3. fuse-curlftpfs Command to mount the FTP host on local directory curlftpfs -o allow_other ftp://admin:[email protected] /mnt/ (where curlftpfs is a command -0 is an argument with allow_other permission adminis username:password is password of the FTP host@IP or Hostname of the FTP host /mnt/ local mount point where the remote FTP host is mounted) -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
