Skip to content

Instantly share code, notes, and snippets.

@allanesquina
Created February 21, 2015 19:48
Show Gist options
  • Save allanesquina/6ea61d9745743e668d97 to your computer and use it in GitHub Desktop.
Save allanesquina/6ea61d9745743e668d97 to your computer and use it in GitHub Desktop.
Mount ftp as a drive
mkdir fromftp
sudo curlftpfs -o allow_other ftp://user:pass@hostname /home/fromftp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment