ftp

Mount ftp share under Ubuntu linux

    To mount a ftp share under ubuntu linux, you need perfom following actions
  • install ftp file system support
    sudo apt-get install curlftpfs
  • run mount command
    sudo curlftpfs -o allow_other,iocharset=utf8,codepage=cp1251  ftp://hudson.eltegra.by/common /home/mareshkau/Desktop/Share/ftp/
Syndicate content