Two liner instructions for mounting OneDrive onto Centos 7.
Prerequisites
- Go to /mnt and create a folder called: ftp
- Make sure you have a valid FTP credentials to gain the access to remote FTP (your Username and Password )
Instructions
First install CurlFtpFS - A FTP filesystem based in cURL and FUSE.
To do so, execute following command:
yum install curlftpfs
Then run following command to map remote ftp (replace Username, Password and domain.com with your FTP information):
curlftpfs ftp://Username:Password@domain.com /mnt/ftp
Now go to /mnt/ftp, you should be able to browse the remote directory structure.