Skip to content

Instantly share code, notes, and snippets.

@ItsMeooooooo
Created August 27, 2015 09:35
Show Gist options
  • Save ItsMeooooooo/1c91473426dd2605c469 to your computer and use it in GitHub Desktop.
Save ItsMeooooooo/1c91473426dd2605c469 to your computer and use it in GitHub Desktop.
Mount FTP servers on Linux as folder
yum install curlftpfs -y
curlftpfs ftp://user:password@example.com /mnt/ftp_mounted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment