Skip to content

Instantly share code, notes, and snippets.

@begin29
Created November 13, 2016 10:28
Show Gist options
  • Save begin29/f952d8f6049a92c86888d74cacf0f4b7 to your computer and use it in GitHub Desktop.
Save begin29/f952d8f6049a92c86888d74cacf0f4b7 to your computer and use it in GitHub Desktop.
mount ftp server as local folder
mkdir /ftpmount
# first install curlftpfs if it doesn't exist
curlftpfs -o allow_other user_name:password@ftpserver /ftpmount
# mount it permanently
# go to /etc/fstab and add command above
# it will be added automatically
# umount
umount /ftpmount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment