Created
February 21, 2015 19:48
-
-
Save allanesquina/6ea61d9745743e668d97 to your computer and use it in GitHub Desktop.
Mount ftp as a drive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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