14 November, 2009

How to mount ftp to directory

If you are using Thunar on Xubuntu(xfce) and you would prefer to use file browser instead of external ftp client. It should work on every Linux distribution.

1) Download curlftpfs:

sudo apt-get install curlftpfs


2) How to use curlftpfs:

curlftpfs ftp://username:password@your.domanin.com/ /location/where/to/mount


For more information: curlftpfs homepage

No comments:

Post a Comment