Yandex.Disk from command line

http://disk.ya.ru

# install dav fs driver
sudo apt-get install davfs2

# mount the fs to /mnt/remote
sudo mount.davfs -o uid=`whoami` https://webdav.yandex.ru /mnt/remote

# unmount when finished
sudo umount /mnt/remote
Tagged , . Bookmark the permalink.

One Response to Yandex.Disk from command line

  1. bilgibanka says:

    I did not try ubuntu
    error
    mount.davfs: can’t evaluate path of mount point (null)

Leave a Reply

Your email address will not be published. Required fields are marked *