FTP/SFTP Verzeichnis monuten

Hier mal die Anleitung wie man ein FTP/SFTP Verzeichnis monuten kann.
sudo apt-get install curlftpfs
sudo mkdir /mnt/ftp/
sudo curlftpfs user:password@chr.istoph.de /mnt/ftp/

Das gleich gilt auch für ssh/sftp
sudo apt-get install sshfs
sudo mkdir /mnt/ftp/
sudo sshfs user@chr.istoph.de:/ /mnt/sftp/

Weite Infos dazu findet ihr unter curlftpfs oder sshfs.