1.安裝curlftpfs
sudo apt-get install curlftpfs
2.新建要掛載的位置
sudo mkdir /mnt/ftp -p
sudo chown -R username:groupname /mnt/ftp
3.掛載
curlftpfs xxx.xxx.xxx.xxx /mnt/ftp -o user=username:password
# 亂碼就這樣:
curlftpfs xxx.xxx.xxx.xxx /mnt/ftp -o user=username:password -o codepage=gbk
4.卸載
fusermount -u /mnt/ftp
5.開機掛載
打開軟件Startup Applications Preferences
添加

將3命令粘貼進(jìn)去添加